| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | regression tests for #319 | Pawel Tomulik | 2016-05-14 | 2 | -9/+90 | |
| | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merged in thosrtanner/scons-cache-name (pull request #302) | William Deegan | 2016-04-08 | 35 | -62/+65 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the cache to use 2-character directories rather than one. Also makes a lot more tests run on windows | |||||
| | * | | | | | | | | | | improve behaviour | Thomas Tanner | 2016-03-12 | 2 | -2/+4 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Fix for backslash being treated as an escape character | Thomas Tanner | 2016-01-30 | 33 | -60/+61 | |
| | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On my windows system, my python is in c:\apps\32\python. Theres a lot of places where that \32 gets turned into an ascii character and the unit tests don't run. | |||||
| * | | | | | | | | | | fix issues with bad characters and got it working on macosx | William Deegan | 2016-04-03 | 1 | -6/+19 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Rewrite file-names.py test so that it runs successfully. | Tom Plunket | 2016-03-23 | 1 | -35/+57 | |
| | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| * | | | | | | | | | Merged in adarshsanjeev/scons (pull request #291) | William Deegan | 2016-02-15 | 1 | -0/+46 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Changed as per review | Adarsh Sanjeev | 2016-01-04 | 1 | -16/+16 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Tests for Chmod updated | Adarsh Sanjeev | 2016-01-03 | 1 | -0/+46 | |
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merged in bdbaddog/scons (pull request #298) | William Deegan | 2016-01-26 | 3 | -0/+69 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | fix for tigris bug # 2622 - AlwaysBuild / MSVC regression | |||||
| | * | | | | | | | Minor nit fixes. Typos and better comments | William Deegan | 2016-01-26 | 1 | -2/+5 | |
| | | | | | | | | | ||||||
| | * | | | | | | | change test to verify that the source file name is in the output. Though ↵ | William Deegan | 2016-01-26 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test will fail if it is not as compile line will miss source file name. | |||||
| | * | | | | | | | add testcase for tigris bug # 2622 - AlwaysBuild / MSVC regression | William Deegan | 2016-01-16 | 3 | -0/+65 | |
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | Correct the Issue number. Amend the test to use an option valid for dmd, ↵ | Russel Winder | 2016-01-19 | 3 | -5/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ldc2, and gdc. | |||||
| * | | | | | | | added comment per William Blevins comment on pull request to indicate why ↵ | William Deegan | 2016-01-17 | 3 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we're skipping some tests for gcj | |||||
| * | | | | | | | changes to skip tests on ubuntu-next when gcj and not real java, and also ↵ | William Deegan | 2016-01-17 | 9 | -6/+40 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when no latex is available | |||||
| * | | | | | | | fix C code in yacc file to be pass default compiler warnings | William Deegan | 2016-01-17 | 1 | -4/+7 | |
| |/ / / / / / | ||||||
| * | | | | | | fix test which was expecting a given location for python binary running the test | William Deegan | 2016-01-14 | 1 | -3/+4 | |
| | | | | | | | ||||||
| * | | | | | | Fix bug 2081: Better messaging for different actions for same target in two ↵ | William Deegan | 2016-01-14 | 2 | -0/+4 | |
| |/ / / / / | | | | | | | | | | | | | | | | environments | |||||
| * | | | | | don't run test for no threading via fake threading.py which throws ↵ | William Deegan | 2015-12-16 | 1 | -25/+26 | |
| | | | | | | | | | | | | | | | | | | | | | ImportError on win32. on Win32 other modules import threading and so test fails. This was previously hidden by compat subprocess module which has been removed as obsolete since the base python is being moved to 2.7 | |||||
| * | | | | | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 6 | -153/+17 | |
| | | | | | | ||||||
| * | | | | | Merged in williamblevins/scons_20150323 (pull request #244) | William Deegan | 2015-11-13 | 8 | -54/+279 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Issue 2264: removed implicit dependency recursion from install targets. | William Blevins | 2015-08-07 | 3 | -24/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves performance issue with implicit dependencies (without builders) reinstalling. Example (C++): A.h includes B.h and both are installed somewhere. B.h is updated so both A.h and B.h would be reinstalled because B.h changed. A.h didn't need to be reinstalled for obvious reasons. Background info: this was already an issue for any scanner added to SCANNERS environment. Did not occur originally because default scanners not in SCANNERS environment. | |||||
| | * | | | | | Issue 2264: Removed redundant SCANNER_HINT for preference of SCANNERS. | William Blevins | 2015-08-07 | 1 | -15/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also possibly SCons.Tool.SourceFileScanner (global only). Updated test to reflect with case using SCANNERS plus root node default. | |||||
| | * | | | | | Issue 2264: Added test for SCANNER_HINT support, plus bug fixes. | William Blevins | 2015-06-30 | 1 | -0/+119 | |
| | | | | | | | ||||||
| | * | | | | | Issue 2264: Updated behaviour when scanning included dependencies for nodes ↵ | William Blevins | 2015-06-30 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | without scanner_key mappings. | |||||
| | * | | | | | Issue 2264: Updated tests to reflect Node changes. | William Blevins | 2015-05-18 | 4 | -37/+40 | |
| | | | | | | | ||||||
| | * | | | | | Issue 2264: Added SWIG recursive dependency tests. | William Blevins | 2015-05-13 | 1 | -0/+123 | |
| | | | | | | | ||||||
| * | | | | | | edit test/SWIG/SWIG.py to covert PR #270 | Pawel Tomulik | 2015-10-19 | 1 | -2/+13 | |
| | | | | | | | ||||||
| * | | | | | | Revised pull request #234 fixing bug 2840. Andrew Featherstone had code ↵ | William Deegan | 2015-09-29 | 1 | -0/+56 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | changes, but no test | |||||
| * | | | | | | Pull request # 234 (Bug #2840) code checkin. No tests yet | William Deegan | 2015-09-29 | 1 | -5/+6 | |
| | | | | | | | ||||||
| * | | | | | | fix C99 non compliance | William Deegan | 2015-09-29 | 1 | -0/+4 | |
| | | | | | | | ||||||
| * | | | | | | fix test to run on macosx by fixing C99 non compliance | William Deegan | 2015-09-29 | 1 | -0/+4 | |
| | | | | | | | ||||||
| * | | | | | | Fix failing LEX/live.py because no return type was specified for main and ↵ | William Deegan | 2015-09-29 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | apple compiler/flex complains about it in stderr | |||||
| * | | | | | | fix test which was verifying that PrintHelp wasn't in SCons.script because ↵ | William Deegan | 2015-09-29 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | at some point in the past there was such a function which was removed. Pull request #226 for bug #2831 restored/recreated a same named function and broke this test | |||||
| * | | | | | | test for pull request #226 bug #2831 | William Deegan | 2015-09-29 | 1 | -0/+63 | |
| | | | | | | | ||||||
| * | | | | | | fix spelling mistakes found by debian lintian tool list here: ↵ | William Deegan | 2015-09-28 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | https://lintian.debian.org/full/debian@jff-webhosting.net.html#scons_2.3.6-1 | |||||
| * | | | | | | Merged scons/scons into default | Florian Miedniak | 2015-09-23 | 5 | -102/+757 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Added test to verify InstallVersionLib available from DefaultEnvironment. | William Blevins | 2015-09-23 | 1 | -0/+8 | |
| | | | | | | | | ||||||
| | * | | | | | | correct logic in VersionedLib*.py tests | Pawel Tomulik | 2015-09-21 | 4 | -24/+34 | |
| | | | | | | | | ||||||
| | * | | | | | | add simple test for $__SHLIBVERSIONFLAGS | Pawel Tomulik | 2015-09-20 | 1 | -0/+59 | |
| | | | | | | | | ||||||
| | * | | | | | | cyglink: fix for shlib symlink not being cleaned correctly | Paweł Tomulik | 2015-09-20 | 1 | -6/+0 | |
| | | | | | | | | ||||||
| | * | | | | | | fix test/LINK/VersionedLib.py to convince sun studio compiler | Pawel Tomulik | 2015-09-20 | 1 | -9/+8 | |
| | | | | | | | | ||||||
| | * | | | | | | add tests to test/LINK/VersionedLib.py | Pawel Tomulik | 2015-09-20 | 1 | -117/+215 | |
| | | | | | | | | ||||||
| | * | | | | | | support for versioned libraries for sunlink | Pawel Tomulik | 2015-09-20 | 4 | -0/+38 | |
| | | | | | | | | ||||||
| | * | | | | | | reivised code, fixed cygwin/variant-dir issue, cleaned-up some areas | Pawel Tomulik | 2015-09-04 | 2 | -2/+159 | |
| | | | | | | | | ||||||
| | * | | | | | | new versioned libraries - gnulink and cyglink for now | Pawel Tomulik | 2015-09-02 | 3 | -7/+299 | |
| | |/ / / / / | ||||||
| * | | | | | | Fixed #3011: Glob() called with exclude didn't work when called from a ↵ | Florian Miedniak | 2015-09-22 | 1 | -0/+34 | |
| |/ / / / / | | | | | | | | | | | | | | | | SConscript that is executed with variant_dir set and duplicate=0 | |||||
| * | | | | | - fixed several tests and tools that still used Node attributes directly | Dirk Baechle | 2015-08-06 | 5 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | (found by disabling the __getattr__ in Node/FS.py) | |||||
| * | | | | | Merged in dirkbaechle/scons : switch of core classes to slots, memoizer ↵ | Dirk Baechle | 2015-08-06 | 9 | -40/+39 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | subsystem now uses decorators | |||||
