summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Environment.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into subst_rewriteWilliam Deegan2019-02-141-2/+2
|\
| * change default for AppendENVPath to not move existing pathsDaniel2019-01-281-1/+1
* | Merge remote-tracking branch 'upstream/master' into subst_rewriteWilliam Deegan2018-10-091-2/+3
|\ \ | |/
| * A few syntax cleanupsMats Wichmann2018-10-031-2/+2
* | Create a set with all reserved contruction variable namesWilliam Deegan2018-02-281-2/+5
* | Add notations on TODO'sWilliam Deegan2018-01-301-3/+12
* | PEP8William Deegan2018-01-301-130/+175
* | Formatting improvementsWilliam Deegan2018-01-301-3/+8
* | Incremental checkin. Simple string substition and escaping functionalWilliam Deegan2018-01-301-2/+27
|/
* Fix many epydoc warningsWilliam Deegan2017-09-011-0/+3
* Update CHANGES to cover bug fixed as part of another fixWilliam Deegan2017-08-191-1/+1
* PR #344 - Use set() where applicable. In many cases this can lead to performa...William Deegan2017-08-071-2/+2
* Added support for a PyPackageDir functiongrbd2017-08-031-0/+9
* change comment to docstring as it should have beenWilliam Deegan2017-07-201-11/+13
* When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-121-14/+14
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-17/+17
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-33/+11
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-19/+0
| * fix spelling mistakes found by debian lintian tool list here: https://lintian...William Deegan2015-09-281-1/+1
| * Merged in dirkbaechle/scons : switch of core classes to slots, memoizer subsy...Dirk Baechle2015-08-061-8/+2
| |\
| | * - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-8/+2
| * | Issue 3004: Updated Environment.Dump pydoc.William Blevins2015-06-291-2/+2
| * | Add an exclude parameter to Glob(), to allow excluding some elements matching...Alexandre Feblot2015-04-251-2/+2
| |/
| * Support -isystem in ParseFlagsJames McCoy2014-09-151-1/+4
* | Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-231-11/+35
|\ \ | |/
| * Merged in ajf58/scons (pull request #160), fixes #2900 (handling of appending...Dirk Baechle2014-08-061-4/+30
| |\
| | * Remove commented out code.Andrew Featherstone2014-07-291-1/+0
| | * Corrects handling of appending dictionaries to CPPDEFINES. Amended a test cas...Andrew Featherstone2014-07-291-4/+31
| * | Prevent non defined named non defined exceptionManuel Francisco Naranjo2014-07-211-4/+2
| |/
| * Fix development mailing list with a new address @scons.organatoly techtonik2014-05-281-1/+1
| * Respect preset CC/CXX values detecting cc/c++/gcc/g++ Tools.Michael Haubenwallner2014-05-151-2/+2
* | Merged with [default]Stefan Zimmermann2014-03-311-17/+26
|\ \ | |/
| * Merged scons/scons into defaultTom Tanner2013-10-301-4/+5
| |\
| | * - now counting instances only when requested via --debug=countDirk Baechle2013-10-251-4/+5
| * | Added Pseudo command to environment and tests. If a target is declared asTom Tanner2013-09-301-13/+21
| |/
* | Environment.py: __cmp__ to __eq__. list(*.keys()) for item deletion loops.Stefan Zimmermann2013-12-271-4/+4
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-17/+16
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-29/+30
|/
* TARGET_OS|ARCH should never be defaulted to HOST_OS|ARCH. This makes it impos...William Deegan2013-04-091-2/+2
* Add documentation and update CHANGES.txt. Remove the Environment methods Vers...Robert Managan2012-11-091-71/+0
* add support for darwinRobert Managan2012-10-171-1/+0
* Add library version support to Shared Lib builderRobert Managan2012-10-171-2/+1
* Add the versioned sh lib and install methods to EnvironmentRobert Managan2012-10-061-0/+74
* Merged in ptomulik/scons, pull request #25: gettext toolsetGary Oberbrunner2012-08-011-8/+5
|\
| * Fixed FindSourceFiles to find leaf nodes.ptomulik2012-06-061-1/+14
|/
* better fix for issue 2821 -- avoid direct copies of the BuilderDict as it is ...edA-qa mort-ora-y2012-05-061-8/+11
* Applied patch from #2732: support -std=c++0x in ParseFlagsGary Oberbrunner2011-03-031-1/+6
* Applied patch from #2433: support -dylib_file in ParseFlagsGary Oberbrunner2011-03-031-0/+3
* Added -fopenmp and -openmp to ParseFlags (add to LINKFLAGS and CCFLAGS)Gary Oberbrunner2011-01-121-4/+4
* Fix CPPDEFINES problems with dicts (both Append and MergeFlags). From Jean-B...Gary Oberbrunner2010-08-151-12/+95