summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Refactoring and amendment to ensure correct behaviour of D tool shared ↵Russel Winder2014-09-143-18/+25
| | | | | | | | | | | | | | | | | | | | library tests on OSX.
* | | | | Commit merge issues.Russel Winder2014-09-1115-2/+15
|\ \ \ \ \
| * | | | | - additional fixes to get all tests pass on the Fedora20 boxDirk Baechle2014-09-061-2/+1
| | | | | |
| * | | | | - added import of libxslt binding to DocBook testsDirk Baechle2014-08-3114-0/+14
| | | | | |
* | | | | | Deal better with the discovery of a suitable D compiler executable.Russel Winder2014-09-066-10/+56
| | | | | |
* | | | | | Amend the executable search support function to use the default SCons path only.Russel Winder2014-09-061-8/+29
| | | | | |
* | | | | | The tests for the changes already commited to the tools for dealing with ↵Russel Winder2014-09-058-0/+205
| | | | | | | | | | | | | | | | | | | | | | | | shared libraries.
* | | | | | Remove the setting of the ENV property to os.environ.Russel Winder2014-09-0513-14/+8
|/ / / / /
* | | | | Merged in williamblevins/scons4 (pull request #180, issue 2935)Gary Oberbrunner2014-08-311-2/+2
|\ \ \ \ \
* | | | | | Issue 2395: Updated tests to be skipped on systems without os.symlink ↵William Blevins2014-08-281-7/+7
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | functionality. Apparently, the SConsTest.symlink behavior doesn't give any success/fail feedback.
* | | | | Don't skip Copy-Symlinks test on Windows; it should be made to work instead.Gary Oberbrunner2014-08-231-3/+0
| | | | |
* | | | | Fixed or skipped tests that fail on Windows.Gary Oberbrunner2014-08-225-3/+10
| |_|_|/ |/| | | | | | | | | | | | | | | Mostly just per-test changes, but also made match_re strip out CR (\r) chars at end of lines to make Windows match properly.
* | | | SWIG: improve tool detection, and update SWIG tests to run on Windows.Gary Oberbrunner2014-08-2113-25/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tool detection is improved by checking for swig in env['SWIG'], where it is commonly set, as well as env['ENV']['PATH']. The tests mostly didn't work on Windows. I updated them all. Mostly to build 32-bit extensions when using 32-bit python on Windows, and use .pyd as the python extension on Windows.
* | | | - fixes for some test, making them work on newer Linux distrosDirk Baechle2014-08-193-2/+13
| | | |
* | | | Merged in managan/scons_newglossary-fix (pull request #170), fixes ↵Dirk Baechle2014-08-191-0/+109
|\ \ \ \ | | | | | | | | | | | | | | | newglossary to work with VariantDir
| * | | | Improve logic test syntaxRobert Managan2014-08-181-1/+1
| | | | |
| * | | | Fix the newglossary action to work with variantDirRobert Managan2014-08-121-0/+109
| | | | |
* | | | | - added javac version sentinel to another test that would fail with v1.8 and ↵Dirk Baechle2014-08-081-0/+21
|/ / / / | | | | | | | | | | | | higher
* | | | - several smaller fixes to get the Linux buildslaves green againDirk Baechle2014-08-072-37/+53
| | | |
* | | | Merged in ajf58/scons (pull request #160), fixes #2900 (handling of ↵Dirk Baechle2014-08-061-38/+37
|\ \ \ \ | | | | | | | | | | | | | | | appending dictionaries to CPPDEFINES)
| * | | | Corrects handling of appending dictionaries to CPPDEFINES. Amended a test ↵Andrew Featherstone2014-07-291-38/+37
| | | | | | | | | | | | | | | | | | | | case to demonstrate the issue.
* | | | | fix test which was referring to tigris mailing list instead of current ↵William Deegan2014-07-291-1/+1
|/ / / / | | | | | | | | | | | | scons.or mailing list
* | | | Merged in williamblevins/scons (pull request #156, symlink copying)Gary Oberbrunner2014-07-201-0/+174
|\ \ \ \
| * | | | Issue 2395: Added tests from copying broken symlinks.William Blevins2014-07-201-4/+29
| | | | |
| * | | | Issue 2395: Copy Symlink soft-copy enhancement.William Blevins2014-07-141-0/+149
| | | | |
* | | | | Skipping Java DerivedSourceTest for now until underlying issue is fixed.Gary Oberbrunner2014-07-201-0/+4
| | | | |
* | | | | 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