Name | Modified | Size |
---|---|---|
.. | ||
src | ||
index.html | 24 years ago | 4 KB |
jam-2.2-215.tar | 24 years ago | 530 KB |
jam-2.3.2.tar | 24 years ago | 530 KB |
jam-2.3.2.zip | 24 years ago | 165 KB |
jam-2.3.tar | 24 years ago | 530 KB |
jam-2.3.zip | 24 years ago | 164 KB |
README | 24 years ago | 426 B |
Change | User | Description | Committed |
---|---|---|---|
1048 | david_turner | formatting | 23 years ago |
789 | david_turner | fixed a bug in "evaluate_rule" where using an undefined variable named in an indirect rul...e invokation caused a Jam crash.. « |
24 years ago |
773 | david_turner | fixed small typo in comment | 24 years ago |
772 | david_turner | added a ChangeLog to keep track of what's going on (sorry, I just don't trust Perforce en...ough for now) updated the Jambase and Makefile to support HP-UX correctly (for some strange reasons, ftjam fails to build on it without the '-Ae' compilation flag) « |
24 years ago |
714 | david_turner | updated the build system to run correctly on Unix systems | 24 years ago |
713 | david_turner | updating the build system, documentation, etc.. for the 2.3.5... release « |
24 years ago |
712 | david_turner |
adding missing file . Do'h |
24 years ago |
711 | david_turner | important updates to the Jam build system: - builds ea...sily on Unix systems - specific Makefiles for Visual C++ and Borland C++ in the "builds" directory. More to come.. - the "jam package" command can be launched once the jam executable was generated on Windows and OS/2 systems in order to build pre-compiled binary packages (simple zip files, no installer)) added a new built-in named FAIL_EXPECTED. See the page http://www.freetype.org/jam/changes.html for more details on this.. « |
24 years ago |
679 | david_turner | experimental support for wider MAXLINE values on Windows NT (NT 3.51 is detected at run-t...ime in "execnt.c" and dealt accordingly). « |
24 years ago |
678 | david_turner | implementation of a new experimental builtin rule named FAIL_EXPECTED. It is used to indi...cate that the result of a specific target build action should be inverted !! this is useful for certain test runs, where a compilation error might need to be interpreted as succesful (and likewise, a clean compile should be seen as an error). Example: FAIL_EXPECTED test$(SUFOBJ) ; « |
24 years ago |
677 | david_turner | - the debug output of "debug_compile" wasn't correctly idented for very nested lev...els (as those found in Boost) - the debug output of an indirect rule invocation like [ $(RULE) .. ] has been changed from "$(RULE) ..arguments" to "<RULE> ..arguments", where "<RULE>" is the expansion of $(RULE). « |
24 years ago |
676 | david_turner | fixing a bug in the identation used to dump debug output | 24 years ago |
675 | david_turner | fixing original Makefile/Jamfile to run on Unix systems where the current directory isn't... in the path « |
24 years ago |
640 | david_turner | Allowed indirect rule invocations of the form: [ $(RULE) param1 : param2 ] th...is is needed by the Boost build system « |
24 years ago |
629 | david_turner | formatting, and making the Borland C++ default C flags more restrictive (previously, all... warnings were disabled) « |
24 years ago |
622 | david_turner | simple change to the README | 24 years ago |
621 | david_turner | Win 9x related fixed submitted by Fabio Parodi | 24 years ago |
618 | david_turner | See www.freetype.org/jam/index.html for a detailed list of changes.. added a new "subs...t" built-in rule ANSI-fied mkjambase.c added gdi32.lib and user32.lib to the default libraries of the Visual C++ toolset « |
24 years ago |
600 | david_turner | fixed Jamfile for new supported toolsets | 24 years ago |
599 | david_turner | Adding/Upgrading support for Windows compilers: Visual C/C++ Intel C/C++... Win32-LCC Watcom C/C++ Borland C/C++ MingW (gcc without cygwin) Adding support for new compilers on OS/2: Watcom C/C++ EMX-GCC Note that there is a new scheme to select the compiler you want to use on a given platform: - define one of the following environment variable, with the appropriate value according to this list: Variable Toolset Description BORLANDC Borland C++ BC++ install path VISUALC Microsoft Visual C++ VC++ install path VISUALC16 Microsoft Visual C++ 16 bit VC++ 16 bit install INTELC Intel C/C++ IC++ install path WATCOM Watcom C/C++ Watcom install path MINGW MinGW (gcc) MinGW install path LCC Win32-LCC LCC-Win32 install path - define the JAM_TOOLSET environment variable with the *name* of the toolset variable you want to use. e.g.: set VISUALC=C:\Visual6 set JAM_TOOLSET=VISUALC if Jam is invoked with no JAM_TOOLSET defined, it will print a table of valid values and their expected meaning.. « |
24 years ago |
598 | david_turner | Added new modifier, named "T" (for toggle), used to toggle "\" to "/" in actions (w...here functions like FConvertToSlashes cannot be called, apparently) This is required to support MingW (gcc) correctly on Win32.. « |
24 years ago |
597 | david_turner | Adding support for Windows 95/98 through a specific implementation of the "exec" module,... named "execnt.c" « |
24 years ago |
595 | david_turner | Adding support for the new HDRMACRO builtin. The latter is used to specify a file contain...ing macro definitions that are later used in #include statements, as in: #include MYFILE_H A line like: HDRMACRO mydefs.h ; will parse the file "mydefs.h" for lines of the form: #define MACRO <.......> and #define MACRO "......." and will store their definition in a global dictionary. When a line like #include MACRO is later found during header file processing, the macro will be resolved accordingly.. « |
24 years ago |
594 | david_turner | fixed the annoying use of "(s)" as in: found 1 target(s) ... ... => found 1 target found 3 target(s) ... => found 3 targets « |
24 years ago |
591 | david_turner | This branch contains some improvements made to Jam for the Fre...eType 2 project: « |
24 years ago |