summaryrefslogtreecommitdiff
path: root/test/LINK
Commit message (Expand)AuthorAgeFilesLines
* Fix Issue #3933 debug output removed from SharedLibrary when SHLIBVERSION is ...William Deegan2021-05-021-2/+2
* Add generating versioned shared library to D SharedObject tests (in addition ...William Deegan2021-01-151-4/+4
* initial checkin of versioned shared library rewriteWilliam Deegan2020-12-201-18/+17
* Merge remote-tracking branch 'upstream/master' into reimplement_soname_soversionWilliam Deegan2020-12-206-7/+0
|\
| * Run autoflake on codeMats Wichmann2020-09-217-9/+0
* | incremental checkin. Updates to README for other developers to reviewWilliam Deegan2020-10-071-5/+24
|/
* Python 3.9 supportMats Wichmann2020-05-121-2/+2
* add test for soname for applelink on linuxDaniel Moody2020-05-022-3/+3
* resolve github Issue #3246Daniel Moody2020-05-011-1/+17
* Fix tests expecting -BsymbolicWilliam Deegan2020-04-212-2/+2
* Remove verbose_set calls from testsMats Wichmann2020-03-181-2/+0
* rm-py2: Remove "from __future__" from more placesMats Wichmann2020-02-201-3/+0
* Stop calling os.system in tests.Mats Wichmann2020-02-072-6/+6
* syntax fixups suggested by PyCharmMats Wichmann2019-12-233-3/+3
* Fix looking for specific version of libSystem.B.dylib when running on macOS. ...William Deegan2019-12-111-6/+12
* Fix incorrect testing assumptions for SolarisJakub Kulik2019-11-011-6/+6
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-252-2/+4
* Add APPLELINK_NO_CURRENT_VERSION and APPLELINK_NO_COMPATIBILITY_VERSION to al...William Deegan2018-12-102-3/+72
* flake8 fixesWilliam Deegan2018-12-091-5/+7
* Allow test to function minus otool verification on non mac platformsWilliam Deegan2018-12-071-37/+41
* Skip APPLELINK* testing if not on macWilliam Deegan2018-12-061-39/+39
* Fix GH issue #3241 - Support -compatability_version and -current_version flag...William Deegan2018-12-062-2/+69
* move applelink test to use directory fixtureWilliam Deegan2018-12-054-24/+19
* Fix flag usage for APPLELINK_CURRENT_VERSION and APPLELINK_COMPATIBILITY_VERS...William Deegan2018-12-041-1/+0
* Initial checkin of functional versioned shared libraries for applelink. Not l...William Deegan2018-12-046-22/+3
* Fix applelink test to work on win32William Deegan2018-09-261-2/+1
* fix test so it should run on any platformWilliam Deegan2018-09-231-1/+1
* Fix Github issue #2580 - hash mark not properly handled in FRAMEWORKPATHWilliam Deegan2018-09-231-0/+70
* Replace all instances of `int main()` with `int main(void)`Jonathon Reinhart2018-02-113-3/+3
* OSX: for now don't run versioned lib tests on mac. The logic to generate the ...William Deegan2017-04-084-1/+25
* py2/3 add mode='r' to must_match. Should fix some win32 failuresWilliam Deegan2017-03-132-2/+2
* Moved common my<xxx>.py functions to global fixture and resolve byte/str.William Blevins2016-10-034-75/+12
* Updating tests to use fixture wrapper.py.William Blevins2016-09-242-12/+2
* Yet another batch of test fixes.William Blevins2016-09-228-20/+17
* merge python3 branch to defaultWilliam Deegan2016-05-231-286/+288
|\
| * Run futurize --stage1.Russel Winder2016-01-011-286/+288
* | correct typos in test/LINK/{SHLIB,LDMODULE}VERSIONFLAGS.pyptomulik2016-05-162-2/+2
* | regression tests for #319Pawel Tomulik2016-05-142-9/+90
|/
* Added test to verify InstallVersionLib available from DefaultEnvironment.William Blevins2015-09-231-0/+8
* correct logic in VersionedLib*.py testsPawel Tomulik2015-09-214-24/+34
* add simple test for $__SHLIBVERSIONFLAGSPawel Tomulik2015-09-211-0/+59
* cyglink: fix for shlib symlink not being cleaned correctlyPaweł Tomulik2015-09-201-6/+0
* fix test/LINK/VersionedLib.py to convince sun studio compilerPawel Tomulik2015-09-201-9/+8
* add tests to test/LINK/VersionedLib.pyPawel Tomulik2015-09-201-117/+215
* support for versioned libraries for sunlinkPawel Tomulik2015-09-204-0/+38
* reivised code, fixed cygwin/variant-dir issue, cleaned-up some areasPawel Tomulik2015-09-042-2/+159
* new versioned libraries - gnulink and cyglink for nowPawel Tomulik2015-09-033-7/+299
* Merged in managan/scons_versionedlib (pull request #82)Gary Oberbrunner2013-08-251-0/+13
|\
| * remove print from test and attempt to get FindInstalledFiles workingRobert Managan2013-06-181-1/+1
| * Add a test to show that we can build when the link already existRobert Managan2013-06-171-0/+13