summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
...
* Set up for development.Steven Knight2003-06-281-1/+1
* Portability fixes.Steven Knight2003-06-251-1/+1
* Add support for the Intel C Compiler. (Gary Oberbrunner)Steven Knight2003-06-162-2/+90
* Portability fixes for non-GNU lex and yacc. (Chad Austin)Steven Knight2003-06-152-4/+4
* MSVS documentation, remove unnecessary exceptions, and restor escape() to its...Steven Knight2003-06-145-44/+93
* Add an M4 builder. (Timothee Besset)Steven Knight2003-06-092-1/+55
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-086-109/+1774
* Have the Tool() method add the tool name to the construction variable. (Dav...Steven Knight2003-05-162-1/+8
* Portability fixes for various tests.Steven Knight2003-05-112-3/+4
* Add Java RMIC support.Steven Knight2003-05-102-1/+110
* Java parser fix for // comments. (Charles Crain)Steven Knight2003-05-092-5/+51
* Split the Java parser into a JavaCommon.py module.Steven Knight2003-05-093-186/+358
* Add support for JavaH.Steven Knight2003-05-083-16/+152
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-067-84/+77
* Test portability fixes for Cygwin. (Chad Austin)Steven Knight2003-04-301-1/+1
* Support Java when using Repository and SConscriptChdir(0). (Charles Crain)Steven Knight2003-04-292-18/+18
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-2422-213/+602
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-234-3/+102
* Update to the right Java parser. (Charles Crain)Steven Knight2003-04-171-41/+117
* Really parse .java files for inner class names. (Charles Crain)Steven Knight2003-04-161-86/+110
* Support converting PostScript to PDF files using ghostview. (Stefan Reichor)Steven Knight2003-04-133-2/+74
* Cygwin fixes: use -fPIC and .dll for shared libraries, 'rm' to remove files....Steven Knight2003-04-113-2/+9
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-1043-52/+51
* Set the SYSTEMROOT environment variable on Windows, use POSIX (forward-slash)...Steven Knight2003-04-091-3/+5
* Enhance Java support for package names that don't match the source directory ...Steven Knight2003-04-081-38/+137
* Java!Steven Knight2003-04-063-0/+141
* Fix a bug when BuildDir(duplicate=0) is used with multiple SConscript files. ...Steven Knight2003-03-301-4/+9
* Clean-ups in preparation for release: doc and comment changes, comment out S...Steven Knight2003-03-261-1/+2
* Check out files from various source code systems properly.Steven Knight2003-03-225-28/+26
* Support using construction variables as re-usable, callable command generator...Steven Knight2003-03-135-62/+45
* Set STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME for masm.Steven Knight2003-03-021-0/+1
* Add SharedObject() support to masm. (Lachlan O'Dea)Steven Knight2003-02-261-0/+2
* Finish Tar builder support, add Zip builder support.Steven Knight2003-02-263-4/+93
* Add support for Perforce. (Charles Crain)Steven Knight2003-02-252-1/+89
* Support fetching SConscript files from source code management systems.Steven Knight2003-02-211-1/+1
* Add support for fetching files from rcs.Steven Knight2003-02-186-1/+294
* Add support for the SGI library archiver. (Chad Austin)Steven Knight2003-02-104-3/+62
* Support importing Platform and Tool specifications directly.Steven Knight2003-02-081-1/+2
* Fix the last DESCRIPTION paragraph about default Tool selection.Steven Knight2003-02-081-0/+2
* Fixes for compiling with MSVC when running cygwin Python. (Chad Austin)Steven Knight2003-02-042-8/+13
* Win32 portability.Steven Knight2003-01-302-2/+6
* Add IRIX and MIPSPro support. (Chad Austin)Steven Knight2003-01-296-2/+279
* PharLap follow-on patch. (Charles Crain)Steven Knight2003-01-252-3/+18
* Add support for the PharLap ETS tools. (Charles Crain)Steven Knight2003-01-225-3/+361
* Fix library dependencies when the prefix is specified explicitly.Steven Knight2003-01-211-0/+1
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-2027-27/+27
* Make shared/static objects less irritating. (Anthony Roach)Steven Knight2003-01-183-1/+5
* Update Copyright years.Steven Knight2003-01-1627-27/+27
* Add .def file support to the mingw tool. (Anthony Roach)Steven Knight2003-01-151-0/+16
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-122-4/+0