Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | change tree back to development mode and bring back changes from release branch | William Deegan | 2015-09-21 | 9 | -46/+89 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merged in rel_2.4.0 (pull request #250) | William Deegan | 2015-09-21 | 8 | -53/+67 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rel_2.4.0 | |||||
| | * | | | | | | | | | | add uploading src/README.txt to sourceforgerel_2.4.0 | William Deegan | 2015-09-21 | 1 | -2/+9 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | update readme's | William Deegan | 2015-09-21 | 2 | -26/+33 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Added tag 2.4.0 for changeset e44e2227994d | William Deegan | 2015-09-21 | 0 | -0/+0 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | release 2.4.0 | William Deegan | 2015-09-21 | 6 | -25/+25 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | switch back to develop content | William Deegan | 2015-09-21 | 4 | -17/+49 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | updates for 2.4.0 release | William Deegan | 2015-09-21 | 4 | -46/+32 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Regenerated docs for 2.4.0 Release | William Deegan | 2015-09-21 | 3 | -7/+5 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | adding amd64 win installer to list of files | William Deegan | 2015-09-21 | 1 | -0/+5 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | - added "suffix" attribute to backward compat layer (getattr) for Node.FS ↵ | Dirk Baechle | 2015-09-01 | 1 | -3/+4 | |
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | entries | |||||
* | | | | | | | | - fixed several tests and tools that still used Node attributes directly | Dirk Baechle | 2015-08-06 | 7 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (found by disabling the __getattr__ in Node/FS.py) | |||||
* | | | | | | | | Merged in dirkbaechle/scons : switch of core classes to slots, memoizer ↵ | Dirk Baechle | 2015-08-06 | 52 | -836/+1532 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | subsystem now uses decorators | |||||
| * | | | | | | | | - replaced wrong Node attribute with its new nameswitch_to_slots | Dirk Baechle | 2015-03-28 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | - added backward compatibility layer for the Node attributes abspath, labspath, | Dirk Baechle | 2015-03-28 | 1 | -53/+84 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | path, tpath and path_elements | |||||
| * | | | | | | | | null change to test new buildbot server | William Deegan | 2015-03-14 | 1 | -1/+0 | |
| | | | | | | | | | ||||||
| * | | | | | | | | null change to test new buildbot server | William Deegan | 2015-03-14 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dummy change to test buildbot changes | William Deegan | 2015-02-28 | 1 | -1/+0 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dummy change to test buildbot changes | William Deegan | 2015-02-28 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dummy change to debug issue with buildbot and branches | William Deegan | 2015-02-27 | 1 | -1/+0 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dummy change to debug issue with buildbot and branches | William Deegan | 2015-02-27 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | - switching Node class and NodeInfo/Binfo to using slots | Dirk Baechle | 2015-02-26 | 51 | -809/+1473 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - memoizer subsystem now uses decorators instead of the metaclass approach | |||||
| * | | | | | | | | Starting 'switch_to_slots' branch | Dirk Baechle | 2015-02-26 | 0 | -0/+0 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merged in ajf58/scons (pull request #233) | William Deegan | 2015-08-01 | 1 | -4/+2 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue 2504: Incorrect default SWIGPATH | |||||
| * | | | | | | | | Corrects SWIGPATH documentation as per ↵ | Andrew Featherstone | 2015-05-12 | 1 | -4/+2 | |
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | http://scons.tigris.org/issues/show_bug.cgi?id=2504. Corrects a minor typo in the SWIGPATH description. | |||||
* | | | | | | | | post 2.3.6 release changes | William Deegan | 2015-08-01 | 6 | -13/+20 | |
| | | | | | | | | ||||||
* | | | | | | | | Changes for 2.3.6 | William Deegan | 2015-07-31 | 3 | -4/+9 | |
| | | | | | | | | ||||||
* | | | | | | | | update docs for 2.3.5 release | William Deegan | 2015-07-31 | 4 | -30/+30 | |
| | | | | | | | | ||||||
* | | | | | | | | Call scons-proc.py with the same python executable that the ↵ | William Deegan | 2015-07-30 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | docs-update-generated is being run by. | |||||
* | | | | | | | | Remove obsolete aegis revision control scripts | William Deegan | 2015-07-30 | 3 | -1023/+0 | |
| | | | | | | | | ||||||
* | | | | | | | | merged | William Deegan | 2015-07-27 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merged in ajf58/scons (pull request #236) | William Deegan | 2015-07-25 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue 2984: Corrected escaping of less-than and greater-than symbols. | |||||
* | \ \ \ \ \ \ \ \ | merge pull request 236: ajf58: Corrected escaping of less-than and ↵ | William Deegan | 2015-07-25 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| / / / / / / / / | |/ / / / / / / / | greater-than symbols. | |||||
| * | | | | | | | | Reverting changes to generated output as requested in PR feedback. | Andrew Featherstone | 2015-05-27 | 2 | -30/+30 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Issue 2984: Corrected escaping of less-than and greater-than symbols. | Andrew Featherstone | 2015-05-25 | 4 | -34/+34 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Issue 3004: Updated Environment.Dump pydoc. | William Blevins | 2015-06-29 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merged in techtonik/scons (pull request #239) | William Deegan | 2015-07-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix premature SyntaxError on Python 3 | |||||
| * | | | | | | | | | Fix premature SyntaxError on Python 3 | anatoly techtonik | 2015-06-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to show correct message for Python 3 users | |||||
* | | | | | | | | | | Kick buildbot | William Deegan | 2015-07-23 | 1 | -1/+0 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Update CHANGES.txt for VS2015 support | Rob Smith | 2015-07-20 | 1 | -1/+3 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Add VS14 support to the solution generation code and fix the solution ↵ | Rob Smith | 2015-07-20 | 2 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version number (12.0) | |||||
* | | | | | | | | | Update MSVS project samples in TestSConsMSVS | Rob Smith | 2015-07-17 | 1 | -0/+108 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Add VS 2015 tests | Rob Smith | 2015-07-15 | 5 | -0/+541 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Add Visual Studio 2015 support to SCons | Rob Smith | 2015-07-14 | 3 | -1/+33 | |
| | | | | | | | | | ||||||
* | | | | | | | | | post release changes back to develop settings | William Deegan | 2015-06-20 | 4 | -3/+10 | |
| | | | | | | | | | ||||||
* | | | | | | | | | merging 2.3.5 changes | William Deegan | 2015-06-20 | 11 | -21/+80 | |
| | | | | | | | | | ||||||
* | | | | | | | | | reverting 3320 | William Deegan | 2015-06-18 | 8 | -39/+19 | |
| | | | | | | | | | ||||||
* | | | | | | | | | reverting 3321 | William Deegan | 2015-06-18 | 7 | -15/+14 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Backed out changeset 47b5d15ad8c1 | William Deegan | 2015-06-18 | 0 | -0/+0 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Tagging 2.3.5 | William Deegan | 2015-06-15 | 0 | -0/+0 | |
| | | | | | | | | |