summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/sunar.py
Commit message (Collapse)AuthorAgeFilesLines
* removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-1/+1
|
* do not set SHxxxx variables in sunar.pyPawel Tomulik2015-09-201-3/+0
|
* refactor code -> avoid code duplicationPawel Tomulik2015-09-201-1/+1
|
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Move LIB{PREFIX,SUFFIX} definitions from the Platform modules to individual ↵Steven Knight2004-07-301-0/+2
| | | | Tool modules. (Chris Murray)
* Initialize *FLAGS variables with objects that can add flags either as ↵Steven Knight2004-02-261-3/+4
| | | | strings or lists.
* Allow Builders to take a dictionary that maps source file suffixes to ↵Steven Knight2003-07-291-3/+2
| | | | emitter functions. Refactor initialization of a number of builders out of the SCons.Defaults.py module.
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-241-0/+59