summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Defaults.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add RANLIB, and check for the existence of 'ranlib' before adding it to the d...Steven Knight2002-03-021-13/+37
* Fix variable interpolation with spaces, and problems with the WIN32 environme...Steven Knight2002-02-091-17/+59
* Set PROGSUFFIX to .exe under Cygwin. (Chad Austin)Steven Knight2002-02-041-2/+4
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Check for the existence of lex and yacc in those tests and bail with NO RESUL...Steven Knight2002-01-111-2/+3
* Refactor the Windows registry stuff from Defaults.py to Utils.py (Charles Cra...Steven Knight2002-01-111-51/+18
* In the Object Builder, use a single Action instance for all of the C++ file s...Steven Knight2002-01-101-6/+9
* Add support for lex and yacc.Steven Knight2002-01-071-5/+24
* Finish MSVC supportSteven Knight2001-12-301-43/+186
* More NT portability in the tests.Steven Knight2001-11-291-2/+2
* More NT portability fixes.Steven Knight2001-11-241-4/+15
* Crain: Finish LIBS, LIBPATH, CPPPATHSteven Knight2001-11-201-8/+13
* LIBS and LIBPATH work, variable substitution changes.Steven Knight2001-11-151-0/+8
* Implement CPPPATH and scanning during builds.Steven Knight2001-11-141-1/+4
* Make the (s) and variables upper-case.Steven Knight2001-10-311-8/+8
* Composite Builder and related changes from Charles Crain.Steven Knight2001-10-181-42/+60
* Portability fixes for tests on Windows Nt.Steven Knight2001-10-171-14/+54
* Add LINKFLAGS support.Steven Knight2001-10-121-1/+3
* Add tests and support for and .Steven Knight2001-10-121-5/+8
* Use the prefix and suffix arguments in the Builder base class.Steven Knight2001-10-121-12/+12