Martin Carlberg
994ac3fc8e
Fixed: Support for more options to the objj tool
2017-06-26 16:04:01 +02:00
Martin Carlberg
530db4e904
Fixed: Merged in the same parser and compiler that is used in the objj-runtime that is running on node.
...
The life will be easier to have the same in both environments.
Warnings and errors now don’t use read only properties for line and column information. So the test cases in Toolstest.j now work in modern JS engines.
It is also easier to set options for the compiler.
2016-04-07 10:32:46 +02:00
Martin Carlberg
b132a66707
Fixed: Compiler option 'IncludeTypeSignatures' is default turn on for all type of builds. It can optionally be turned off.
2015-11-20 12:33:00 +01:00
Alexandre Wilhelm
d358f0d27b
Fixed: xml format now has the key sourcePath instead of path for the command objj and objj2objcskeleton
2015-06-08 10:30:54 -07:00
Alexandre Wilhelm
0e41365020
Fixed: some objj errors were not print in xml when necessary
2015-06-01 13:53:41 -07:00
Alexandre Wilhelm
5095620005
Fixed: changed --xml-output-format to --xml in objj
2015-05-27 11:46:43 -07:00
Alexandre Wilhelm
abcdc0875c
Fixed: added option -x for objj and changed xml-output-format to --xml
2015-05-27 11:12:36 -07:00
Alexandre Wilhelm
f232b327c0
Fixed: issue with options --objj-include-paths and --multifiles. Long options were not taken
2015-05-25 11:38:16 -07:00
Alexandre Wilhelm
204ed1f257
New: added the option --xml-output-format for the command objj
...
Previously, it was not possible to specify the desired output format of the command objj.
Now we can have either the default format or a xml format if --xml-output-format is added.
2015-05-25 11:20:55 -07:00
Alexandre Wilhelm
97a65059e5
Fixed: when using the option -m, objj doesn't process every files in a error is raised, now it does
2014-11-05 11:12:17 -08:00
Alexandre Wilhelm
ad82b0064a
Fixed: added options -m for objj. This option allows you to make objj on several files
2014-11-04 13:23:54 -08:00
Alexandre Wilhelm
4d77e7dd6b
Fixed: fixed issue with press, capp and nib2cib with the new command objj
2014-11-03 19:54:35 -08:00
Alexandre Wilhelm
5678fe3b83
Fixed: change option -p in objj by bash concept --
2014-11-03 18:12:47 -08:00
Alexandre Wilhelm
f74888419c
Fixed: part of the code missing after the previous commit refs #f21dcb8265d78683f984aa70014e1fb91a191ae7
2014-11-03 15:33:37 -08:00
Alexandre Wilhelm
f21dcb8265
New: Added option --parser/-p to the command objj
...
Previously it wasn't possible to specify a custom parser for the command objj. This is needed for xCodeCapp
2014-11-03 15:25:47 -08:00
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