Commit Graph

42 Commits

Author SHA1 Message Date
benfry 6996fefa09 lots of fixes for 0070p7 2004-09-28 03:54:00 +00:00
benfry 9e8b0d84a3 library fixups 2004-09-27 03:42:18 +00:00
benfry 8d77bfccdf better handling of loop() error 2004-09-24 05:23:11 +00:00
benfry 4f3cc80a43 video working, more work on libraries & import/export 2004-09-21 19:18:18 +00:00
benfry 448a45f9fc fix for a bug in get(), also removed debug msg from mouse stuff 2004-09-21 14:15:14 +00:00
benfry 9e3cd0b6a9 more library and menu work 2004-09-12 22:57:27 +00:00
benfry 1439bcebc2 working on "add library" functionality 2004-09-05 20:28:23 +00:00
benfry 45ac7279de openstream fixes, changes to compiling of pde files 2004-07-17 01:14:24 +00:00
benfry 667e22272b new preproc work for int() et al on arrays.. routes through PApplet 2004-07-08 23:02:59 +00:00
benfry 9893b9078d more major work on megabucket, new package structure, etc 2004-07-08 06:16:46 +00:00
benfry 1a81a3f9f8 completed runtime handling of multiple files and their exceptions 2004-07-06 23:33:26 +00:00
benfry 1df2029be0 multi-file compiling now working 2004-06-22 18:30:28 +00:00
benfry 1aac1833a0 add newlines to the feedback from jikes error messages 2004-06-21 23:28:37 +00:00
benfry 47ae8b8a41 fixing methods for "magic imports" 2004-06-21 21:43:44 +00:00
benfry 326fb0ba31 fixed all compile errors, what's next? 2004-05-16 19:46:14 +00:00
benfry d9302fac2b merging changes over from processing-007X branch 2004-05-09 19:47:46 +00:00
benfry c3c1e531e8 multiple-file error handling for message streams on compiler 2004-01-19 21:36:35 +00:00
benfry ceae543089 more working on changes to the build/run system 2004-01-19 19:14:11 +00:00
benfry 761aec5537 finish unicode preproc, more working on build() 2004-01-18 18:25:34 +00:00
benfry d58f6c455b more work on build/export 2004-01-17 18:33:04 +00:00
benfry a7144b14a5 more work on multiple files and cleaning up the environment 2004-01-10 00:11:13 +00:00
benfry 55bea199ab fixing copyright message for mit 2003-12-04 04:46:01 +00:00
benfry 9902d0baed first version that fully compiles since the overhaul 2003-11-11 18:03:15 +00:00
benfry 075caf66cf fix to ignore META-INF and NullPointerException on external siphon 2003-10-28 15:22:38 +00:00
benfry dc6019541e misc tidbits towards end of 67 release 2003-10-28 05:40:24 +00:00
benfry 2d6624f97c change how compiler does severe bugs 2003-10-27 02:31:14 +00:00
benfry be89c7e23c fix to add contents of code folder to the exported .jar file 2003-10-19 18:15:02 +00:00
benfry 7b8e67130b running external vm finally works 2003-09-24 22:50:25 +00:00
benfry 3ffeea4fa0 working on including external code 2003-09-24 19:21:24 +00:00
benfry c3e79ba9ae weird problem reported by benelek.. e.getMessage() returning null 2003-09-24 13:40:30 +00:00
benfry 1744dc8820 checking in dmose parser and changes to make it usable 2003-09-02 01:53:44 +00:00
benfry b67c08a5ab improvements to handle spaces in classpath, and target 1.1 for .class
files
2003-09-01 00:58:42 +00:00
dmose 2180fead2c Tweak comment 2003-08-15 23:05:48 +00:00
benfry f1f50c659a last bits of 58, dealing with compiler, etc 2003-08-06 02:33:48 +00:00
benfry 51c3eed974 working on rev 57 for macosx 2003-08-04 06:30:21 +00:00
benfry 9bcb3f7f2b removed dependency for apps to set their classpath in expert mode (!) 2003-08-04 04:44:56 +00:00
benfry c9b0d372e8 attempt to get javac running, especially for macos9 2003-07-25 22:27:53 +00:00
benfry dcdbca5293 licensing and tabs 2003-07-24 22:54:23 +00:00
benfry 06e11ffd26 adding licensing information to files, removing some tabs 2003-07-23 21:32:33 +00:00
dmose 56f1c29423 Fix bug where some versions of jikes were producing error messages that we didn't know how to handle because we weren't expecting full paths 2003-07-21 17:40:36 +00:00
dmose 7ecb7ac429 Replace Kjc compiler with jikes 2003-07-13 22:09:50 +00:00
dmose ec38155680 Backend refactoring: KjcEngine has been split up into separate classes for preprocessing, compiling, and running. 2003-07-04 18:43:47 +00:00