summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Environment.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-2449/+0
* Remove u' u" from strings. no longer neededWilliam Deegan2020-02-181-1/+1
* Merge pull request #3528 from mwichmann/less-list-convWilliam Deegan2020-01-161-2/+2
|\
| * Stop converting to list where not neededMats Wichmann2020-01-161-2/+2
* | Add name parameter as requested in PRAdam Gross2020-01-151-2/+2
|/
* Merge pull request #3478 from grossag/topic/grossag/valueWilliam Deegan2019-12-301-1/+1
|\
| * Merge branch 'master' into topic/grossag/valueWilliam Deegan2019-12-101-6/+35
| |\
| * | Memoize environment.Value() to improve performanceAdam Gross2019-11-251-1/+1
* | | syntax fixups suggested by PyCharmMats Wichmann2019-12-231-1/+1
* | | [PR #3506] restore accidentally removed SplitMats Wichmann2019-12-201-0/+21
* | | Remove deprecated SourceCode func/methodMats Wichmann2019-12-201-31/+0
* | | Remove deprecated BuildDir, build_dirMats Wichmann2019-12-151-8/+0
* | | Remove deprecated env.Copy()Mats Wichmann2019-12-141-8/+0
| |/ |/|
* | Address GaryO's feedback on PR 3129. Also reformatted Command() PEP8William Deegan2019-12-081-18/+34
* | Merge pull request #3129 from dragon512/update-commandWilliam Deegan2019-12-061-0/+13
|\ \ | |/ |/|
| * Allow Command to take more builder optionsJason Kenny2019-12-041-0/+13
* | Added support for "-imacros" to ParseFlagsIvan Kravets2019-11-061-28/+28
* | Parse GCC -imacros optionIvan Kravets2019-11-011-1/+4
|/
* Remove deprecated {Source,Target}SignaturesMats Wichmann2019-10-201-52/+7
* Use "in" in preference to string find methodMats Wichmann2019-08-301-2/+2
* Update Dictionary documentation to match implementation [ci skip]Mats Wichmann2019-08-251-11/+32
* add -fmerge-all-constants flag to LINKFLAGSbenjamin reed2019-07-261-0/+1
* Merge branch 'master' into fix_slow_md5_deciderWilliam Deegan2019-07-141-1/+14
|\
| * Allow builders to inherit from OverrideEnvironmentsMathew Robinson2019-07-091-1/+14
* | Add missing repo_node argument to _changed_source()William Deegan2019-07-091-3/+3
* | Restore MD5-Timestamp performance by removing try/except from every call. Als...William Deegan2019-06-261-15/+18
|/
* Add -iquote and -idirafter for CCFLAGSMats Wichmann2019-05-021-1/+7
* Some more lint-derived cleanupsMats Wichmann2019-04-271-3/+3
* Clean up some file opens, regex stringsMats Wichmann2019-03-071-2/+2
* Fix Issue #3303 --config=force overwritting passed in Environment's Decider a...William Deegan2019-02-271-0/+1
* change default for AppendENVPath to not move existing pathsDaniel2019-01-281-1/+1
* A few syntax cleanupsMats Wichmann2018-10-031-2/+2
* 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