summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/hpc++.py
Commit message (Collapse)AuthorAgeFilesLines
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-3/+2
| | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1.
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* On Solaris, enable the -KPIC option by default when compiling shared ↵Steven Knight2005-08-241-0/+1
| | | | objects, and accomodate Sun Workshop by changing the prefix instead of the suffix. (Steve-o) Add the +Z option for compiling shared objects on HP-UX.
* Handle IOError exceptions when pushing files to CacheDir (and elsewhere).Steven Knight2005-08-201-1/+3
|
* Initialize *FLAGS variables with objects that can add flags either as ↵Steven Knight2004-02-261-2/+4
| | | | strings or lists.
* Fix __COPYRIGHT__ and __REVISION__ lines; make IDLTests.py as an Aegis test, ↵Steven Knight2003-12-311-1/+1
| | | | not a source file.
* Better detection of KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2003-10-211-1/+1
|
* Correct __COPYRIGHT__ and __revision__ lines in files. Add missing ↵Steven Knight2003-09-151-2/+32
| | | | copyright notices. Fix some portability problems with new Tool files.
* Support for additional UNIX variants: (Christian Engel)Steven Knight2003-08-241-0/+44