summaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 1540-1545,1547-1581 via svnmerge fromSteven Knight2006-08-063-9/+89
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-2534-617/+1165
* Fix directory separators to allow the Debug.caller() function to strip unnece...Steven Knight2006-04-015-11/+49
* Remove unnecessary creation of RCS and SCCS Node.Dir nodes.Steven Knight2006-03-051-4/+16
* In the error message, supply the file name that triggered on IOError or OSErr...Steven Knight2006-02-256-20/+50
* More Win32 portability fixes in EnvironmentTests.py. (Baptiste Lepilleur)Steven Knight2006-02-251-1/+8
* Fix VS8 integration for use with Express. (Christian Maaser) Portability fi...Steven Knight2006-02-212-7/+9
* Fix SCons.Error => SCons.Errors typos. (Erick Tryzelaar)Steven Knight2006-02-202-2/+77
* More test portability fixes. (Baptiste Lepilleur and SK)Steven Knight2006-02-154-109/+136
* Portability fixes for Repository Java tests; eliminate Solaris package warnin...Steven Knight2006-02-141-1/+1
* Fix detecting additional Java inner classes following use of the "new" keywor...Steven Knight2006-02-142-12/+74
* Add a NoClean() function. (Steven Johnson)Steven Knight2006-02-138-12/+63
* Add support for Visual Studio 2005 Professional. Windows portability fixes f...Steven Knight2006-02-123-31/+71
* Fix over-zealous common prefix matching when generating Visual Studio project...Steven Knight2006-02-122-27/+73
* Support the --debug=memory option on Windows. (Baptiste Lepilleur)Steven Knight2006-02-121-2/+11
* Refactor so Command() uses an FS.Entry as its target factory.Steven Knight2006-02-129-103/+61
* Refactor NodeInfo and BuildInfo handling to prepare for signature refactoring.Steven Knight2006-01-229-76/+184
* Refactor NodeInfo decisions in anticipation of bigger refctoring.Steven Knight2006-01-211-7/+15
* More efficient Node.FS.Dir.current() check. Fix some Windows test portabilit...Steven Knight2006-01-211-11/+6
* Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el...Steven Knight2006-01-2117-114/+170
* Add support for Visual Studio 8, and multiple project files in a solution fil...Steven Knight2006-01-206-316/+915
* Add code to set $CCVERSION when using gcc. (Anonymous)Steven Knight2006-01-021-0/+8
* Fix the use of Configure() contexts in nested subsidiary SConscript files. (...Steven Knight2005-12-282-3/+3
* Handle scanning of the in-memory entries for a Dir with a scanner, not a hard...Steven Knight2005-12-2713-80/+161
* Add a --debug=taskmaster option to print traces of what it's doing on its stack.Steven Knight2005-12-183-10/+70
* Update the bin/restore.sh script for more complete conversion of substituted ...Steven Knight2005-12-181-2/+2
* Add mention of LIBSUFFIXES in the SharedLibrary() example for overriding SHLI...Steven Knight2005-12-161-2/+10
* Fix DVIPDF tests, refactor various TeX Tool modules.Steven Knight2005-12-1615-178/+349
* Checkpoint minor refactorings en route to signature refactoring.Steven Knight2005-12-166-9/+144
* Refactor to let specific Node types override scanner selection, and to add a ...Steven Knight2005-12-046-48/+104
* Handle interpretation of Node.FS objects when wrapped in Proxy instances. (E...Steven Knight2005-12-012-0/+22
* Add separate $RANLIBCOM and $RANLIBCOMSTR variables. (Christoph Schulz)Steven Knight2005-11-293-11/+30
* Add a TeX emitter to cover removal of .aux and .log files. (Joel B. Mohler)Steven Knight2005-11-285-2/+15
* Have the LaTeX scanner also look for \includegraphics{} strings.Steven Knight2005-11-202-8/+42
* Add $PKGCHK and $PKGINFO variables for use on Solaris, and make the default $...Steven Knight2005-11-194-3/+39
* Add /usr/ccs/bin to the default execution PATH on Solaris.Steven Knight2005-11-191-1/+3
* Fixes to the LaTeX scanner for Python version differences.Steven Knight2005-11-191-6/+4
* Support specifying absolute path names without drive letters on Win32.Steven Knight2005-11-193-23/+47
* Fix C/C++ compiler choosing on AIX. (Bob Halley)Steven Knight2005-11-181-2/+5
* Bring CVS back in sync.Steven Knight2005-11-1792-1335/+2894
* When searching paths for Files or Dirs, match Entries,too.Steven Knight2005-11-162-817/+557
* Handle FunctionAction signatures when the function is an object method.Steven Knight2005-11-162-9/+28
* Make CheckLib() arguments consistent with other calls.Steven Knight2005-11-161-2/+2
* Allow explicit target_factory=Dir with Builders that make a directory to over...Steven Knight2005-11-155-2084/+1271
* Make all relevant builders of .tex and .ltx files consistent with respect to ...Steven Knight2005-11-075-32/+104
* Do not throw an exception if the type of a stored implicit dependency has cha...Steven Knight2005-11-061-2/+15
* Correct $SOURCES on TeX command lines. (Sanjoy Mahajan) Add scanning of LaT...Steven Knight2005-11-0613-10/+280
* Add support for an explicit SCONS_HOME variable for writing the SCons executi...Steven Knight2005-11-062-8/+29
* Add support for the Java 1.5 enum keyword. (Kian Win Ong)Steven Knight2005-11-062-1/+11
* Fix AppendUnique and PrependUnique concatenating strings to lists. (Patrick ...Steven Knight2005-11-062-2/+30