summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | Environment.py: __cmp__ to __eq__. list(*.keys()) for item deletion loops.Stefan Zimmermann2013-12-271-4/+4
| | | | | | | | | | |
| * | | | | | | | | | copy_func: return 0 instead of return shutil.*Stefan Zimmermann2013-12-271-3/+3
| | | | | | | | | | |
| * | | | | | | | | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-3171-219/+273
| | | | | | | | | | |
| * | | | | | | | | | setup.py: don't error on py3ndbecker22013-09-101-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (transplanted from 16fc64cadd68f2f9032c14d04bc0bf94f99b71a4)
| * | | | | | | | | | fix for cpp scanner (maybe)ndbecker22013-09-092-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (transplanted from c68b1a5da5ad47befc3a7e802d8ae23372f0e1a8)
| * | | | | | | | | | minor cleanupndbecker22013-09-092-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (transplanted from 4feb1b15eb7a0c76cb020e09817c509a782d45b7)
| * | | | | | | | | | 2 minor issuesndbecker22013-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (transplanted from 6711a6b819f61764bb82c0f32a251b91ec66a0b2)
| * | | | | | | | | | Manual python3 post-2to3 fixes from Neal BeckerGary Oberbrunner2013-09-2218-61/+75
| | | | | | | | | | |
| * | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve a few docs and messages
| * | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | Change the cache to use 2-character directories rather than one. Also makes a lot more tests run on windows
| * | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also means an existing empty cache directory will be treated as v2 (which is probably a good idea...)
| * | | | | | | | | 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
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | name (more smaller directories, because they tend to get huge otherwise)
* | | | | | | | | 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: Corrected typo in User Guide for Scanner keyword.
| * | | | | | | | | | Issue 2959: Update CHANGES.txt information.William Blevins2016-02-191-0/+1
| |/ / / / / / / / /
* | | | | | | | | | Fix for bug # 2225. This undoes the changes to posix special escape ↵William Deegan2016-02-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | characters added in patch for bug 1689
* | | | | | | | | | Fix for bug # 2225. This undoes the changes to posix special escape ↵William Deegan2016-02-292-3/+23
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | characters added in patch for bug 1689
* | | | | | | | | 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 ↵William Deegan2016-01-162-1/+7
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | marked AlwaysBuild don't get added to unchanged list, but instead always are added to changes lists created in _get_changes in Executor
* | | | | | | Fix bug 2081: Better messaging for different actions for same target in two ↵William Deegan2016-01-141-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | environments
* | | | | | | Fix bug 2081: Better messaging for different actions for same target in two ↵William Deegan2016-01-141-1/+1
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | environments
* | | | | | 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
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | Fix internal debugging of Taskmaster
| * | | | | - 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
| | | | | | | | | | | | | | | | | | | | | | | | | - added tests for the new "visited" default arguments of the render_tree and print_tree methods - added simple test for the new "None" default arguments in Variables constructor
* | | | | removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-1074-1065/+285
| | | | |