Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix looking for specific version of libSystem.B.dylib when running on macOS. ↵ | William Deegan | 2019-12-11 | 1 | -6/+12 |
| | | | | Use regex of #.#.# instead | ||||
* | Fix incorrect testing assumptions for Solaris | Jakub Kulik | 2019-11-01 | 1 | -6/+6 |
| | |||||
* | [PY 3.8] test fixes for file closings, rawstrings | Mats Wichmann | 2019-04-25 | 2 | -2/+4 |
| | | | | | | | On a linux host (missing some things that may be on the Travis CI setup), Py3.8a3 now shows 19 fails, 1048 pass, with 84 Warning: messages. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Add APPLELINK_NO_CURRENT_VERSION and APPLELINK_NO_COMPATIBILITY_VERSION to ↵ | William Deegan | 2018-12-10 | 2 | -3/+72 |
| | | | | allow user to disable generating either or both -current_version and/or -compatibility_version to the applelink linker. Updates to docs. Add docstrings to generator functions | ||||
* | flake8 fixes | William Deegan | 2018-12-09 | 1 | -5/+7 |
| | |||||
* | Allow test to function minus otool verification on non mac platforms | William Deegan | 2018-12-07 | 1 | -37/+41 |
| | |||||
* | Skip APPLELINK* testing if not on mac | William Deegan | 2018-12-07 | 1 | -39/+39 |
| | |||||
* | Fix GH issue #3241 - Support -compatability_version and -current_version ↵ | William Deegan | 2018-12-06 | 2 | -2/+69 |
| | | | | flags propagating to linker for shared libraries. Derive them from SHLIBVERSION if not independantly specified | ||||
* | move applelink test to use directory fixture | William Deegan | 2018-12-05 | 4 | -24/+19 |
| | |||||
* | Fix flag usage for APPLELINK_CURRENT_VERSION and ↵ | William Deegan | 2018-12-05 | 1 | -1/+0 |
| | | | | APPLELINK_COMPATIBILITY_VERSION in generator logic | ||||
* | Initial checkin of functional versioned shared libraries for applelink. Not ↵ | William Deegan | 2018-12-04 | 6 | -22/+3 |
| | | | | loadable modules don't get versions embedded in the generated file | ||||
* | Fix applelink test to work on win32 | William Deegan | 2018-09-27 | 1 | -2/+1 |
| | |||||
* | fix test so it should run on any platform | William Deegan | 2018-09-24 | 1 | -1/+1 |
| | |||||
* | Fix Github issue #2580 - hash mark not properly handled in FRAMEWORKPATH | William Deegan | 2018-09-23 | 1 | -0/+70 |
| | |||||
* | Replace all instances of `int main()` with `int main(void)` | Jonathon Reinhart | 2018-02-11 | 3 | -3/+3 |
| | |||||
* | OSX: for now don't run versioned lib tests on mac. The logic to generate the ↵ | William Deegan | 2017-04-09 | 4 | -1/+25 |
| | | | | versioned libraries has the wrong format for osx/darwin | ||||
* | py2/3 add mode='r' to must_match. Should fix some win32 failures | William Deegan | 2017-03-14 | 2 | -2/+2 |
| | |||||
* | Moved common my<xxx>.py functions to global fixture and resolve byte/str. | William Blevins | 2016-10-03 | 4 | -75/+12 |
| | |||||
* | Updating tests to use fixture wrapper.py. | William Blevins | 2016-09-24 | 2 | -12/+2 |
| | |||||
* | Yet another batch of test fixes. | William Blevins | 2016-09-22 | 8 | -20/+17 |
| | |||||
* | merge python3 branch to default | William Deegan | 2016-05-23 | 1 | -286/+288 |
|\ | |||||
| * | Run futurize --stage1. | Russel Winder | 2016-01-01 | 1 | -286/+288 |
| | | |||||
* | | correct typos in test/LINK/{SHLIB,LDMODULE}VERSIONFLAGS.py | ptomulik | 2016-05-16 | 2 | -2/+2 |
| | | |||||
* | | regression tests for #319 | Pawel Tomulik | 2016-05-14 | 2 | -9/+90 |
|/ | |||||
* | 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 |
| | |||||
* | Merged in managan/scons_versionedlib (pull request #82) | Gary Oberbrunner | 2013-08-25 | 1 | -0/+13 |
|\ | | | | | | | Versioned lib rebuild was broken | ||||
| * | remove print from test and attempt to get FindInstalledFiles working | Robert Managan | 2013-06-18 | 1 | -1/+1 |
| | | |||||
| * | Add a test to show that we can build when the link already exist | Robert Managan | 2013-06-17 | 1 | -0/+13 |
| | | |||||
* | | Fix VersionedLib test | David Rothenberger | 2013-08-18 | 1 | -0/+12 |
|/ | | | | | Adjust for Cygwin coding conventions and test for existence of the import libraries. | ||||
* | Make VersionedSharedLib and its test not fail on Windows | Gary Oberbrunner | 2012-12-22 | 1 | -0/+15 |
| | |||||
* | Fix SHLINKCOMSTR test rot | Gary Oberbrunner | 2012-12-22 | 1 | -7/+7 |
| | |||||
* | Merging pull request #62 from Dirk Baechle: fixes for MinGW tests | Gary Oberbrunner | 2012-12-22 | 1 | -18/+19 |
|\ | |||||
| * | - fixes for MinGW under Windows, mainly skipping MSVS-specific tests | Dirk Baechle | 2012-12-18 | 1 | -18/+19 |
| | | |||||
* | | removed versioned library support from Install and put it in InstallVersionedLib | Robert Managan | 2012-12-18 | 1 | -1/+1 |
| | | |||||
* | | import SCons.Platform and use its platform_default instead of copying the source | Robert Managan | 2012-12-15 | 1 | -31/+3 |
| | | |||||
* | | Change symlinks to match what ldconfig does | Robert Managan | 2012-11-18 | 1 | -2/+0 |
| | | |||||
* | | Get sym links working with VariantDir and add a test | Robert Managan | 2012-11-07 | 1 | -0/+154 |
|/ | |||||
* | Fix issue 2833 (LINKCOMSTR etc. on Windows). | Gary Oberbrunner | 2012-07-22 | 2 | -0/+30 |
| | |||||
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 8 | -26/+16 |
| | | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1. | ||||
* | Remove more unnecessary imports from test scripts. | Steven Knight | 2009-02-11 | 6 | -6/+5 |
| | |||||
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 8 | -0/+47 |
| | |||||
* | Remove (lots) more unnecessary imports. | Steven Knight | 2009-02-06 | 4 | -9/+0 |
| |