Alexandre Wilhelm
5bd07716eb
New: new options for the command objj
...
This pull requests adds the following feature for the command objj:
- Option -h or --help to get the help of the command
- Option -I or --objj-include-paths to specify the frameworks to be used
- Possibility to pass several files to the command, for example objj AppController.j Test.j
2014-11-03 14:49:25 -08:00
Martin Carlberg
8c68854d1d
Fixed local variable that is declared as a global
2013-02-19 20:25:57 +01:00
Martin Carlberg
0a573f9da1
Removed unused 6th parameter
2013-01-09 09:29:43 +01:00
Martin Carlberg
c297e926f9
Compiler now works with jake and can compiler the whole Cappuccino framework. A lot of test cases still fail
2012-12-16 17:38:47 +01:00
Alexander Ljungberg
7e8b71dd52
Semicolons.
2011-11-10 10:36:47 +00:00
Paul Baumgart
45ebe2c905
Fix deprecation warnings
2010-10-06 23:04:46 -07:00
Francisco Ryan Tolmasky I
72a3888062
Add ObjectiveJ global to CommonJS so that references to it aren't broken in Cappuccino.
...
Reviewed by me.
2010-04-21 22:55:46 -07:00
Tom Robinson
d8fb849691
Refactor objj_eval to work in the browser. Move from CommonJS-specific code to Objective-J proper.
2010-03-16 23:57:37 -07:00
Tom Robinson
c53bff288a
Add a central version.json file. Change package building to insert version, revision, and timestamp. Auto-push tags.
2010-03-08 15:10:08 -08:00
Ross Boucher
994383f73a
Remove print statement.
2010-03-06 15:32:07 -08:00
Francisco Ryan Tolmasky I
eb57d14673
Further migration from file paths to CFURLs.
...
Reviewed by me.
2010-03-03 01:04:25 -08:00
Tom Robinson
621e79fe33
Fixes press, objj-analysis-tools, etc broken due to changes to loader
2010-02-22 12:54:17 -08:00
Francisco Ryan Tolmasky I
841ed9ea89
Major cleanup of globals and exports. Removed many accidental globals and no more need for eval in the initialization process. Also fixes Theme Showcase.
...
Reviewed by me.
2010-02-20 01:04:17 -08:00
Tom Robinson
a26750d4f4
Fixed objj arguments parsing
2010-02-16 00:57:50 -08:00
Tom Robinson
487412fa22
objj repl respects -I args. Closes gh-235
2010-02-10 18:17:41 -08:00
Tom Robinson
8bc1c7445d
export fileExecuterForPath (and use exports.fileExecuterForPath internally so it can be overridden for press, etc)
2010-02-03 23:50:16 -08:00
Tom Robinson
97ef1d1781
Added persistent history to objj repl.
2010-01-31 19:41:58 -08:00
Francisco Ryan Tolmasky I
e64a9a7ab9
Fix for objj command line tool not working.
...
Reviewed by me.
2010-01-31 18:36:36 -08:00
Francisco Ryan Tolmasky I
ea6a983e9b
Merge branch 'jake' of git@github.com:280north/cappuccino into loader
2010-01-29 17:53:36 -08:00
Francisco Ryan Tolmasky I
79cd8603a2
Removed now unecessary CommonJS files.
...
Reviewed by me.
2010-01-29 16:37:53 -08:00
Tom Robinson
ee5817e480
Cleanup objj arguments story. objj-executable and "objj path/to/main.j" are now consistent.
2010-01-27 17:53:05 -08:00
Tom Robinson
0c21724270
Give debug frameworks higher priority in objj.
2010-01-25 13:35:27 -08:00
tlrobinson
6040ee4ffc
Fixed args case "objj -Ifoo bar.j"
2010-01-14 12:01:51 -08:00
tlrobinson
7546640fba
Correct the args parsing in objj to provide the script name at args[0] instead of "objj"
2010-01-14 11:24:39 -08:00
Tom Robinson
85c68f78da
Update for compatibility with latest narwhal. Switch back to 280north/narwhal
2010-01-06 20:00:37 -08:00
Tom Robinson
4581fe4f22
Cleanup command line tool args (change objj to include command at args[0])
2009-11-30 21:45:01 -08:00
Francisco Ryan Tolmasky I
49927fcfb7
Fix for building projects where source files are in nested subfolders.
...
Reviewed by me.
2009-11-17 14:46:54 -08:00
Francisco Ryan Tolmasky I
cb18896137
First pass at spriting in IE.
...
Reviewed by me.
2009-11-04 21:38:24 -08:00
Tom Robinson
b6e9625729
Update capp gen to use objj-frameworks data.
2009-11-02 19:38:48 -08:00
Tom Robinson
8fddc2370b
Update test task.
2009-11-02 15:31:14 -08:00
Francisco Ryan Tolmasky I
0c13138a20
Split up objective-j and cappuccino CommonJS packages, and added ability to include Objective-J frameworks in CommonJS packages.
...
Reviewed by me.
2009-11-02 14:49:58 -08:00