summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix comment spellingWilliam Deegan2018-11-121-1/+1
* | Switch to use unittest.main() instead of building up a TestSuite which is nev...William Deegan2018-11-121-0/+1
* | remove unittest.TestSuite() no longer needed as unittest.main() is available ...William Deegan2018-11-121-32/+1
* | rename variable then to previous_children to make the code a bit easier to un...William Deegan2018-11-121-5/+7
* | Added docstring to File.changed_timestamp_then_content()include a note and re...William Deegan2018-11-121-3/+16
* | Modified fix for issue #2980 where the more complicated logic is only applied...William Deegan2018-11-121-6/+6
* | Apply patch from wblevins for issue #2980 This fixes that issue, but as disc...William Deegan2018-11-121-8/+72
* | Fix some bad code formatting.William Deegan2018-11-121-8/+20
|/
* Merge branch 'master' into fix_java_location_centos7William Deegan2018-11-053-84/+125
|\
| * Merge branch 'master' into fix_no_javac_failuresWilliam Deegan2018-10-182-83/+121
| |\
| | * Fix GH Issue #3225 Flatten() doesn't handle dictionary views produces by py3 ...William Deegan2018-10-172-4/+10
| | * Add testcase to demonstrate specifying dict.values() on py3 fails. as it retu...William Deegan2018-10-171-0/+6
| | * PEP8William Deegan2018-10-171-80/+106
| * | Fix logic which populates JAVAINCLUDES when javac is not found. Restore check...William Deegan2018-10-161-1/+4
| |/
* | Fix java install location for centos 7 to resolve failing Java/multi-step.py ...William Deegan2018-11-051-1/+3
|/
* Merge remote-tracking branch 'upstream/master' into fix_java_tests_path_with_...William Deegan2018-10-1524-60/+87
|\
| * fix Value node tests to expect a string and not bytesWilliam Deegan2018-10-111-3/+3
| * Fix Bug #3212. Using CacheDir with Configure TryCompile with Python 3 was fai...William Deegan2018-10-105-2/+31
| * Bugfix on packaging init syntax changeMats Wichmann2018-10-041-2/+3
| * A few syntax cleanupsMats Wichmann2018-10-0319-54/+51
| * Resync generated docsMats Wichmann2018-10-031-1/+1
* | Add JAVAINCLUDES informationWilliam Deegan2018-10-151-247/+266
* | Add linux java include pathsWilliam Deegan2018-10-021-0/+19
* | Move finding java include paths to javaCommon.py. Add paths for macos java in...William Deegan2018-10-022-6/+32
* | Fixes for Java tests on win32William Deegan2018-10-025-8/+51
* | add logic to find java installs and on win32 use this to add to env['ENV']['P...William Deegan2018-10-012-1/+36
|/
* Add xz compression to tar packaging choices.Mats Wichmann2018-09-278-10/+103
* Stop using deprecated unittest assertsMats Wichmann2018-09-258-67/+67
* Merge branch 'master' into argspec-deprWilliam Deegan2018-09-257-80/+52
|\
| * fix test so it should run on any platformWilliam Deegan2018-09-242-2/+4
| * Fix Github issue #2580 - hash mark not properly handled in FRAMEWORKPATHWilliam Deegan2018-09-231-1/+2
| * Handle when we're not on CentOSWilliam Deegan2018-09-231-2/+1
| * Add centos specific likely qt path to moc as it's not in the default PATH def...William Deegan2018-09-231-8/+32
| * Merge branch 'master' into stdlib-OrderedDictWilliam Deegan2018-09-204-29/+77
| |\
| | * Add java 11Mats Wichmann2018-09-111-2/+2
| * | Stop using custom OrderedDictMats Wichmann2018-09-013-67/+13
* | | Update getargspec patch: actually use getfullargspecMats Wichmann2018-09-241-3/+5
* | | Modifications for deprected getargspecMats Wichmann2018-09-071-5/+11
| |/ |/|
* | Merge branch 'master' into test-rpmpkgWilliam Deegan2018-09-053-9/+27
|\ \ | |/
| * Convert one more e[0] to e.errno for OSError usageMats Wichmann2018-08-311-1/+1
| * win32 handle exception object correctlyMats Wichmann2018-08-291-2/+2
| * Remove unintended "import io"Mats Wichmann2018-08-151-1/+0
| * Redo fix for file closing in SCons.Action._subprocMats Wichmann2018-08-141-8/+10
| * Merge pull request #3174 from mwichmann/test-devnull-atexitWilliam Deegan2018-08-131-0/+4
| |\
| | * Quiet Py3.6+ ResourceWarnings on testsMats Wichmann2018-08-131-0/+4
| * | also check for 64 bit compiler and added some commentsDaniel2018-08-131-1/+4
| * | updated vc and tests to check the msvc cl binaryDaniel2018-08-131-2/+12
| |/
* | generalize the fix for #3164Mats Wichmann2018-09-042-6/+46
* | Fix rpm tests for newer rpmbuild (fixes #3164)Mats Wichmann2018-08-133-25/+33
|/
* Switched test to use assertFalse because of deprication warning in 3.7Daniel Moody2018-08-101-1/+1