summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* small type-related cleanupsMats Wichmann2018-12-172-5/+9
* rebuild docs with changes from applelink.xml changes. Fix mistyped APPLELINK_...William Deegan2018-12-101-1/+1
* Added docs for _APPLELINK_COMPATIBILITY_VERSION and _APPLELINK_CURRENT_VERSIO...William Deegan2018-12-101-1/+25
* Add APPLELINK_NO_CURRENT_VERSION and APPLELINK_NO_COMPATIBILITY_VERSION to al...William Deegan2018-12-102-8/+68
* Fix :r -> !r in some debug print statements per mwichmann [ci skip]William Deegan2018-12-101-3/+3
* Fix docstring per mwichmann [ci skip]William Deegan2018-12-101-1/+1
* minor flake8 issues resolvedWilliam Deegan2018-12-091-2/+2
* Fix GH issue #3241 - Support -compatability_version and -current_version flag...William Deegan2018-12-062-9/+13
* initial pass at versioned library logic. WIPWilliam Deegan2018-12-052-145/+218
* Fix flag usage for APPLELINK_CURRENT_VERSION and APPLELINK_COMPATIBILITY_VERS...William Deegan2018-12-051-7/+8
* Initial checkin of functional versioned shared libraries for applelink. Not l...William Deegan2018-12-042-20/+97
* PEP8William Deegan2018-11-301-209/+273
* PEP8 plus de-obfuscating some variable namesWilliam Deegan2018-11-301-68/+96
* PEP8William Deegan2018-11-261-6/+9
* PEP8William Deegan2018-11-261-1/+3
* add note about saxon-xslt version 5.5 needing xsl and source file argument or...William Deegan2018-11-121-0/+2
* Merge branch 'master' into fix_java_location_centos7William Deegan2018-11-051-1/+4
|\
| * 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-1511-28/+26
|\
| * Bugfix on packaging init syntax changeMats Wichmann2018-10-041-2/+3
| * A few syntax cleanupsMats Wichmann2018-10-0310-27/+24
| * 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
* Merge branch 'master' into argspec-deprWilliam Deegan2018-09-254-14/+38
|\
| * fix test so it should run on any platformWilliam Deegan2018-09-241-2/+1
| * 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-011-1/+2
* | | 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-051-2/+15
|\ \ | |/
| * 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
|/
* Merge branch 'master' into wip-addjavasWilliam Deegan2018-08-012-11/+128
|\
| * Merge pull request #3143 from MatthewMarinets/JavaParserFixWilliam Deegan2018-07-192-12/+128
| |\
| | * -Adjusted JavaCommon to deal with implementations of classes as constructor a...MatthewMarinets2018-06-282-12/+128
* | | Fix conflict on java-version patch due to dropped characterMats Wichmann2018-08-011-1/+1
* | | Update java version supportMats Wichmann2018-07-181-2/+2
* | | Start supporting newer java versionsMats Wichmann2018-07-171-2/+2
|/ /