summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-22127-717/+727
* | | | | | | | | | | add blurb to src/CHANGES.txt for #319Pawel Tomulik2016-05-151-0/+9
* | | | | | | | | | | regression tests for #319Pawel Tomulik2016-05-141-0/+1
* | | | | | | | | | | fixed issue with _xxxxxxVERSIONFLAGSPawel Tomulik2016-05-111-2/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | reset files to development modeWilliam Deegan2016-04-093-44/+47
* | | | | | | | | | changes for 2.5.0 releaseWilliam Deegan2016-04-093-3/+3
* | | | | | | | | | Updates to Changes, Release, AnnounceWilliam Deegan2016-04-093-86/+85
* | | | | | | | | | Merged in techtonik/scons (pull request #308)William Deegan2016-04-092-6/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix formatting in SConf check exampleanatoly techtonik2016-03-021-4/+4
| * | | | | | | | | | script/scons.py - improve error message on missing engine filesanatoly techtonik2016-03-021-2/+2
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merged in thosrtanner/scons-cache-name (pull request #302)William Deegan2016-04-086-11/+234
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Migrate stuff to the right placeThomas Tanner2016-03-202-8/+8
| * | | | | | | | | Add some release notesThomas Tanner2016-03-191-0/+8
| * | | | | | | | | oopaThomas Tanner2016-03-191-4/+2
| * | | | | | | | | Add some error recovery, cleanup scons-configure-cacheThomas Tanner2016-03-192-24/+56
| * | | | | | | | | Cleanup of code/comments and rename and rewrite of upgrade scriptThomas Tanner2016-03-195-100/+148
| * | | | | | | | | Update to produce warning message.Thomas Tanner2016-03-133-6/+29
| * | | | | | | | | improve behaviourThomas Tanner2016-03-123-17/+69
| * | | | | | | | | Change the cache to use the first two characters of the md5 for the directoryThomas Tanner2016-01-303-2/+64
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merged in williamblevins/scons_20150323 (pull request #306)William Deegan2016-02-291-0/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Issue 2264: Updated CHANGES.txt to include Cross Language notes.William Blevins2016-02-221-1/+12
* | | | | | | | | | Merged in williamblevins/scons_20150323 (pull request #305)William Deegan2016-02-291-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Issue 2959: Update CHANGES.txt information.William Blevins2016-02-191-0/+1
| |/ / / / / / / / /
* | | | | | | | | | Fix for bug # 2225. This undoes the changes to posix special escape character...William Deegan2016-02-291-0/+2
* | | | | | | | | | Fix for bug # 2225. This undoes the changes to posix special escape character...William Deegan2016-02-292-3/+23
|/ / / / / / / / /
* | | | | | | | | Merged in adarshsanjeev/scons (pull request #291)William Deegan2016-02-152-3/+63
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Updated documentationAdarsh Sanjeev2016-01-041-0/+2
| * | | | | | | | Changed as per reviewAdarsh Sanjeev2016-01-041-4/+12
| * | | | | | | | String support for Chmod addedAdarsh Sanjeev2016-01-031-3/+53
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Minor nit fixes. Typos and better commentsWilliam Deegan2016-01-261-1/+1
* | | | | | | | fix for tigris bug # 2622 - AlwaysBuild / MSVC regression - Make sure files m...William Deegan2016-01-162-1/+7
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix bug 2081: Better messaging for different actions for same target in two e...William Deegan2016-01-141-8/+12
* | | | | | | Fix bug 2081: Better messaging for different actions for same target in two e...William Deegan2016-01-141-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Added intel 2016 tool update credits to CHANGES.txt.William Blevins2016-01-111-0/+3
* | | | | | Added intel 2016 support for intelc tool.William Blevins2016-01-111-1/+16
* | | | | | Merged in dirkbaechle/scons (pull request #290)dirkbaechle2016-01-101-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | - fixed internal debugging of TaskmasterDirk Baechle2016-01-011-4/+4
* | | | | | added verbose flag to Swig to enable debug output when necessaryWilliam Deegan2015-12-171-3/+4
* | | | | | fix swig test failing on windows due to \r\n line endingsWilliam Deegan2015-12-171-1/+5
* | | | | | - fixed initialization of Util.WinError for WindowsDirk Baechle2015-12-161-5/+4
|/ / / / /
* | | | | - fixed render_tree default argument for "visited" as wellDirk Baechle2015-12-145-10/+75
* | | | | removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-1074-1065/+285
* | | | | Merged in techtonik/scons (pull request #271)William Deegan2015-12-081-2/+9
|\ \ \ \ \
| * | | | | Document SCons.Debug.caller_trace() behavioranatoly techtonik2015-11-112-5/+18
* | | | | | Fix warning message when running SCons with a python built without sha256 or ...William Deegan2015-11-241-0/+1
* | | | | | update logic for sys.intern in compat module. Don't need to support pre 2.7 a...William Deegan2015-11-191-9/+7
* | | | | | remove os.path.lexists from compat module. 2.7 has itWilliam Deegan2015-11-191-7/+0
* | | | | | remove sys.maxsize from compat module. 2.7 has itWilliam Deegan2015-11-191-9/+0
* | | | | | fix broken cleanup of collections removal from compatWilliam Deegan2015-11-191-0/+29
* | | | | | remove compat os.devnull. python 2.7 supports itWilliam Deegan2015-11-191-11/+0