summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* support for versioned libraries for sunlinkPawel Tomulik2015-09-207-90/+150
|
* gnulink: create direct symlinks instead of daisy-chained onesPawel Tomulik2015-09-191-2/+4
|
* support free-form SHLIBVERSION/LDMODULEVERSIONPawel Tomulik2015-09-191-1/+5
|
* revision: address remarks made by Gary Oberbrunnerptomulik2015-09-152-91/+145
|
* minor correction to debug code in Tool/__init__.pyPawel Tomulik2015-09-071-3/+5
|
* add action string function for LibSymlinksActionPawel Tomulik2015-09-041-5/+20
|
* minor fix in Tool/__init__.pyPaweł Tomulik2015-09-041-1/+1
|
* remove redundant get_lib_prefix() methodPaweł Tomulik2015-09-041-11/+0
|
* refactored the versioned lib code a littlePaweł Tomulik2015-09-044-89/+148
|
* reivised code, fixed cygwin/variant-dir issue, cleaned-up some areasPawel Tomulik2015-09-046-60/+242
|
* new versioned libraries - gnulink and cyglink for nowPawel Tomulik2015-09-0220-361/+1187
|
* - added "suffix" attribute to backward compat layer (getattr) for Node.FS ↵Dirk Baechle2015-09-011-3/+4
| | | | entries
* - fixed several tests and tools that still used Node attributes directlyDirk Baechle2015-08-067-10/+10
| | | | (found by disabling the __getattr__ in Node/FS.py)
* Merged in dirkbaechle/scons : switch of core classes to slots, memoizer ↵Dirk Baechle2015-08-0652-836/+1532
|\ | | | | | | subsystem now uses decorators
| * - replaced wrong Node attribute with its new nameswitch_to_slotsDirk Baechle2015-03-281-1/+1
| |
| * - added backward compatibility layer for the Node attributes abspath, labspath,Dirk Baechle2015-03-281-53/+84
| | | | | | | | path, tpath and path_elements
| * null change to test new buildbot serverWilliam Deegan2015-03-141-1/+0
| |
| * null change to test new buildbot serverWilliam Deegan2015-03-141-0/+1
| |
| * dummy change to test buildbot changesWilliam Deegan2015-02-281-1/+0
| |
| * dummy change to test buildbot changesWilliam Deegan2015-02-281-0/+1
| |
| * dummy change to debug issue with buildbot and branchesWilliam Deegan2015-02-271-1/+0
| |
| * dummy change to debug issue with buildbot and branchesWilliam Deegan2015-02-271-0/+1
| |
| * - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-2651-809/+1473
| | | | | | | | - memoizer subsystem now uses decorators instead of the metaclass approach
| * Starting 'switch_to_slots' branchDirk Baechle2015-02-260-0/+0
| |
* | Merged in ajf58/scons (pull request #233)William Deegan2015-08-011-4/+2
|\ \ | | | | | | | | | Issue 2504: Incorrect default SWIGPATH
| * | Corrects SWIGPATH documentation as per ↵Andrew Featherstone2015-05-121-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 changesWilliam Deegan2015-08-016-13/+20
| | |
* | | Changes for 2.3.6William Deegan2015-07-313-4/+9
| | |
* | | update docs for 2.3.5 releaseWilliam Deegan2015-07-314-30/+30
| | |
* | | Call scons-proc.py with the same python executable that the ↵William Deegan2015-07-301-2/+3
| | | | | | | | | | | | docs-update-generated is being run by.
* | | Remove obsolete aegis revision control scriptsWilliam Deegan2015-07-303-1023/+0
| | |
* | | mergedWilliam Deegan2015-07-270-0/+0
|\ \ \
| * \ \ Merged in ajf58/scons (pull request #236)William Deegan2015-07-252-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 Deegan2015-07-252-4/+4
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / greater-than symbols.
| * | | Reverting changes to generated output as requested in PR feedback.Andrew Featherstone2015-05-272-30/+30
| | | |
| * | | Issue 2984: Corrected escaping of less-than and greater-than symbols.Andrew Featherstone2015-05-254-34/+34
| | | |
* | | | Issue 3004: Updated Environment.Dump pydoc.William Blevins2015-06-291-2/+2
| | | |
* | | | Merged in techtonik/scons (pull request #239)William Deegan2015-07-241-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | Fix premature SyntaxError on Python 3
| * | | | Fix premature SyntaxError on Python 3anatoly techtonik2015-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | This allows to show correct message for Python 3 users
* | | | | Kick buildbotWilliam Deegan2015-07-231-1/+0
|/ / / /
* | | | Update CHANGES.txt for VS2015 supportRob Smith2015-07-201-1/+3
| | | |
* | | | Add VS14 support to the solution generation code and fix the solution ↵Rob Smith2015-07-202-2/+4
| | | | | | | | | | | | | | | | version number (12.0)
* | | | Update MSVS project samples in TestSConsMSVSRob Smith2015-07-171-0/+108
| | | |
* | | | Add VS 2015 testsRob Smith2015-07-155-0/+541
| | | |
* | | | Add Visual Studio 2015 support to SConsRob Smith2015-07-143-1/+33
| | | |
* | | | post release changes back to develop settingsWilliam Deegan2015-06-204-3/+10
| | | |
* | | | merging 2.3.5 changesWilliam Deegan2015-06-2011-21/+80
| | | |
* | | | reverting 3320William Deegan2015-06-188-39/+19
| | | |
* | | | reverting 3321William Deegan2015-06-187-15/+14
| | | |
* | | | Backed out changeset 47b5d15ad8c1William Deegan2015-06-180-0/+0
| | | |