summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/jar.py
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into fix_java_tests_path_with_...William Deegan2018-10-151-1/+1
|\
| * A few syntax cleanupsMats Wichmann2018-10-031-1/+1
* | Fixes for Java tests on win32William Deegan2018-10-021-1/+11
|/
* Fix issue where at least test/Java/JAR.py test fail only on windows because s...William Deegan2018-05-091-1/+1
* removed code that is not used and added warning for unusual caseDaniel Moody2018-02-111-28/+2
* fix for issue 3042, Jar method was not respecting variant dirs when using os....Daniel Moody2018-02-111-7/+15
* Merge remote-tracking branch 'scons/master' into JarFlattenSourceDaniel Moody2017-12-101-3/+3
|\
| * fixed mistake in converting from magic numbers where it should have been the ...Daniel Moody2017-11-211-1/+1
| * updated some magic number references, no functional changes.Daniel Moody2017-11-201-3/+3
* | Updated some comments and refactored a variable name. No functional changes.Daniel Moody2017-12-031-13/+25
* | updated jar to handle directories better, JarClassFile build doesnt return an...Daniel Moody2017-12-031-3/+9
* | updated jar.py to handle nodes and varanit dirs better, added test for nodes ...Daniel Moody2017-12-031-1/+1
* | updated Jar builder to flatten source list, and added test for embedded sourcesDaniel Moody2017-11-191-1/+1
|/
* switched the order of target/source checking so no target is an option, also ...Daniel Moody2017-11-141-10/+10
* Added a way to handle multiple targets for the Jar builder and an extra warni...Daniel Moody2017-11-141-5/+13
* added a method to the jar tool to handle directories and file sources. This w...Daniel Moody2017-10-261-0/+107
* TempFileMunge does not use env['CXXCOMSTR'] for output display.LaurentMarchelli2014-12-021-1/+1
* Changes for issue #2730:Dirk Baechle2011-07-071-1/+7
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)Steven Knight2008-12-121-3/+3
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-6/+19
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-15/+5
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-1/+4
* When building a .jar file and $JARCHDIR is set, prefix each .class file with ...Steven Knight2005-09-291-10/+3
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-1/+1
* More command-line output customizability: , , , .Steven Knight2004-11-211-2/+5
* Allow substitution of (Levi Stephen) and other construction variables used b...Steven Knight2004-10-231-6/+6
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-5/+2
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-4/+6
* Support Jar manifest files and the -C option. Tool/ms*.py fixes for pre-Pyth...Steven Knight2003-09-171-1/+46
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-4/+4
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-1/+1
* Java!Steven Knight2003-04-061-0/+58