summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Defaults.py
Commit message (Expand)AuthorAgeFilesLines
* Portability fixes for tests.Steven Knight2003-08-191-2/+2
* Branch for User's Guide changes.Steven Knight2003-08-161-1/+1
* Add support for a platform-independent CPPDEFINES variable.Steven Knight2003-08-021-0/+34
* Allow Builders to take a dictionary that maps source file suffixes to emitter...Steven Knight2003-07-291-73/+1
* Add a QT tool. (Christoph Wiedemann)Steven Knight2003-07-241-0/+1
* Only create a default Environment when asked to. (Chad Austin)Steven Knight2003-07-221-0/+10
* When an input yacc file ends in .yy and the yacc -d flag is used, expect a ge...Steven Knight2003-07-021-8/+13
* Clean-ups in preparation for release: doc and comment changes, comment out S...Steven Knight2003-03-261-1/+1
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-221-0/+6
* Support using construction variables as re-usable, callable command generator...Steven Knight2003-03-131-10/+30
* Make the Install() method copy files (by default).Steven Knight2003-02-121-1/+12
* Fix library dependencies when the prefix is specified explicitly.Steven Knight2003-01-211-11/+28
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Make shared/static objects less irritating. (Anthony Roach)Steven Knight2003-01-181-6/+6
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-121-2/+0
* Refactor the Scanner interface to eliminate unnecessary scanning and make it ...Steven Knight2003-01-061-4/+4
* Get rid of the magicness of the magic _ variables. (Anthony Roach)Steven Knight2002-10-071-0/+51
* Add MSVC PCH and PDB support. (Anthony Roach)Steven Knight2002-10-031-0/+3
* Add SHOBJPREFIX AND SHOBJSUFFIX.Steven Knight2002-10-011-3/+3
* Win32 portability fixes. (Charles Crain)Steven Knight2002-07-151-15/+19
* Add support for assembly language (.s and .S) Tools. Still needs support for...Steven Knight2002-06-271-0/+4
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-529/+71
* Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)Steven Knight2002-06-151-128/+123
* Add a native Fortran include scanner.Steven Knight2002-06-121-20/+23
* Changes from Charles Crain.Steven Knight2002-06-051-26/+32
* Fix some bad exceptions in Defaults.py (Anthony Roach)Steven Knight2002-05-131-2/+2
* Add a Platform() method.Steven Knight2002-05-091-23/+1
* Raise an error if a builder is called multiple times for a given target, unle...Steven Knight2002-05-061-1/+2
* Don't rebuild WIN32 libraries when there's no import library created. (Charl...Steven Knight2002-05-021-5/+10
* Fix for long-line LINKCOM signatures on WIN32; add a for_signature argument t...Steven Knight2002-05-021-8/+8
* Support building a PDF file directly from a TeX or LaTeX file using pdftex or...Steven Knight2002-04-231-4/+20
* Small fix for yacc: only look for a .h file if they used the -d option. (Ch...Steven Knight2002-04-221-18/+12
* Treat .c (lower case) and .C (upper case) files the same on case-insensitive ...Steven Knight2002-04-221-6/+24
* Several bug fixes from Charles Crain.Steven Knight2002-04-221-49/+51
* Fix Fortran arguments on Win32.Steven Knight2002-04-221-4/+4
* Fix win32LinkGenerator.Steven Knight2002-04-171-16/+12
* Handle long command lines for the MSVC linker.Steven Knight2002-04-161-8/+41
* Shared library test fixes. (Charles Crain)Steven Knight2002-04-161-1/+1
* Follow-on shared library fix for WIN32 systems. (Charles Crain)Steven Knight2002-04-151-1/+1
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-151-31/+200
* Support a CPPFLAGS variable (a la GNU Make).Steven Knight2002-03-281-4/+4
* Add Fortran support.Steven Knight2002-03-281-0/+18
* Add more document Builders: PDF and PostScript.Steven Knight2002-03-271-4/+36
* Add WhereIs() functionality.Steven Knight2002-03-271-15/+1
* Add support for target Aliases.Steven Knight2002-03-251-3/+13
* Support the build of TeX documents (Task 47116). (Steve Leblanc)Steven Knight2002-03-231-2/+29
* Change the default lex command to use the POSIX-compliant -t option, not the ...Steven Knight2002-03-071-2/+2
* Add a CXXFile builder to turn .ll and .yy files into .cc.Steven Knight2002-03-071-3/+11
* Make the CFile Builder's SUFFIX configurable.Steven Knight2002-03-071-1/+3