summaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Collapse)AuthorAgeFilesLines
* Merged in dirkbaechle/scons (pull request #175)GaryO2014-08-242-3/+49
|\
| * - 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-212-2/+51
| |
| * Do not fail on EnsureSConsVersion when running from checkoutanatoly techtonik2014-08-112-0/+7
| |
| * Fix the newglossary action to work with variantDirRobert Managan2014-08-121656-0/+502392
|
* Merged in garyo/scons-garyo (pull request #173)GaryO2014-08-222-0/+7
| | | | 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-211656-0/+502393
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.