summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* update to latest SCons commitsRobert Managan2012-12-1810-122/+82
|\
| * Fixed tests/scons-time/file.py.Gary Oberbrunner2012-12-161-1/+1
| * - extended the must_contain* methods of the test framework, such that they al...Dirk Baechle2012-12-1610-122/+82
* | removed versioned library support from Install and put it in InstallVersionedLibRobert Managan2012-12-181-1/+1
* | merge in changes from SCons defaultRobert Managan2012-12-155-62/+66
|\ \ | |/
| * Fix failing unit test.Gary Oberbrunner2012-12-141-52/+0
| * os.spawnv is here since Python 1.6, removing compatibility codeanatoly techtonik2012-12-121-7/+2
| * Updated tests for Anatoly Techtonik's option error handling improvements.Gary Oberbrunner2012-12-093-3/+64
* | import SCons.Platform and use its platform_default instead of copying the sourceRobert Managan2012-12-151-31/+3
* | Change symlinks to match what ldconfig doesRobert Managan2012-11-181-2/+0
* | merge latest commits from SCons main lineRobert Managan2012-11-102-8/+16
|\ \ | |/
| * vcxproj.filters files should be removed upon cleanstopiccot2012-10-242-8/+16
* | Get sym links working with VariantDir and add a testRobert Managan2012-11-071-0/+154
* | Backed out changeset 87e2f40b59e3 (merge of D support updates)Gary Oberbrunner2012-10-1353-1408/+0
* | Merged in managan/scons_biblatex2.2 (pull request #46)Gary Oberbrunner2012-10-135-9/+9
|\ \ | |/
| * Fix test for presence of biber and in several tests make variable names consi...Robert Managan2012-10-135-9/+9
* | Merge default/tip.Russel Winder2012-10-133-2/+134
|\ \ | |/
| * Merged pull request #44 (make README a ReStructuredText file)Gary Oberbrunner2012-10-131-1/+5
| |\
| * \ Merged in managan/scons_biblatex2.2 (pull request #43, biber support)Gary Oberbrunner2012-10-132-1/+129
| |\ \ | | |/ | |/|
| | * Add separate biber action and add logic to call either bibtex or biber depend...Robert Managan2012-10-072-1/+129
* | | Merge in default/tip from the mainline.Russel Winder2012-10-075-16/+23
|\ \ \ | |/ /
| * | - final changes for bug2872 "Fix tests on Buildbot slaves", mainly switched a...dirkbaechle2012-10-035-16/+23
| |/
* | Merge mainline tip.Russel Winder2012-10-0410-26/+50
|\ \ | |/
| * Merged in dirkbaechle/scons (pull request #39)Gary Oberbrunner2012-09-299-22/+36
| |\
| | * - several smaller fixes to get all tests running under Buildbot againdirkbaechle2012-09-279-22/+36
| * | Merged pull request #38, from eyan: add target name to debug=timeGary Oberbrunner2012-09-221-2/+2
| * | Adding target name to output of --debug=time. Fix for Issue 2873Edmund Yan2012-09-181-3/+13
| |/
* | Merge mainline tip.Russel Winder2012-09-1622-128/+262
|\ \ | |/
| * Merged in managan/scons_newglossary (pull request #37); support newglossary L...Gary Oberbrunner2012-09-161-0/+158
| |\
| | * Support auxiliary files created by \newglossary commandRobert Managan2012-09-161-0/+158
| * | - added two new functions must_exist_one_of/must_not_exist_any_of to TestCmd,dirkbaechle2012-09-0610-73/+28
| * | - first swoop of changes for getting all Buildbot slaves to run successfully ...dirkbaechle2012-09-0417-98/+119
| |/
* | Rearrange, refactor, rework, rewrite, fix.Russel Winder2012-09-0615-47/+122
* | The test needs two parameters to compare against the problem.Russel Winder2012-09-052-2/+2
* | Start the process of getting better support for D builds.Russel Winder2012-09-0550-1/+1206
* | Add a first cut at GDC support.Russel Winder2012-09-031-0/+64
* | Be specific about which tools to use.Russel Winder2012-09-031-1/+1
* | Strip out all the Linux specific stuff as not being the right direction to ha...Russel Winder2012-09-031-0/+64
|/
* Merging pull request #33, test framework, from Dirk Baechle.Gary Oberbrunner2012-08-2825-56/+51
|\
| * - fixed directory/file fixtures for "general" modedirkbaechle2012-08-1210-41/+36
| * - renamed the '-j' option to '-k', such that we can use the former for parall...dirkbaechle2012-08-0915-15/+15
| * - fixed usage of subprocess module in runtest.pydirkbaechle2012-08-0315-15/+15
* | Another MinGW test skip fix.Gary Oberbrunner2012-08-221-0/+6
* | Skip MinGW test on Windows machines without MinGW.Gary Oberbrunner2012-08-221-0/+6
* | Fixed test rot in test/MSVS/CPPPATH-Dirs.py.Gary Oberbrunner2012-08-221-1/+3
* | Fixed some test rot in test/IDL/midl.py, so it works on Win7.Gary Oberbrunner2012-08-221-11/+12
* | Fix MSVS solution generation for VS11, and fixed tests.Gary Oberbrunner2012-08-144-4/+4
* | Merged in ptomulik/scons, pull request #25: gettext toolsetGary Oberbrunner2012-08-019-196/+1334
|\ \ | |/ |/|
| * Removed test/GETTEXTptomulik2012-06-184-298/+0
| * Added tests covering the examples in Translate tool's documentationptomulik2012-06-181-0/+179