summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-0414-77/+298
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-132-18/+25
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-1925-477/+344
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-1721-304/+843
* Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,...Steven Knight2007-07-1525-27/+3054
* Merged revisions 2121-2135 via svnmerge fromSteven Knight2007-07-146-71/+203
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-016-26/+79
* Merged revisions 1884-1905 via svnmerge fromSteven Knight2007-05-1881-118/+1358
* Merged revisions 1826-1882 via svnmerge fromSteven Knight2007-04-1344-325/+486
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-1125-40/+91
* Merged revisions 1767-1783 via svnmerge fromSteven Knight2007-01-211-1/+1
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-0713-35/+156
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-1611-31/+58
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-029-61/+139
* Merged revisions 1540-1545,1547-1581 via svnmerge fromSteven Knight2006-08-062-4/+77
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-2510-45/+88
* Fix VS8 integration for use with Express. (Christian Maaser) Portability fi...Steven Knight2006-02-212-7/+9
* 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 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
* Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el...Steven Knight2006-01-218-79/+122
* 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 DVIPDF tests, refactor various TeX Tool modules.Steven Knight2005-12-1611-71/+345
* 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-284-0/+11
* Add $PKGCHK and $PKGINFO variables for use on Solaris, and make the default $...Steven Knight2005-11-191-3/+6
* Bring CVS back in sync.Steven Knight2005-11-1780-150/+601
* Make all relevant builders of .tex and .ltx files consistent with respect to ...Steven Knight2005-11-075-32/+104
* Correct $SOURCES on TeX command lines. (Sanjoy Mahajan) Add scanning of LaT...Steven Knight2005-11-068-8/+73
* 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
* Add use of $CPPDEFINES to $RCCOM on MinGW. (Amir Szekely)Steven Knight2005-11-062-4/+7
* Add Visual Studio support for SCC Provider variables. (Dobes Vandermeer)Steven Knight2005-11-052-5/+141
* Get rid of indentation tabs in the test scripts and have runtest.py invoke th...Steven Knight2005-10-142-9/+9
* Have the QT UIC Scanner use the env.FindFile method. (Leanid Nazdrynau)Steven Knight2005-10-131-10/+8
* On Windows, the Intel Fortran compiler (ifort) uses -object: instead of -o as...Steven Knight2005-10-101-0/+11
* Improve intelc.py so it doesn't throw an exception if a version other than ia...Steven Knight2005-10-101-13/+24
* Fix on-disk file matching on case-insensitive systems. Various fixes for win...Steven Knight2005-10-101-1/+6
* Put quotes around the -C directory in command lines in MSVS project files.Steven Knight2005-10-091-1/+1
* Get rid of the last tabs in the source files and have the TestSCons infrastru...Steven Knight2005-10-092-4/+4
* MSVC.py improvements: new MSVSSolution() Builder, new variables to contro ge...Steven Knight2005-10-082-210/+707
* When building a .jar file and $JARCHDIR is set, prefix each .class file with ...Steven Knight2005-09-291-10/+3
* Explicit "skipping test" messages for a few straggling tests.Steven Knight2005-09-261-139/+156
* Fix unicode encoder errors.Steven Knight2005-08-301-3/+2
* On Solaris, enable the -KPIC option by default when compiling shared objects,...Steven Knight2005-08-244-2/+15
* Add f90 and f95 to the list of Fortran compilers searched by default.Steven Knight2005-08-221-7/+7
* Handle IOError exceptions when pushing files to CacheDir (and elsewhere).Steven Knight2005-08-203-3/+9
* Have Visual Studio echo that we're using SCons to build things, to work aroun...Steven Knight2005-08-201-5/+4