Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-01 01:06:05 -0800 (Tue, 01 Nov 2005)
Revision: 8067
Log message:
Bumping the version number
Changes | Path |
+1 -1 | omake-branches/0.9.6.x/version.txt |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-01 01:45:34 -0800 (Tue, 01 Nov 2005)
Revision: 8068
Log message:
Moving all the OMake branches (except for 0.9.6.x and omake_0_9_7_ref) into
the "closed" directory.
Jason, if this is wrong and some other branches should remain "open", please
move them back out.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-11-01 09:01:28 -0800 (Tue, 01 Nov 2005)
Revision: 8070
Log message:
Removed unused variables.
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-01 13:26:49 -0800 (Tue, 01 Nov 2005)
Revision: 8072
Log message:
Configure calls should be in scope of .config
Changes | Path |
+6 -6 | omake-branches/0.9.6.x/mk/defaults |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-01 14:07:11 -0800 (Tue, 01 Nov 2005)
Revision: 8073
Log message:
- mk/defaults: configure calls should be in scope of .config (same as branch
rev 8072).
- Regenerated the documentation
- Removed a duplicated line from src/env/omake_ast_parse.input
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-01 14:18:12 -0800 (Tue, 01 Nov 2005)
Revision: 8074
Log message:
Eliminating unused variables (this corresponds to 0.9.7 branch rev 8070)
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-04 23:57:31 -0800 (Fri, 04 Nov 2005)
Revision: 8101
Log message:
- Check whether ocamlc is OK with "-w Aez" before using it (OCaml <= 3.08.2
complains "unknown warning option z")
- make_checkout: do branch checkouts, not the trunk ones.
- Ignore .config.local
Changes | Path |
Properties | omake-branches/0.9.6.x |
+3 -2 | omake-branches/0.9.6.x/OMakefile |
+8 -0 | omake-branches/0.9.6.x/lib/build/OCaml.om |
+1 -1 | omake-branches/0.9.6.x/make_checkout |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-05 00:14:55 -0800 (Sat, 05 Nov 2005)
Revision: 8102
Log message:
Created a shell-success-null function that is similar to shell-success, except
it also throws away the program's output (including stderr).
Changes | Path |
+6 -0 | omake-branches/0.9.6.x/lib/Pervasives.om |
+1 -6 | omake-branches/0.9.6.x/lib/build/OCaml.om |
+4 -4 | omake-branches/0.9.6.x/lib/configure/Configure.om |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-05 00:30:55 -0800 (Sat, 05 Nov 2005)
Revision: 8104
Log message:
Bumping the version number and updating the changelogs and the downloads page
in preparation for the 0.9.6.6 release.
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-05 00:35:23 -0800 (Sat, 05 Nov 2005)
Revision: 8105
Log message:
Do not override the "tmpfile" function.
Changes | Path |
+8 -8 | omake-branches/0.9.6.x/lib/configure/Configure.om |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-05 00:46:27 -0800 (Sat, 05 Nov 2005)
Revision: 8106
Log message:
Updating the documentation (this includes bumping the version number in
documentation).
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-05 01:09:06 -0800 (Sat, 05 Nov 2005)
Revision: 8107
Log message:
Needed to add lm_symbol.ml[i] to the generated files list...
Changes | Path |
+2 -0 | omake-branches/0.9.6.x/src/libmojave/OMakefile |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-05 01:10:29 -0800 (Sat, 05 Nov 2005)
Revision: 8108
Log message:
Second attempt at the release (0.9.6.6-2 this time, as I have already
propagated a broken 0.9.6.6-1 to GODI).
Changes | Path |
+4 -4 | omake-branches/0.9.6.x/doc/html/download.html |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-07 00:47:00 -0800 (Mon, 07 Nov 2005)
Revision: 8120
Log message:
Tagging the OMake release.
Changes | Path |
Copied | omake-tags/release-0.9.6.6-2 |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-07 00:49:34 -0800 (Mon, 07 Nov 2005)
Revision: 8122
Log message:
Making the OMake tag's svn:externals point to the corresponding libmojave tag.
Changes | Path |
Properties | omake-tags/release-0.9.6.6-2/src |
Changes by: Nathaniel Gray (n8gray at caltech.edu)
Date: 2005-11-09 18:02:43 -0800 (Wed, 09 Nov 2005)
Revision: 8158
Log message:
Corrected the problems in the OS X packaging scripts that caused files to be installed in /usr/local/usr/local.
Changes | Path |
+1 -1 | omake-branches/0.9.6.x/make_dmg |
Binary | omake-branches/0.9.6.x/osx_resources/OMake.pmproj |
+1 -1 | omake-branches/0.9.6.x/src/Makefile |
+1 -1 | omake-branches/0.9.6.x/src/Makefile.nt |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-14 18:47:38 -0800 (Mon, 14 Nov 2005)
Revision: 8181
Log message:
Adding some basic support for C++ (Issue 389).
Changes | Path |
+29 -9 | omake-branches/0.9.6.x/lib/build/C.om |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-14 19:00:25 -0800 (Mon, 14 Nov 2005)
Revision: 8182
Log message:
- Trying to re-enable the hyperref package (Jason, is this still a problem on
FC4?)
- Regenerated the documentation.
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-14 19:40:20 -0800 (Mon, 14 Nov 2005)
Revision: 8183
Log message:
Merging changes from the 0.9.6.x branch (revisions 8064:8182):
svn merge -r 8064:8182 svn+ssh://svn.metaprl.org/svnroot/mojave/omake-branches/0.9.6.x
with a lot of hand-editing.
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-15 15:21:26 -0800 (Tue, 15 Nov 2005)
Revision: 8185
Log message:
Links to CHANGELOG.txt should point to the branch, not trunk.
Changes | Path |
+1 -1 | omake-branches/0.9.6.x/doc/html/changelog.html |
+2 -1 | omake-branches/0.9.6.x/doc/html/index.html |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-16 19:10:12 -0800 (Wed, 16 Nov 2005)
Revision: 8191
Log message:
Beefing up the front page.
Changes | Path |
+37 -7 | omake-branches/0.9.6.x/doc/html/index.html |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-17 11:25:04 -0800 (Thu, 17 Nov 2005)
Revision: 8193
Log message:
(Issue 551) Documentation fix: $(INCLUDES) in examples should be prefixed with -I.
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-25 16:16:53 -0800 (Fri, 25 Nov 2005)
Revision: 8213
Log message:
Bootstrapping Makefile should not be using -Wall (which is not portable).
Changes | Path |
+1 -1 | omake-branches/0.9.6.x/mk/make_gen |
+2 -2 | omake-branches/0.9.6.x/src/Makefile |
+1 -1 | omake-branches/0.9.6.x/src/Makefile.nt |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-25 16:45:33 -0800 (Fri, 25 Nov 2005)
Revision: 8214
Log message:
When locking fails for some reason other than "the file is already locked",
give up instead of going into an infinite loop.
Changes | Path |
+34 -26 | omake-branches/0.9.6.x/src/build/omake_build.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-27 20:20:52 -0800 (Sun, 27 Nov 2005)
Revision: 8228
Log message:
- Added OCAMLOPT_FOUND variable that can be used to tell whether OCAMLOPT
exists.
- Now by default, NATIVE_ENABLED/BYTE_ENABLED will be set to "best possible"
option - namely, the default compilation mode will be "native" when
opcamlopt.opt or opcamlop is found, and "byte" otherwise.
Changes | Path |
+9 -13 | omake-branches/0.9.6.x/lib/build/OCaml.om |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-27 20:38:59 -0800 (Sun, 27 Nov 2005)
Revision: 8229
Log message:
Allow the usage of OCamlLibraryInstall/OCamlLibraryCopy when the destination
directory is the same as the source one.
Changes | Path |
+2 -2 | omake-branches/0.9.6.x/doc/man/omake-doc.1 |
+2 -2 | omake-branches/0.9.6.x/doc/man/omake-root.1 |
+10 -9 | omake-branches/0.9.6.x/lib/build/OCaml.om |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-27 23:01:33 -0800 (Sun, 27 Nov 2005)
Revision: 8232
Log message:
Discard all the errors that occur while trying to copy the .omakedb.lock file
to stderr.
Changes | Path |
+16 -16 | omake-branches/0.9.6.x/src/build/omake_build.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-28 14:15:34 -0800 (Mon, 28 Nov 2005)
Revision: 8235
Log message:
When lockf is not supported and we fail to lock .omakedb because of that, just
pring a warning and keep going:
*** omake WARNING: Can not lock the project database file .omakedb:
The operation is not supported.
WARNING: Be aware that simultaneously running more than one instance
of OMake on the same project is not recommended. It may
result in some OMake instances failing to record their
progress in the database.
Changes | Path |
+13 -3 | omake-branches/0.9.6.x/src/build/omake_build.ml |
+2 -1 | omake-branches/0.9.6.x/src/env/omake_env.ml |
+8 -0 | omake-branches/0.9.6.x/src/ir/omake_state.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-28 14:23:36 -0800 (Mon, 28 Nov 2005)
Revision: 8236
Log message:
Include hostname and pid in the .#.omakedb temporary name to avoid clashes.
Changes | Path |
+2 -1 | omake-branches/0.9.6.x/src/build/omake_build.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-28 14:34:41 -0800 (Mon, 28 Nov 2005)
Revision: 8237
Log message:
Added -allow-exceptions command-line option to OMake to aid in OCAMLRUNPARAM=b
debugging.
Changes | Path |
+9 -1 | omake-branches/0.9.6.x/src/main/omake_main.ml |