Name | Modified | Size |
---|---|---|
.. | ||
builds | ||
Build.com | 24 years ago | 695 B |
Build.mpw | 24 years ago | 3 KB |
ChangeLog | 24 years ago | 561 B |
command.c | 24 years ago | 1003 B |
command.h | 24 years ago | 2 KB |
common.mk | 24 years ago | 482 B |
compile.c | 23 years ago | 23 KB |
compile.h | 24 years ago | 2 KB |
execcmd.h | 24 years ago | 421 B |
execmac.c | 24 years ago | 1 KB |
execnt.c | 24 years ago | 14 KB |
execunix.c | 24 years ago | 7 KB |
execvms.c | 24 years ago | 3 KB |
expand.c | 24 years ago | 10 KB |
expand.h | 24 years ago | 259 B |
filemac.c | 24 years ago | 3 KB |
filent.c | 24 years ago | 6 KB |
fileos2.c | 24 years ago | 3 KB |
filesys.h | 24 years ago | 1 KB |
fileunix.c | 24 years ago | 7 KB |
filevms.c | 24 years ago | 7 KB |
glob.c | 24 years ago | 2 KB |
hash.c | 24 years ago | 5 KB |
hash.h | 24 years ago | 476 B |
hdrmacro.c | 24 years ago | 3 KB |
hdrmacro.h | 24 years ago | 342 B |
headers.c | 24 years ago | 4 KB |
headers.h | 24 years ago | 206 B |
INSTALL | 24 years ago | 3 KB |
jam.c | 24 years ago | 8 KB |
jam.h | 24 years ago | 10 KB |
Jam.html | 24 years ago | 36 KB |
Jambase | 24 years ago | 49 KB |
jambase.c | 24 years ago | 36 KB |
jambase.h | 24 years ago | 373 B |
Jambase.html | 24 years ago | 23 KB |
Jamfile | 24 years ago | 5 KB |
Jamfile.html | 24 years ago | 49 KB |
jamgram.c | 24 years ago | 24 KB |
jamgram.h | 24 years ago | 868 B |
jamgram.y | 24 years ago | 8 KB |
jamgram.yy | 24 years ago | 7 KB |
jamgramtab.h | 24 years ago | 841 B |
lists.c | 24 years ago | 4 KB |
lists.h | 24 years ago | 2 KB |
make.c | 24 years ago | 10 KB |
make.h | 24 years ago | 273 B |
make1.c | 24 years ago | 16 KB |
Makefile | 24 years ago | 2 KB |
mkjambase.c | 24 years ago | 2 KB |
newstr.c | 24 years ago | 2 KB |
newstr.h | 24 years ago | 271 B |
option.c | 24 years ago | 2 KB |
option.h | 24 years ago | 493 B |
parse.c | 24 years ago | 2 KB |
parse.h | 24 years ago | 680 B |
patchlevel.h | 24 years ago | 161 B |
pathmac.c | 24 years ago | 6 KB |
pathunix.c | 24 years ago | 5 KB |
pathvms.c | 24 years ago | 9 KB |
Porting | 24 years ago | 2 KB |
README | 24 years ago | 4 KB |
regexp.c | 24 years ago | 31 KB |
regexp.h | 24 years ago | 733 B |
RELNOTES | 24 years ago | 24 KB |
rules.c | 24 years ago | 5 KB |
rules.h | 24 years ago | 6 KB |
scan.c | 24 years ago | 7 KB |
scan.h | 24 years ago | 1 KB |
search.c | 24 years ago | 1 KB |
search.h | 24 years ago | 233 B |
subst.c | 24 years ago | 4 KB |
timestamp.c | 24 years ago | 4 KB |
timestamp.h | 24 years ago | 259 B |
variable.c | 24 years ago | 6 KB |
variable.h | 24 years ago | 625 B |
yyacc | 24 years ago | 1 KB |
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 |