Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-02-09 15:31:47 -0800 (Thu, 09 Feb 2006)
Revision: 8656
Log message:
Use Unix.LargeFile.stat instead of Unix.stat.
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-02-10 21:26:47 -0800 (Fri, 10 Feb 2006)
Revision: 8666
Log message:
Include the locations of the _both_ rules in the "multiple ways to build"
error message.
Changes | Path |
+5 -1 | omake-branches/0.9.6.x/src/env/omake_env.ml |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-02-17 10:37:16 -0800 (Fri, 17 Feb 2006)
Revision: 8721
Log message:
Added functions nth-hd, nth-tl, and subrange.
Also added Aleksey's comment patch (bug #564).
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-02-19 15:10:08 -0800 (Sun, 19 Feb 2006)
Revision: 8737
Log message:
A number of improvements in C++ support:
- Use g++ instead of gcc (when present) as CXX.
- Allow .cc and .c++ extensions in addition to .cpp
- Added CXXProgram and CXXProgramInstall functions (regenerated some of the
documentation as well).
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-02-20 20:05:27 -0800 (Mon, 20 Feb 2006)
Revision: 8748
Log message:
:squash: dependencies should not disable the selection of
implicit rules. Instead, a squash target is buildable iff
the normal target is buildable.
Bumped the version to 0.9.6.8.1.
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-02-21 00:05:14 -0800 (Tue, 21 Feb 2006)
Revision: 8757
Log message:
Fixed ttwo C++ bugs noticed by Erick Tryzelaar.
Changes | Path |
+2 -1 | omake-branches/0.9.6.x/lib/build/C.om |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-02-26 14:54:55 -0800 (Sun, 26 Feb 2006)
Revision: 8789
Log message:
Added auto-rehashing on relative names in the PATH.
In addition, you can define "AUTO_REHASH = true" if
you want to auto-rehash on all directories in the path.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-02-26 19:46:13 -0800 (Sun, 26 Feb 2006)
Revision: 8790
Log message:
Ported the path lookup code to 0.9.7.
It looks like we have a lot of porting to do someday:(
Some things:
- We may need to port the Phony flags
- Aleksey also rearranged the files and their
directories to get better dependencies.
Not to do now, but we should start cataloguing them.