summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Final auto updates for 2.3.3 release2.3.3GaryO2014-08-242-2/+2
|
* Update CHANGES, Release and Announce prior to 2.3.3 release.GaryO2014-08-243-23/+26
|
* 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-208-10/+5
| |\ | | | | | | | | | for issue #2395
| | * Merged in managan/scons_newglossary-fix (pull request #170), fixes ↵Dirk Baechle2014-08-191-0/+3
| | |\ | | | | | | | | | | | | newglossary to work with VariantDir
| | | * Merge heads.Russel Winder2014-08-0912-29/+89
| | | |
| | | * Remove setting of STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME from the D tools.Russel Winder2014-08-091677-0/+513520
| | |
| | * Fix the newglossary action to work with variantDirRobert Managan2014-08-121677-0/+513580
| |
| * Updated Issue 2395 documentation per request.William Blevins2014-08-091677-0/+513589
|
* Merged in garyo/scons-garyo (pull request #173)GaryO2014-08-223-0/+10
| | | | SWIG: improve tool detection, and update SWIG tests to run on Windows.
* SWIG: improve tool detection, and update SWIG tests to run on Windows.GaryO2014-08-211677-0/+513585
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.