Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Updated CHANGES.txt: recent D tool fixes | Gary Oberbrunner | 2014-09-27 | 1 | -0/+3 | |
| | | | | | | | ||||||
| * | | | | | | Fix change log from prev commit. | Gary Oberbrunner | 2014-09-27 | 1 | -3/+0 | |
| | | | | | | | ||||||
| * | | | | | | Split __VERSION__ string in EnsureSConsVersion to avoid replacement | anatoly techtonik | 2014-09-26 | 2 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | during package build process. This fixes SCons warning that it runs in development mode. | |||||
| * | | | | | | - fix for issue #2971 (Interactive build doesn't work anymore) | Dirk Baechle | 2014-09-27 | 3 | -4/+117 | |
| | | | | | | | ||||||
* | | | | | | | Attempt to fix versionned shared library on Solaris | Alexandre Feblot | 2014-09-21 | 3 | -4/+4 | |
|/ / / / / / | ||||||
* | | | | | | - fixed Java test for derived sources problem, now favouring skip() | Dirk Baechle | 2014-09-18 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | over no_result() | |||||
* | | | | | | And all the rest of the {} in format strings made Python 2.6 compatible. | Russel Winder | 2014-09-15 | 7 | -7/+7 | |
| | | | | | | ||||||
* | | | | | | Make the format method work on Python 2.6 as well as later versions. | Russel Winder | 2014-09-15 | 4 | -8/+8 | |
| | | | | | | ||||||
* | | | | | | Merge unexpected extra head. | Russel Winder | 2014-09-14 | 0 | -0/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove the incorrect Windows type label. | Russel Winder | 2014-09-14 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Refactoring and amendment to ensure correct behaviour of D tool shared ↵ | Russel Winder | 2014-09-14 | 3 | -18/+25 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | library tests on OSX. | |||||
* | | | | | | Merge in from mainline. | Russel Winder | 2014-09-12 | 0 | -0/+0 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Merged in russel/scons (pull request #182), various fixes for the D tools ↵ | Dirk Baechle | 2014-09-12 | 27 | -36/+302 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | and their tests | |||||
* | \ \ \ \ \ | Commit merge issues. | Russel Winder | 2014-09-11 | 17 | -3/+17 | |
|\ \ \ \ \ \ \ | |/ / / / / / | | / / / / / | |/ / / / / |/| | | | | | ||||||
| * | | | | | - additional fixes to get all tests pass on the Fedora20 box | Dirk Baechle | 2014-09-06 | 2 | -3/+2 | |
| | | | | | | ||||||
| * | | | | | - added import of libxslt binding to DocBook tests | Dirk Baechle | 2014-08-31 | 15 | -0/+15 | |
| | | | | | | ||||||
* | | | | | | Deal better with the discovery of a suitable D compiler executable. | Russel Winder | 2014-09-06 | 6 | -10/+56 | |
| | | | | | | ||||||
* | | | | | | Amend the executable search support function to use the default SCons path only. | Russel Winder | 2014-09-06 | 1 | -8/+29 | |
| | | | | | | ||||||
* | | | | | | The tests for the changes already commited to the tools for dealing with ↵ | Russel Winder | 2014-09-05 | 8 | -0/+205 | |
| | | | | | | | | | | | | | | | | | | | | | | | | shared libraries. | |||||
* | | | | | | Remove the setting of the ENV property to os.environ. | Russel Winder | 2014-09-05 | 15 | -18/+12 | |
|/ / / / / | ||||||
* | | | | | Merged in williamblevins/scons4 (pull request #180, issue 2935) | Gary Oberbrunner | 2014-08-31 | 2 | -4/+12 | |
|\ \ \ \ \ | ||||||
| * | | | | | 0.3 - fixed used imports that failed on Python 2.6 | anatoly techtonik | 2014-08-24 | 1 | -2/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Crash evidence: http://buildbot.scons.org/builders/debian6-python-2.6/builds/54/steps/shell/logs/stdio | |||||
* | | | | | | Issue 2395: Updated tests to be skipped on systems without os.symlink ↵ | William Blevins | 2014-08-28 | 1 | -7/+7 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | functionality. Apparently, the SConsTest.symlink behavior doesn't give any success/fail feedback. | |||||
* | | | | | Merged in techtonik/scons (pull request #178) | William Deegan | 2014-08-24 | 1 | -2/+4 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | taprunner 0.2 - remove unused import that failed Python 2.6 | |||||
| * | | | | | taprunner 0.2 - remove unused import that failed Python 2.6 | anatoly techtonik | 2014-08-23 | 1 | -2/+4 | |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | Crash evidence: http://buildbot.scons.org/builders/ubuntu-python-2.6/builds/118/steps/shell/logs/stdio | |||||
* | | | | | Put default branch back into develop mode for next release | Gary Oberbrunner | 2014-08-24 | 4 | -66/+56 | |
| | | | | | ||||||
* | | | | | Apply 2.3.3 release auto changes to default branch | Gary Oberbrunner | 2014-08-24 | 7 | -14/+26 | |
| | | | | | ||||||
* | | | | | Update CHANGES, Release and Announce prior to 2.3.3 release. | Gary Oberbrunner | 2014-08-24 | 3 | -23/+26 | |
| | | | | | ||||||
* | | | | | Updated generated docs for 2.3.3 release | Gary Oberbrunner | 2014-08-24 | 6 | -39/+39 | |
| | | | | | ||||||
* | | | | | Merged in dirkbaechle/scons (pull request #175) | Gary Oberbrunner | 2014-08-24 | 3 | -3/+52 | |
|\ \ \ \ \ | ||||||
| * | | | | | - updated doc string and simplified a comparison, based on PR review comments | Dirk Baechle | 2014-08-24 | 2 | -8/+5 | |
| | | | | | | ||||||
| * | | | | | - fix for issue #2970, false line length calculation in TempFileMunge class | Dirk Baechle | 2014-08-21 | 3 | -2/+54 | |
| | | | | | | ||||||
* | | | | | | Update doc, change python floor from 2.4 to 2.7. | Gary Oberbrunner | 2014-08-24 | 4 | -16/+15 | |
| | | | | | | ||||||
* | | | | | | Don't skip Copy-Symlinks test on Windows; it should be made to work instead. | Gary Oberbrunner | 2014-08-23 | 1 | -3/+0 | |
| | | | | | | ||||||
* | | | | | | Fixed or skipped tests that fail on Windows. | Gary Oberbrunner | 2014-08-22 | 6 | -5/+13 | |
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | Mostly just per-test changes, but also made match_re strip out CR (\r) chars at end of lines to make Windows match properly. | |||||
* | | | | | Merged in garyo/scons-garyo (pull request #173) | Gary Oberbrunner | 2014-08-22 | 15 | -29/+133 | |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | SWIG: improve tool detection, and update SWIG tests to run on Windows. | |||||
| * | | | | Remove extra print stmt in TestSCons.py, per review. | Gary Oberbrunner | 2014-08-21 | 1 | -1/+0 | |
| | | | | | ||||||
| * | | | | SWIG: improve tool detection, and update SWIG tests to run on Windows. | Gary Oberbrunner | 2014-08-21 | 15 | -29/+134 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tool detection is improved by checking for swig in env['SWIG'], where it is commonly set, as well as env['ENV']['PATH']. The tests mostly didn't work on Windows. I updated them all. Mostly to build 32-bit extensions when using 32-bit python on Windows, and use .pyd as the python extension on Windows. | |||||
* | | | | | Do not fail on EnsureSConsVersion when running from checkout | anatoly techtonik | 2014-08-11 | 3 | -0/+10 | |
|/ / / / | ||||||
* | | | | Merged in williamblevins/scons (pull request #164), update of documentation ↵ | Dirk Baechle | 2014-08-20 | 3 | -16/+14 | |
|\ \ \ \ | | | | | | | | | | | | | | | | for issue #2395 | |||||
| * | | | | Updated Issue 2395 documentation per request. | William Blevins | 2014-08-09 | 1 | -13/+10 | |
| | | | | | ||||||
* | | | | | - fixes for some test, making them work on newer Linux distros | Dirk Baechle | 2014-08-19 | 3 | -2/+13 | |
| | | | | | ||||||
* | | | | | Merged in managan/scons_newglossary-fix (pull request #170), fixes ↵ | Dirk Baechle | 2014-08-19 | 3 | -1/+113 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | newglossary to work with VariantDir | |||||
| * | | | | | Improve logic test syntax | Robert Managan | 2014-08-18 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Fix the newglossary action to work with variantDir | Robert Managan | 2014-08-12 | 2 | -1/+110 | |
| | | | | | | ||||||
* | | | | | | Merged in williamblevins/scons (pull request #167), updated hgignore for ↵ | Dirk Baechle | 2014-08-16 | 1 | -0/+7 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | scons-user generated docs | |||||
| * | | | | | | Updated hgignore for scons-user generated docs. | William Blevins | 2014-08-09 | 1 | -0/+7 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merged in dirkbaechle/scons (pull request #163) | dirkbaechle | 2014-08-12 | 1 | -0/+21 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | Javac version sentinel for another test that would fail with v1.8 and higher | |||||
| * | | | | | - added javac version sentinel to another test that would fail with v1.8 and ↵ | Dirk Baechle | 2014-08-08 | 1 | -0/+21 | |
| |/ / / / | | | | | | | | | | | | | | | | higher | |||||
* | | | | | Merge heads. | Russel Winder | 2014-08-09 | 27 | -1950/+556 | |
|\ \ \ \ \ | |/ / / / |