Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | merge | William Deegan | 2015-09-28 | 19 | -47/+305 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Added help for pull request #226 | William Deegan | 2015-09-28 | 16 | -45/+302 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | exit with non-zero exit code if validation fails | William Deegan | 2015-09-28 | 1 | -0/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | fixed syntax error from previous pull request #256 | William Deegan | 2015-09-28 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | added .DS_Store to hgignore | William Deegan | 2015-09-28 | 1 | -0/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merged in billcroberts/scons (pull request #226) | William Deegan | 2015-09-28 | 4 | -5/+20 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | bug 2831: Allow appending Help text to Options Output | William Roberts | 2015-03-17 | 4 | -5/+20 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://scons.tigris.org/issues/show_bug.cgi?id=2831 In order to append, rather than clobber Help() generated text, use Help("my message", append=True) The append argument is only respected on the first call to this method as it operates on global data. | |||||
* | | | | | | | | | | 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 | |
|/ / / / / / / / / / |