summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
...
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ...Steven Knight2003-11-1010-26/+31
* Fixes for the AIX C and C++ Tool specifications. (Vincent Risi)Steven Knight2003-11-032-4/+4
* Restore the default '-LANG:std' C++ flag on SGI IRIX systems before we actual...Steven Knight2003-11-031-2/+3
* Update the tool specifications for the SGI MIPSpro tools.Steven Knight2003-10-304-9/+36
* Fix a regression with CPPDEFINES when using the g++ Tool.Steven Knight2003-10-261-2/+2
* Better detection of KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2003-10-217-5/+17
* Fix a bug in Qt detection. (Christoph Wiedemann)Steven Knight2003-10-211-1/+1
* Follow-on to TeX patch: add test cases for LaTeX and bibtex. (Sergey Fomel)Steven Knight2003-10-061-1/+1
* Pre-Python 2 portability fix in new tex.py tool. Portability fix in Environm...Steven Knight2003-09-221-2/+3
* New tex.py.Steven Knight2003-09-211-1/+65
* Support Jar manifest files and the -C option. Tool/ms*.py fixes for pre-Pyth...Steven Knight2003-09-176-11/+56
* Correct __COPYRIGHT__ and __revision__ lines in files. Add missing copyright...Steven Knight2003-09-156-8/+73
* Support for additional UNIX variants: (Christian Engel)Steven Knight2003-08-2415-113/+430
* Fix tool problems with xilink and linkloc.Steven Knight2003-08-163-5/+5
* Fix a yacc regression.Steven Knight2003-08-161-0/+1
* Add SWIG support.Steven Knight2003-08-132-2/+68
* Initialize a LIB environment variable for the Intel compiler. (Gary Oberbrun...Steven Knight2003-08-041-0/+1
* Refactor extension splitting to make it more flexible (for SWIG).Steven Knight2003-08-035-17/+20
* Add support for a platform-independent CPPDEFINES variable.Steven Knight2003-08-0210-19/+28
* Add /TP to CXXFLAGS for msvc. Win32 portability fixes for tests.Steven Knight2003-08-011-1/+1
* Allow Builders to take a dictionary that maps source file suffixes to emitter...Steven Knight2003-07-2911-37/+135
* Add a QT tool. (Christoph Wiedemann)Steven Knight2003-07-241-0/+214
* Add a script to print .sconsign file contents.Steven Knight2003-07-183-11/+36
* CVS fixes.Steven Knight2003-07-071-1/+1
* 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