David A. Mellis
|
f84adee213
|
Moving #include WProgram.h to after other preprocessor directives in the main sketch file.
|
2008-05-07 18:25:40 +00:00 |
|
David A. Mellis
|
db7a06aaf2
|
Changing the regex for stripping multi-line comments because on Windows the old one was overflowing the stack. (Switched from a non-greedy to a greedy regexp.)
|
2008-03-15 17:49:14 +00:00 |
|
David A. Mellis
|
df4eb665b0
|
Adding some test cases for the pre-processor. (Total hack, requires copying and pasting code from the actual app source into another file and running a shell script, but it's better than nothing.)
|
2008-03-15 17:44:42 +00:00 |
|
David A. Mellis
|
249f16678e
|
Improving the preprocessor and parallel programmer.
|
2008-02-20 02:27:23 +00:00 |
|
David A. Mellis
|
f7ea3cbeb1
|
Improving detection of functions that need to be prototyped; no longer moving #include's to the top of the sketch. Actually putting todo items in todo.txt.
|
2008-02-16 19:34:26 +00:00 |
|
David A. Mellis
|
3c43daaca8
|
Applying some Mac build / project patches by Wim Lewis. Simplifying Compiler.java. Removing the preprocessor since it's not actually used for anything. Bumping the version number to 0011.
|
2008-01-19 16:37:19 +00:00 |
|
David A. Mellis
|
616d65d32a
|
Merging r327:r331 of the branches/processing-sync into the trunk. This adds the Processing core, and some new features including printing, copy for discourse, better auto-format, improved keyboard shortcuts, etc.
|
2007-09-25 14:04:01 +00:00 |
|
David A. Mellis
|
41d50ae572
|
Now appending main() to the user's sketch in preparation for making the Arduino core a library (.a) file.
|
2007-01-12 17:58:39 +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
|
18fc6d6875
|
Updating to C++, new Mac avr tools, Windows to be updated.
|
2006-02-24 15:52:58 +00:00 |
|
David A. Mellis
|
211f76e86c
|
Preprocessor rebuilt as part of windows build process; need to remove these files from svn once Xcode starts to generate them from the .g files.
|
2006-01-16 09:20:19 +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
|
e8de19d110
|
Now flushing serial buffer before uploading code.
|
2005-11-28 12:51:44 +00:00 |
|
David A. Mellis
|
21fe7f0a83
|
Trying desperately to get the Windows build working.
|
2005-10-06 17:18:26 +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 A. Mellis
|
9fc5aa63f6
|
Initial Arduino IDE based on Processing.
|
2005-08-25 21:06:28 +00:00 |
|