| Age | Commit message (Expand) | Author |
| 2012-12-15 | Merged all commits from upstream | Sudar |
| 2012-11-02 | Fix upload in case of parallelized make. | Jan Gosmann |
| 2012-11-01 | Fixing problem of hanging upload. | Jan Gosmann |
| 2012-09-17 | Added changelogrelease-0.10 | Martin Oldfield |
| 2012-09-17 | Added support for the USB PID/VID needed for the Leonardo, as per patches fro... | Martin Oldfield |
| 2012-09-17 | Only set AVRDUDE_CONF if it's not set, as per Tom Hall's patch | Martin Oldfield |
| 2012-09-17 | Only set OBJDIR if it is not already set; if we do set it make it $BOARD_TAG ... | Martin Oldfield |
| 2012-09-17 | Fixed ARDUNIO/ARDUINO typo in README.md as per Kalin Kozhuharov's comment | Martin Oldfield |
| 2012-09-17 | Made the size target look at the ELF file, not the hex, as per Jared Szechy's... | Martin Oldfield |
| 2012-08-27 | Making other *FLAGS += rather than = | Adam Dunlap |
| 2012-08-18 | detabbed changelog, and appended my contributions | jeffkowalski |
| 2012-08-18 | Libraries may also contain subdirectory called "utility", containing | jeffkowalski |
| 2012-08-18 | Added autodetection of ARDMK_DIR | jeffkowalski |
| 2012-08-18 | Added autodetection of ARDUINO_SKETCHBOOK, by looking to match IDE's | jeffkowalski |
| 2012-08-18 | added auto-detection of ARDUINO_LIBS referenced in LOCAL_SRCS | jeffkowalski |
| 2012-07-15 | Automatically read the BAUDRATE from sketch. Works only in linux for now | Sudar |
| 2012-07-15 | Automatically read the BAUDRATE from sketch. Works only in linux for now | Sudar |
| 2012-07-14 | Don't include dependent makefile when doing make clean | Sudar |
| 2012-07-14 | Fixed line spacing and added doc block which got removed in the earlier commit | Sudar |
| 2012-07-13 | Changed bytes option for the head shell command, so that it works in Mac as well | Sudar |
| 2012-07-13 | Updated Readme | Sudar |
| 2012-07-13 | Merged changes from https://github.com/rpavlik/Arduino-Makefile | Sudar |
| 2012-07-13 | Merged from https://github.com/gaftech/Arduino-Makefile/ | Sudar |
| 2012-07-06 | modified 'make size' behaviour | Gabriel |
| 2012-07-06 | allow user to choose source files | Gabriel |
| 2012-07-06 | Updated Readme and added the list of changes done in this fork | Sudar |
| 2012-07-05 | Improved library finding logic. | Ryan Pavlik |
| 2012-07-05 | rename functions to allow nicer output. | Ryan Pavlik |
| 2012-07-05 | Simplify user and system libraries | Ryan Pavlik |
| 2012-07-05 | Simplify finding arduino dir | Ryan Pavlik |
| 2012-07-05 | Clarify by adding (space-based) indentation. | Ryan Pavlik |
| 2012-07-05 | Less shell-based implementation of dir_if_exists | Ryan Pavlik |
| 2012-07-05 | Clean up and improve displayed output. | Ryan Pavlik |
| 2012-07-05 | Add info about setting USER_LIB_PATH and ARDMK_DIR relative to source. | Ryan Pavlik |
| 2012-07-05 | Clarify where we actually look for libs | Ryan Pavlik |
| 2012-07-05 | add the size and disasm targets to the docs | Ryan Pavlik |
| 2012-07-05 | Fix typo in docs | Ryan Pavlik |
| 2012-07-05 | Add autodetection caveat to docs | Ryan Pavlik |
| 2012-07-05 | Remove duplicated section of documentation. | Ryan Pavlik |
| 2012-07-05 | Remove trailing spaces | Ryan Pavlik |
| 2012-07-05 | Dump size at the end of the build. | Ryan Pavlik |
| 2012-07-05 | Deduce whether we have an avr-patched version of size, and use it. | Ryan Pavlik |
| 2012-07-05 | Autodetect arduino version when possible | Ryan Pavlik |
| 2012-07-03 | Add a disasm target to build the .lss file. | Ryan Pavlik |
| 2012-07-02 | Revert "Changed echo command to work on linux". Was having issues with Ubuntu... | Sudar |
| 2012-07-01 | modified 'make size' behaviour | Gabriel |
| 2012-07-01 | allow user to choose source files | Gabriel |
| 2012-06-28 | Properly categorize libs into user and system automatically. | Ryan Pavlik |
| 2012-06-28 | Only use Arduino's bundled AVR tools if they exist, otherwise try using "which" | Ryan Pavlik |
| 2012-06-28 | Be able to autodetect ARDUINO_DIR in some cases | Ryan Pavlik |