[Omake] SVN Commit: OMake Build System (Rev. 10292)

Jason Hickey jyh at cs.caltech.edu
Wed Mar 28 20:27:31 PDT 2007


Ported auto-export variables.
See DEPENDENCIES for details.

In my dim memory, these are all the major language features added
by 0.9.9.  I might be wrong, but any remaining stuff is probably
incidental.

To finish all this off, I need to port
   - C stub-generator (plus gtk port as an example)
   - group communication

I'll may try to merge all-features during the conference tomorrow,
depending on how interesting it all is.

----
Changes:
    +22 -0	omake-jumbo-branches/DEPENDENCIES
    Copied	omake-jumbo-branches/auto/ (from rev 10275, omake-jumbo-branches/var4)
    +1 -1	omake-jumbo-branches/auto/0.9.8.x/src/Makefile
    +1 -1	omake-jumbo-branches/auto/0.9.8.x/src/Makefile.nt
    +1 -0	omake-jumbo-branches/auto/0.9.8.x/src/build/omake_builtin_util.ml
    +6 -0	omake-jumbo-branches/auto/0.9.8.x/src/env/omake_command_digest.ml
    +34 -5	omake-jumbo-branches/auto/0.9.8.x/src/env/omake_env.ml
    +43 -5	omake-jumbo-branches/auto/0.9.8.x/src/env/omake_ir_ast.ml
    +21 -0	omake-jumbo-branches/auto/0.9.8.x/src/ir/omake_ir.ml
    +3 -0	omake-jumbo-branches/auto/0.9.8.x/src/ir/omake_ir_print.ml
    +1 -0	omake-jumbo-branches/auto/0.9.8.x/src/ir/omake_symbol.ml
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-03.html#07/03/28.20:27:31



More information about the OMake-CVS mailing list