summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Collapse)AuthorAgeFilesLines
* switched the order of target/source checking so no target is an option, also ↵Daniel Moody2017-11-141-10/+10
| | | | fixed Warning module mispelling.
* Added a way to handle multiple targets for the Jar builder and an extra ↵Daniel Moody2017-11-141-5/+13
| | | | warning message.
* added a method to the jar tool to handle directories and file sources. This ↵Daniel Moody2017-10-262-2/+119
| | | | was taken from the similar Java method in the javac tool. Updated the Jar builder to have an unambiguos name.
* Fix issue with Tool loading logic where sys.path was getting an addition ↵William Deegan2017-10-131-2/+8
| | | | site_scons/site_tools path prepended with every tool loaded when running with Python 3.5+.
* updated the Jar tool to not force sources to .class files allowing for ↵Daniel Moody2017-10-071-2/+0
| | | | directories to be passed as sources as well.
* D: added DCommon.xml to hold common variable cvars. the following were ↵William Deegan2017-09-011-0/+71
| | | | missing which broke doc building. DRPATHPREFIX, DRPATHSUFFIX, DShLibSonameGenerator, SHDLIBVERSION, SHDLIBVERSIONFLAGS
* Merge in mainline.Russel Winder2017-08-262-1/+5
|\
| * PY2/3 get_contents() was returning empty string instead of empty bytes when ↵William Deegan2017-08-241-0/+2
| | | | | | | | file doesn't exist. get_text_contents() was then trying to call decode on a string object... Fixed. get_contents() now returns empty byte string
| * Merged in grbd/scons (pull request #502)William Deegan2017-08-241-1/+3
| |\ | | | | | | | | | Fix for building under python3.5 via bootstrap
| | * Fix for building under python3.5 via bootstrapgrbd2017-08-151-1/+3
| | |
* | | Make the exists and generate functions consistent over D compilers.Russel Winder2017-08-231-1/+1
| | |
* | | Merge mainline.Russel Winder2017-08-231-1/+2
|\ \ \ | |/ /
| * | Fix Bug #3025 - (Credit to Florian : User flow86 on tigris) - Fix typo ↵William Deegan2017-08-211-1/+1
| | | | | | | | | | | | JAVACLASSSUFIX should have been JAVACLASSSUFFIX
| * | PEP8William Deegan2017-08-191-0/+1
| |/
* | Update to mainline.Russel Winder2017-08-085-18/+74
|\ \ | |/
| * fix comment for vswhere logicWilliam Deegan2017-08-081-1/+1
| |
| * Fix VS2017 detection logic to fail properly when run on linux (posix) systemsWilliam Deegan2017-08-081-4/+11
| |
| * remove msvc from non windows platforms default list of compilersWilliam Deegan2017-08-081-4/+4
| |
| * Fix cxx import statementWilliam Deegan2017-08-081-1/+1
| |
| * Pull Request contents P$ 489 from Steve Robinson. Manual edit/checkin ↵William Deegan2017-08-073-12/+61
| | | | | | | | because pull request was done to merge to 2.5.1 branch and not default.
| * refer to cxx SCons.Tool and not c++William Deegan2017-08-071-2/+2
| |
* | Merge mainline.Russel Winder2017-07-281-2/+2
|\ \ | |/
| * Merged scons/scons into defaultEvanED2017-07-282-6/+38
| |\
| * | Make sure more file objects are explicitly closedEvan Driscoll2017-07-061-2/+2
| | |
* | | Merge in from mainline.Russel Winder2017-07-272-6/+38
|\ \ \ | | |/ | |/|
| * | Change UWP_APP to be MSVC_UWP_APPIbrahim Esmat2017-07-242-3/+3
| | |
| * | Windows: Added the capability to build Windows Store Compatible librariesIbrahim Esmat2017-07-211-1/+1
| | | | | | | | | | | | Fixed whitespace
| * | Windows: Added the capability to build Windows Store Compatible librariesIbrahim Esmat2017-07-212-7/+39
| |/ | | | | | | | | that can be used with Universal Windows Platform (UWP) Apps and published to the Windows Store
* | Merge in mainline.Russel Winder2017-07-035-1/+258
|\ \ | |/
| * Remove inappropriate comment. Correct encoding lines.Russel Winder2017-07-023-3/+3
| |
| * Merge mainline.Russel Winder2017-07-023-28/+26
| |\
| * | Change the name of the tool to avoid + in filename. Add alias so clang++ ↵Russel Winder2017-06-213-5/+7
| | | | | | | | | | | | still works as a tool name.
| * | Initial commit for bringing Paweł Tomulik's clang and clang++ tools into ↵Russel Winder2017-06-214-0/+255
| | | | | | | | | | | | the mainline.
* | | Merge mainline.Russel Winder2017-07-023-28/+26
|\ \ \ | | |/ | |/|
| * | Added support for relative imports within tools for python3 and tests for ↵grbd2017-06-271-1/+1
| | | | | | | | | | | | relative imports
| * | remove external zip tool, always use stdlib to zipDaniel Holth2017-06-271-26/+18
| | |
| * | merge from upstreamWilliam Deegan2017-06-234-26/+26
| |\ \ | | |/
| * | docbook force order used to search for fop tool to fop, xep, jw. It looks ↵William Deegan2017-06-141-1/+7
| | | | | | | | | | | | like jw command line may be incorrect as it doesn't work on ubuntu 14.04 16.06 or macports installs of docbook-utils
* | | Amend the missed name changes.Russel Winder2017-06-211-1/+1
| | |
* | | Keep all D tool XML files consistent.Russel Winder2017-06-213-11/+284
| | |
* | | Merge in an older commit resolving conflicts.Russel Winder2017-06-214-25/+28
|\ \ \ | |_|/ |/| |
| * | Make the symbol naming more consistent.Russel Winder2017-06-164-27/+30
| |/
* | Merge in mainline.Russel Winder2017-06-201-8/+20
|\ \
| * \ Merged in grbd/scons (pull request #481)William Deegan2017-06-201-8/+20
| |\ \ | | | | | | | | | | | | Addition of support for nested tools, tools within a sub-directory
| | * \ Merged scons/scons into defaultRichard W2017-06-141-0/+144
| | |\ \ | | | |/
| | * | Additional fix for nested tools under python2grbd2017-06-141-1/+2
| | | |
| | * | Nested Tool support under python 3grbd2017-06-141-5/+6
| | | |
| | * | Fix the loading of tools where the tool is a package instead of a modulegrbd2017-06-141-0/+1
| | | |
| | * | Added support for nested toolsgrbd2017-06-131-5/+14
| | | |
* | | | Update the DC setting as requested to use Detect.Russel Winder2017-06-202-2/+2
| | | |