summaryrefslogtreecommitdiff
path: root/test/Configure
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into fix_configure_marking_up_...William Deegan2023-01-281-1/+5
|\
| * Small cleanup in BoolVariable [skip appveyor]Mats Wichmann2022-10-221-1/+5
* | Add comments to code and DefaultEnvironment() with no tools loaded for testWilliam Deegan2023-01-281-0/+1
* | make sure config=force doesn't cause rebuildDaniel Moody2022-05-261-6/+10
* | small optimizationsDaniel Moody2022-05-261-6/+6
* | update test to test real source with no depsDaniel Moody2022-05-263-3/+15
* | update conftest_source_file test to make sure subsequent builds don't rebuildDaniel Moody2022-05-251-0/+4
* | Fix for #2757, non conftest nodes involved in configure checks now get node i...Daniel Moody2022-05-255-0/+64
|/
* Separated just the CheckMember() checker from yuzhicang's PR #4100, changed c...William Deegan2022-03-211-2/+14
* Two more f-strings got away.Jacob Cassagnol2021-11-101-2/+2
* One f-string got away!Jacob Cassagnol2021-11-091-1/+1
* Fixing slider issues identified:Jacob Cassagnol2021-11-091-1/+1
* Tests pass in python 3.6 and 3.9 in LinuxJacob Cassagnol2021-11-094-5/+44
* fixed minor issues related to is_conftest for PRDaniel Moody2021-07-202-6/+5
* fixed sider complaintDaniel Moody2021-07-201-1/+1
* make sure multi target and intermediate SConf files are mark is_conftestDaniel Moody2021-07-203-0/+72
* Run autoflake on codeMats Wichmann2020-09-212-2/+0
* Remove verbose_set calls from testsMats Wichmann2020-03-183-3/+0
* rm-py2: Remove "from __future__" from more placesMats Wichmann2020-02-204-17/+8
* Updated error message per sugguestion by mwichmannWilliam Deegan2020-02-161-1/+1
* Fix Issue #2904 - add useful error message when more than one Configure() con...William Deegan2020-02-152-0/+62
* Remove unused fixture SConsctruct.2William Deegan2020-02-041-45/+0
* New test. Fixes Issue #3469William Deegan2020-01-301-0/+94
* Updated to expected configure context temporary and generated files to match ...William Deegan2020-01-304-6/+7
* updates to make tests pass on windowsWilliam Deegan2020-01-221-26/+43
* Updated TestSCons and test/Configure/option--config.py to work with new confi...William Deegan2020-01-221-42/+83
* possible second test for issueWilliam Deegan2020-01-211-0/+44
* Add base files for new testWilliam Deegan2020-01-213-0/+25
* syntax fixups suggested by PyCharmMats Wichmann2019-12-231-1/+1
* test whether CheckFunc properly detects memmoveJacek Kuczera2019-10-061-11/+16
* Use "in" in preference to string find methodMats Wichmann2019-08-301-1/+1
* Remove reference to DeciderNeedsNode from test. Logic still needed to test GH...William Deegan2019-07-241-2/+0
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-253-11/+13
* Add test for GH Issue #3303William Deegan2019-02-271-0/+10
* Fix new test binary/text read issue for py3.5+. Changed mode to 'r' as just p...William Deegan2019-02-021-42/+39
* Add test to check for configure calling configured decider not handling Decid...William Deegan2019-02-021-0/+19
* Replace all instances of `int main()` with `int main(void)`Jonathon Reinhart2018-02-118-10/+10
* Change checkLogAndStdout() call to use boolean flag instead of 0/1 for clarity.William Deegan2017-04-031-1/+1
* fix py2/3 mode=r and/rb, and remove native line ending translation. fixes win32William Deegan2017-03-142-17/+17
* py2/3 remove code to handle dblite changing sconsigfile nameWilliam Deegan2017-03-131-1/+1
* added TestSCons.unlink_sconsignfile(name) method to append .p3 to expected fi...William Deegan2017-03-131-1/+1
* py2/3 mode=r on test.read()William Deegan2017-03-131-2/+2
* Use print() function. Fixes py2/3Craig Rodrigues2017-03-111-1/+3
* Commit resolved conflicted merge.Russel Winder2016-04-102-3/+3
|\
| * Fix for backslash being treated as an escape characterThomas Tanner2016-01-302-3/+3
* | Some more print statements to functions.Russel Winder2016-01-012-2/+2
* | Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-1/+1
|\ \ | |/
| * Fixed or skipped tests that fail on Windows.Gary Oberbrunner2014-08-211-1/+1
* | Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-231-0/+85
|\ \ | |/
| * added test case for the SConf.Streamer issueptomulik2014-04-091-0/+85