Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix spelling mistakes found by debian lintian tool list here: ↵ | William Deegan | 2015-09-28 | 13 | -13/+13 |
| | | | | https://lintian.debian.org/full/debian@jff-webhosting.net.html#scons_2.3.6-1 | ||||
* | Merged in williamblevins/scons_20150323 (pull request #256) | William Deegan | 2015-09-24 | 1 | -16/+12 |
|\ | | | | | | | Updated SHLIBVERSION documentation to reflect PR-247. | ||||
| * | Updated SHLIBVERSION documentation to reflect PR-247. | William Blevins | 2015-09-23 | 1 | -16/+12 |
| | | |||||
* | | added some blurb | Florian Miedniak | 2015-09-23 | 1 | -0/+3 |
| | | |||||
* | | Corrected indentation | Florian Miedniak | 2015-09-23 | 1 | -2/+2 |
| | | |||||
* | | Merged scons/scons into default | Florian Miedniak | 2015-09-23 | 30 | -471/+1903 |
|\ \ | |/ | |||||
| * | Updated CHANGES.txt for adding InstallVersionedLib to DefaultEnvironment ↵ | William Blevins | 2015-09-22 | 1 | -0/+4 |
| | | | | | | | | context. | ||||
| * | Added InstallVersionedLib to default environment init for orthogonality with ↵ | William Blevins | 2015-09-22 | 1 | -0/+1 |
| | | | | | | | | other Install[As] methods. | ||||
| * | Added test to verify InstallVersionLib available from DefaultEnvironment. | William Blevins | 2015-09-23 | 1 | -0/+8 |
| | | |||||
| * | Merged in ptomulik/scons2 (pull request #247) | William Deegan | 2015-09-22 | 29 | -471/+1890 |
| |\ | |||||
| | * | add blurb to src/CHANGES.txt | ptomulik | 2015-09-22 | 1 | -0/+27 |
| | | | |||||
| | * | correct logic in VersionedLib*.py tests | Pawel Tomulik | 2015-09-21 | 4 | -24/+34 |
| | | | |||||
| | * | remove debug message from ldc.py | Pawel Tomulik | 2015-09-21 | 1 | -1/+0 |
| | | | |||||
| | * | add SONAME support to D tools | Pawel Tomulik | 2015-09-20 | 4 | -11/+38 |
| | | | |||||
| | * | add simple test for $__SHLIBVERSIONFLAGS | Pawel Tomulik | 2015-09-20 | 1 | -0/+59 |
| | | | |||||
| | * | gdc: support soname in D versioned libraries | Pawel Tomulik | 2015-09-20 | 2 | -2/+9 |
| | | | |||||
| | * | s/SHLINKSONAME/SHLIBSONAME/ | Pawel Tomulik | 2015-09-20 | 6 | -8/+9 |
| | | | |||||
| | * | cyglink: fix for shlib symlink not being cleaned correctly | Paweł Tomulik | 2015-09-20 | 3 | -9/+7 |
| | | | |||||
| | * | fix test/LINK/VersionedLib.py to convince sun studio compiler | Pawel Tomulik | 2015-09-20 | 1 | -9/+8 |
| | | | |||||
| | * | add tests to test/LINK/VersionedLib.py | Pawel Tomulik | 2015-09-20 | 1 | -117/+215 |
| | | | |||||
| | * | do not set SHxxxx variables in sunar.py | Pawel Tomulik | 2015-09-20 | 2 | -7/+0 |
| | | | |||||
| | * | refactor code -> avoid code duplication | Pawel Tomulik | 2015-09-20 | 4 | -49/+54 |
| | | | |||||
| | * | fix broken soname generator | Pawel Tomulik | 2015-09-20 | 4 | -8/+16 |
| | | | |||||
| | * | support for versioned libraries for sunlink | Pawel Tomulik | 2015-09-20 | 7 | -90/+150 |
| | | | |||||
| | * | gnulink: create direct symlinks instead of daisy-chained ones | Pawel Tomulik | 2015-09-19 | 1 | -2/+4 |
| | | | |||||
| | * | support free-form SHLIBVERSION/LDMODULEVERSION | Pawel Tomulik | 2015-09-19 | 1 | -1/+5 |
| | | | |||||
| | * | revision: address remarks made by Gary Oberbrunner | ptomulik | 2015-09-15 | 2 | -91/+145 |
| | | | |||||
| | * | minor correction to debug code in Tool/__init__.py | Pawel Tomulik | 2015-09-07 | 1 | -3/+5 |
| | | | |||||
| | * | add action string function for LibSymlinksAction | Pawel Tomulik | 2015-09-04 | 1 | -5/+20 |
| | | | |||||
| | * | minor fix in Tool/__init__.py | Paweł Tomulik | 2015-09-04 | 1 | -1/+1 |
| | | | |||||
| | * | remove redundant get_lib_prefix() method | Paweł Tomulik | 2015-09-04 | 1 | -11/+0 |
| | | | |||||
| | * | refactored the versioned lib code a little | Paweł Tomulik | 2015-09-04 | 4 | -89/+148 |
| | | | |||||
| | * | reivised code, fixed cygwin/variant-dir issue, cleaned-up some areas | Pawel Tomulik | 2015-09-04 | 6 | -60/+242 |
| | | | |||||
| | * | new versioned libraries - gnulink and cyglink for now | Pawel Tomulik | 2015-09-02 | 20 | -361/+1187 |
| | | | |||||
* | | | Fixed #3011: Glob() called with exclude didn't work when called from a ↵ | Florian Miedniak | 2015-09-22 | 2 | -1/+40 |
|/ / | | | | | | | SConscript that is executed with variant_dir set and duplicate=0 | ||||
* | | remove extraneous release boilerplate text | William Deegan | 2015-09-22 | 1 | -28/+0 |
| | | |||||
* | | 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 |
| | |