summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merging in pull request #152 from William Blevins (Java test)Gary Oberbrunner2014-07-201-0/+120
|\ \ | |/ |/|
| * Issue 1771/2931: Added no_result check for tools to validate initial test ↵William Blevins2014-07-181-0/+4
| | | | | | | | conditions.
| * Updated DerivedSourceTest.py to test against a dependency tree.William Blevins2014-07-161-1/+20
| | | | | | | | This was a best guess for the output.
| * Set default toolchain.William Blevins2014-07-131-3/+3
| | | | | | | | Other updates per code review.
| * Added a high-level test for issue 1771/2931.William Blevins2014-07-121-0/+97
|/ | | | | Shows that Java emitter for derived-sources is broken regardless of the source generation method.
* Fix development mailing list with a new address @scons.organatoly techtonik2014-05-2818-18/+18
|
* Expand references to tigris.org bug trackeranatoly techtonik2014-05-286-6/+8
|
* Merged in dirkbaechle/scons (pull request #141)Gary Oberbrunner2014-05-181-0/+77
|\ | | | | | | Test for issue #2311
| * - adding test for issue #2311, which appears to be fixed alreadyDirk Baechle2014-05-181-0/+77
| |
* | Respect preset CC/CXX values detecting cc/c++/gcc/g++ Tools.Michael Haubenwallner2014-05-152-4/+6
| | | | | | | | | | | | As the user-preset values for CC/CXX should rule always, also respect them in exists() and generate() methods of these Tools. As a result, the value for CCVERSION/CXXVERSION does match the CC/CXX compiler used (issue#1723).
* | Add tests for scons.tigris.org issue#1723.Michael Haubenwallner2014-05-152-0/+163
|/ | | | Ensure CCVERSION/CXXVERSION detected actually is from CC/CXX used.
* - fixed NoClean for multi-target buildersDirk Baechle2014-04-271-0/+90
|
* Merged in russel/scons (pull request #130) - D language fixesGary Oberbrunner2014-04-2624-0/+474
|\ | | | | | | Fix Issues 2939 and 2940
| * Fix Issue 2940, generating the wrong rpath flags for DMD and LDC.Russel Winder2014-04-2412-0/+238
| |
| * Fix Issue 2939.Russel Winder2014-04-2312-0/+236
| |
* | Merged in rmanagan/scons/scons-fix-for-issue-2942 (pull request #132)Gary Oberbrunner2014-04-261-0/+92
|\ \
| * | Improve support for biblatex package. Fix a case where we did not recognize ↵Robert Managan2014-04-251-0/+92
| |/ | | | | | | that auxiliary files would be made and hence we did not clean them
* | add name.synctex.gz to list of side effect files and those to be cleanedRobert Managan2014-04-241-0/+89
|/
* Merged pull request #129: Updates to D language supportGary Oberbrunner2014-04-1983-0/+2125
|\
| * The changes to the D support evolved over the last many months packaged as a ↵Russel Winder2014-04-1683-0/+2125
| | | | | | | | single changeset.
* | added test case for the SConf.Streamer issueptomulik2014-04-091-0/+85
|/
* Add test for "runtest test/somedir" caseanatoly techtonik2014-03-241-0/+75
|
* runtest.py: There is no qmtest support since 6ed8e61f22f4anatoly techtonik2014-03-171-111/+0
|
* fix test/update-release-info/update-release-info.py to work with copyright ↵William Deegan2014-03-091-1/+1
| | | | year range rather than the previously list of each year separated by commas
* Merged in techtonik/scons (pull request #108), update copyrights to 2014Gary Oberbrunner2014-03-012-14/+8
|\
| * Make test/Interactive/version.py independent of specific copyright yearsanatoly techtonik2014-02-251-8/+4
| |
| * Make test/option-v.py independent onf specific copyright years.anatoly techtonik2014-02-251-6/+4
| |
* | - fixed the handling of long options in the command-line parsing (#2929)Dirk Baechle2014-02-081-0/+60
| |
* | - fix for spurious rebuilds, allow caching of the changed() method's value ↵Dirk Baechle2014-02-141-0/+72
|/ | | | only when called from File.release_target_info()
* - corrected dependencies for EPUB builder (docbook)Dirk Baechle2014-01-052-0/+61
| | | | - added a proper test for EPUB with xsltproc
* - removed superfluous import and corrected basic testDirk Baechle2013-12-211-1/+1
|
* - added EPUB Builder to the DocBook Tool, based on the work of Andrew ↵Dirk Baechle2013-12-213-0/+452
| | | | Featherstone
* - added xsltproc tests and improved handling of the base_dir parameterDirk Baechle2013-12-2016-0/+492
|
* Merged in dirkbaechle/scons (pull request #91)Gary Oberbrunner2013-11-101-0/+2
|\ | | | | | | Adding EPUB as output format for documentation
| * - added an explicit Gs() Builder to the gs.py ToolDirk Baechle2013-10-081-0/+2
| | | | | | | | - updated documentation accordingly and added a (very) simple test
* | - corrected LC_ALL setting for RPM packagingDirk Baechle2013-11-037-0/+45
| | | | | | | | - now skipping several Docbook tests, when required stylesheets aren't installed
* | Merge pull request #88 (for real this time). Prev commit was actually #87.Gary Oberbrunner2013-11-022-0/+224
|\ \ | | | | | | | | | | | | | | | | | | * Allow multiple options to be specified with --debug=a,b,c * Add support for a readonly cache (--cache-readonly) * Always print stats if requested * Generally try harder to print out a message on build errors
| * \ Merged scons/scons into defaultTom Tanner2013-10-306-5/+28
| |\ \
| * | | Adding documentation and a couple of testsTom Tanner2013-10-082-0/+224
| | |/ | |/|
* | | Merge pull request #88: various usability enhancementsGary Oberbrunner2013-11-023-0/+121
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * Allow multiple --debug= values * Add support for a readonly cache (--cache-readonly) * Always print stats if requested * Generally try harder to print out a message on build errors
| * \ \ Merged scons/scons into defaultTom Tanner2013-10-306-5/+28
| |\ \ \ | | | |/ | | |/|
| * | | Merged scons/scons into defaultTom Tanner2013-09-306-0/+80
| |\ \ \ | | | |/ | | |/|
| * | | Fixing test failuresTom Tanner2013-09-301-0/+1
| | | |
| * | | Added Pseudo command to environment and tests. If a target is declared asTom Tanner2013-09-301-0/+65
| | | | | | | | | | | | | | | | Pseudo, it must NOT exist after the build rule is executed.
| * | | Added test to verify warning works and doesn't trigger for -n or aliasesTom Tanner2013-09-271-0/+55
| | | |
* | | | One more test fix for bug2903 (my Windows fix broke Linux)Gary Oberbrunner2013-11-021-1/+2
| | | |
* | | | Merge pull request #89: stop leaking filehandles, and switch to subprocess ↵Gary Oberbrunner2013-11-022-10/+61
|\ \ \ \ | | | | | | | | | | | | | | | always.
| * \ \ \ Merged scons/scons into defaultTom Tanner2013-10-306-5/+28
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Change posix.py to use subprocess as we only support python 2.4.Tom Tanner2013-10-042-10/+61
| | |_|/ | |/| | | | | | | | | | Added a test for leaking handles.
* | | | Fix tests for previous commit (bug 2903) on Windows.Gary Oberbrunner2013-11-025-3/+10
| |/ / |/| |