David A. Mellis
2e1776862e
Refactoring Compiler.compile() in preparation for integrating patch to build the core as a library instead of .o files.
2007-01-12 17:26:17 +00:00
David A. Mellis
05404c12a3
Adding build.verbose prefence to print compilation command lines.
2006-09-01 10:45:32 +00:00
David A. Mellis
fc1ca8a066
Appled Hans Steiner's patch to search for avr=tools in path on Linux (instead of requiring symlinks to the Arduino tools directory). Added an upload.verbose preference for dumping details of the upload process.
2006-08-27 09:45:28 +00:00
David A. Mellis
b5dde887ab
Library system working: Import Library menu adds header files to sketch, linking is conditional based on #include's in sketch.
2006-03-26 22:16:55 +00:00
David A. Mellis
3ea01968d7
Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc...
2006-03-26 19:12:53 +00:00
David A. Mellis
8d70cfe27b
Trapping NumberFormatExceptionsgenerated by unusual error messages from the C compiler.
2006-02-25 16:50:29 +00:00
David A. Mellis
18fc6d6875
Updating to C++, new Mac avr tools, Windows to be updated.
2006-02-24 15:52:58 +00:00
David A. Mellis
b7728ae604
svn merge -r 72:HEAD svn+ssh://mellis@svn.berlios.de/svnroot/repos/arduino/tags/0004 - used Base.java from tags/0004 but changed version back to 0003.
2006-01-12 23:24:12 +00:00
David A. Mellis
7fbb37cbe0
Reworked build system: makefiles replaced with in-program logic; core replaced with targets; preproc/ replaced with Wiring's; now prepend "#include "WProgram.h" instead of wiringlite.inc; new entries in preferences.txt; bundled Wiring libs.
2005-09-25 14:11:32 +00:00
David Cuartielles
33c60507aa
DojoDave - 20050905
...
Changes to make the windows version 0001 pre-alpha work
2005-09-05 21:29:26 +00:00
Massimo Banzi
e58e88111c
updated Compiler
...
updated Compiler Editor and Downloader classes
so that now compilation works and error messages are
parsed (altough very crudely)
dist.sh now creates a dmg file on mac os x
mbanzi
2005-08-29 18:36:10 +00:00
David A. Mellis
9fc5aa63f6
Initial Arduino IDE based on Processing.
2005-08-25 21:06:28 +00:00