summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* final auto updates for 2.3.4 release2.3.4GaryO2014-09-276-14/+14
|
* Update CHANGES, Release and Announce prior to 2.3.4 release.GaryO2014-09-273-61/+14
|
* Release fixes: README.rst python version, and some auto version numbering.GaryO2014-09-272-13/+18
|
* Updated CHANGES.txt: recent D tool fixesGaryO2014-09-271-0/+3
|
* Fix change log from prev commit.GaryO2014-09-271-3/+0
|
* Split __VERSION__ string in EnsureSConsVersion to avoid replacementanatoly techtonik2014-09-262-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 Baechle2014-09-273-4/+117
|
* - fixed Java test for derived sources problem, now favouring skip()Dirk Baechle2014-09-181-4/+4
| | | | over no_result()
* And all the rest of the {} in format strings made Python 2.6 compatible.Russel Winder2014-09-157-7/+7
|
* Make the format method work on Python 2.6 as well as later versions.Russel Winder2014-09-154-8/+8
|
* Merge unexpected extra head.Russel Winder2014-09-140-0/+0
|\
| * Remove the incorrect Windows type label.Russel Winder2014-09-141-1/+1
| |
| * Merge in from mainline.Russel Winder2014-09-120-0/+0
| |\
| | * Merged in russel/scons (pull request #182), various fixes for the D tools ↵Dirk Baechle2014-09-1227-36/+302
| | |\ | | | | | | | | | | | | and their tests
| | | * Deal better with the discovery of a suitable D compiler executable.Russel Winder2014-09-066-10/+56
| | | |
| | | * Amend the executable search support function to use the default SCons path only.Russel Winder2014-09-061-8/+29
| | | |
| | | * The tests for the changes already commited to the tools for dealing with ↵Russel Winder2014-09-058-0/+205
| | | | | | | | | | | | | | | | shared libraries.
| | | * Remove the setting of the ENV property to os.environ.Russel Winder2014-09-0515-18/+12
| | | |
| | | * Merged in williamblevins/scons4 (pull request #180, issue 2935)GaryO2014-08-311-7/+7
| | | |\
| | | | * Issue 2395: Updated tests to be skipped on systems without os.symlink ↵William Blevins2014-08-281-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functionality. Apparently, the SConsTest.symlink behavior doesn't give any success/fail feedback.
| | | | * Merged in techtonik/scons (pull request #178)William Deegan2014-08-2425-150/+208
| | | | |\ | | | | | | | | | | | | | | | | | | taprunner 0.2 - remove unused import that failed Python 2.6
| | | | | * Put default branch back into develop mode for next releaseGaryO2014-08-244-66/+56
| | | | | |
| | | | | * Apply 2.3.3 release auto changes to default branchGaryO2014-08-247-14/+26
| | | | | |
| | | | | * Update CHANGES, Release and Announce prior to 2.3.3 release.GaryO2014-08-243-23/+26
| | | | | |
| | | | | * Updated generated docs for 2.3.3 releaseGaryO2014-08-246-39/+39
| | | | | |
| | | | | * Merged in dirkbaechle/scons (pull request #175)GaryO2014-08-243-3/+52
| | | | | |\
| | | | | | * - updated doc string and simplified a comparison, based on PR review commentsDirk Baechle2014-08-242-8/+5
| | | | | | |
| | | | | | * - fix for issue #2970, false line length calculation in TempFileMunge classDirk Baechle2014-08-213-2/+54
| | | | | | |
| | | | | | * Do not fail on EnsureSConsVersion when running from checkoutanatoly techtonik2014-08-113-0/+10
| | | | | | |
| | | | | | * Merged in williamblevins/scons (pull request #164), update of documentation ↵Dirk Baechle2014-08-2015-15/+158
| | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | for issue #2395
| | | | | | | * - fixes for some test, making them work on newer Linux distrosDirk Baechle2014-08-193-2/+13
| | | | | | | |
| | | | | | | * Merged in managan/scons_newglossary-fix (pull request #170), fixes ↵Dirk Baechle2014-08-193-0/+31
| | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | newglossary to work with VariantDir
| | | | | | | | * Merged in williamblevins/scons (pull request #167), updated hgignore for ↵Dirk Baechle2014-08-161-0/+7
| | | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scons-user generated docs
| | | | | | | | | * Updated hgignore for scons-user generated docs.William Blevins2014-08-091-0/+7
| | | | | | | | | |
| | | | | | | | | * - several smaller fixes to get the Linux buildslaves green againDirk Baechle2014-08-075-41/+57
| | | | | | | | | |
| | | | | | | | | * Merged in ajf58/scons (pull request #160), fixes #2900 (handling of ↵Dirk Baechle2014-08-068-41/+53
| | | | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | appending dictionaries to CPPDEFINES)
| | | | | | | | | | * Merged in manuelnaranjo/scons (pull request #159), added default for ↵Dirk Baechle2014-07-293-4/+11
| | | | | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUILDERS envvar
| | | | | | | | | | | * Prevent non defined named non defined exceptionManuel Francisco Naranjo2014-07-211-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In a project I'm running I hitted a case where BUILDERS is not part of _dict which leads to variable builders not defined, making the core of SCons crash
| | | | | | | | | | | * Adding a unit-test for pull-request #150Manuel Francisco Naranjo2014-07-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A unit-test for pull-request #150 has been create to make sure no regressions are introduced as part of the bugfix. It is kind of salvage it just removes BUILDERS from the dict and check everything can keep going
| | | | | | | | | | | * Merged in williamblevins/scons (pull request #156, symlink copying)GaryO2014-07-204-5/+218
| | | | | | | | | | | |\
| | | | | | | | | | | | * Issue 2395: Added user guide details for Copy symbolic link support.William Blevins2014-07-201-0/+21
| | | | | | | | | | | | |
| | | | | | | | | | | | * Issue 2395: Added tests from copying broken symlinks.William Blevins2014-07-201-4/+29
| | | | | | | | | | | | |
| | | | | | | | | | | | * Issue 2395: Added doc comment for symlink parameter usage.William Blevins2014-07-201-0/+7
| | | | | | | | | | | | |
| | | | | | | | | | | | * Added Issue 2395 information to CHANGES.txtWilliam Blevins2014-07-161-0/+2
| | | | | | | | | | | | |
| | | | | | | | | | | | * Issue 2395: Copy Symlink soft-copy enhancement.William Blevins2014-07-142-5/+164
| | | | | | | | | | | | |
| | | | | | | | | | | | * Merged in dirkbaechle/scons (pull request #154, fix D tools)GaryO2014-07-153-3/+3
| | | | | | | | | | | | |\
| | | | | | | | | | | | | * - fix for issue #2963, "Split broken" (= format() in D tools is incompatible ↵Dirk Baechle2014-07-153-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Python 2.6)
| | | | | | | | | | | | | * Regenerated docs for 2.3.2 release.GaryO2014-07-0511-56/+493
| | | | | | | | | | | | | |
| | | | | | | | | | | | | * Update CHANGES, Release and Announce prior to 2.3.2 release.GaryO2014-07-042-55/+52
| | | | | | | | | | | | | |
| | | | | | | | | | | | | * Doc fixes: Dirk added cvar defs for new D variables.GaryO2014-07-053-1/+322
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added cvar def for STATIC_AND_SHARED_LIBS_ARE_THE_SAME and removed an errant line break that prevented the doc from validating.