summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Small fix for yacc: only look for a .h file if they used the -d option. (Ch...Steven Knight2002-04-221-0/+4
* Treat .c (lower case) and .C (upper case) files the same on case-insensitive ...Steven Knight2002-04-222-0/+340
* Several bug fixes from Charles Crain.Steven Knight2002-04-222-1/+16
* Fix Fortran arguments on Win32.Steven Knight2002-04-224-46/+140
* Fix win32LinkGenerator.Steven Knight2002-04-171-1/+1
* Win32 portability fix for the --debug=dtree test.Steven Knight2002-04-171-33/+27
* Fix importing of modules from the SConscript directory (Anthony Roach)Steven Knight2002-04-161-0/+6
* Handle long command lines for the MSVC linker.Steven Knight2002-04-161-0/+61
* Shared library test fixes. (Charles Crain)Steven Knight2002-04-165-46/+51
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-1516-8/+1359
* Change the meaning of -U, and made -D work like -U used to. (Anthony Roach)Steven Knight2002-04-112-17/+128
* Make .sconsign files get written even if the build fails or is terminated. (A...Steven Knight2002-04-111-0/+40
* Implement implicit dependency caching.Steven Knight2002-04-112-1/+180
* Implement content signature caching and --max-drift (Anthony Roach)Steven Knight2002-04-091-0/+88
* Fix various problems with --profile (Anthony Roach)Steven Knight2002-04-051-0/+22
* Add --debug=dtree option (Anthony Roach)Steven Knight2002-04-051-0/+10
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-043-9/+42
* Make -c work with -n: don't remove the files!Steven Knight2002-03-312-0/+30
* Support a CPPFLAGS variable (a la GNU Make).Steven Knight2002-03-281-0/+143
* Add Fortran support.Steven Knight2002-03-282-0/+413
* Add more document Builders: PDF and PostScript.Steven Knight2002-03-274-0/+753
* Fix problems with two tests (one portability, one syntax).Steven Knight2002-03-271-1/+1
* Add WhereIs() functionality.Steven Knight2002-03-271-0/+126
* Add support for target Aliases.Steven Knight2002-03-251-0/+110
* Support the build of TeX documents (Task 47116). (Steve Leblanc)Steven Knight2002-03-234-0/+494
* Fix subtle problems in end cases with using multiple scanners on a Node.Steven Knight2002-03-201-1/+1
* Make FunctionAction arguments be Nodes, not strings. (Charles Crain)Steven Knight2002-03-164-8/+10
* Support whitespace separated CPPPATH, etc. (Task 49057). (Steve Leblanc)Steven Knight2002-03-123-41/+133
* Add a --profile=file option.Steven Knight2002-03-121-0/+57
* Implement the -U option. (Steve Leblanc)Steven Knight2002-03-121-0/+74
* Make the C*FILESUFFIX.py, LEX*.py and YACC*.py tests not dependent on the sys...Steven Knight2002-03-106-115/+253
* Fix an exception caused by a null-string CPPPATH.Steven Knight2002-03-082-0/+16
* Changes to the CommandGenerator functionality. (Charles Crain)Steven Knight2002-03-081-3/+4
* Fix RANLIB tests for systems that don't have ranlib. (Charles Crain.)Steven Knight2002-03-072-0/+19
* Add a CXXFile builder to turn .ll and .yy files into .cc.Steven Knight2002-03-071-0/+83
* Make the CFile Builder's SUFFIX configurable.Steven Knight2002-03-071-0/+83
* Add RANLIB, and check for the existence of 'ranlib' before adding it to the d...Steven Knight2002-03-022-0/+193
* Add tests for AR and ARFLAGS.Steven Knight2002-03-022-0/+192
* Add the -q option.Steven Knight2002-02-211-6/+40
* Fix the --debug=pdb option on Windows.Steven Knight2002-02-211-2/+6
* Remove all built targets even if some don't exist.Steven Knight2002-02-211-2/+15
* Implement the -u option (Task 39028). (Steve Leblanc)Steven Knight2002-02-211-5/+43
* Add command generator function support. (Anthony Roach)Steven Knight2002-02-201-0/+70
* Fix new .sconsign file write-logic portability to Windows NT.Steven Knight2002-02-141-4/+0
* Allow the exported variables in an SConscript() call to be a UserList, too.Steven Knight2002-02-101-1/+15
* WIN32 portability in tests.Steven Knight2002-02-101-11/+9
* Make writing a .sconsign more robust by writing to a temporary file first and...Steven Knight2002-02-091-20/+35
* Make scons return a failure code when a Builder fails (Anthony Roach)Steven Knight2002-02-055-14/+19
* Make scons return an error code (Anthony Roach)Steven Knight2002-02-043-5/+5
* Support Scanner functions returning strings, not just Nodes.Steven Knight2002-02-031-0/+137