summaryrefslogtreecommitdiff
path: root/Tests/ObjectLibrary
Commit message (Expand)AuthorAgeFilesLines
* Tests: Bump CMake minimum required in tests to 3.5Brad King2023-03-013-3/+3
* Add usage requirements to update direct link dependenciesBrad King2022-01-295-0/+34
* Tests: Remove unnecessary policy setting from ObjectLibrary testBrad King2022-01-291-1/+0
* target_link_libraries: Place $<TARGET_OBJECTS> before librariesBrad King2021-05-2914-0/+151
* Tests: Bump CMake minimum required in tests to 2.8.12Chuck Atkins2020-12-233-3/+3
* Fix dependencies on targets linked through object librariesBrad King2020-03-041-0/+5
* Tests: Extend ObjectLibrary test with case for object lib dependenciesBrad King2020-03-045-0/+24
* Relax the usage of TARGET_OBJECTS generator expressionRobert Maynard2019-04-191-0/+10
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-014-12/+12
* Drop Visual Studio 7 .NET 2003 generatorBrad King2017-04-191-5/+1
* Fix COMPILE_PDB_NAME when used on an OBJECT libraryBrad King2017-02-241-0/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-1611-34/+40
* Drop Visual Studio 6 generatorBrad King2016-03-095-14/+5
* add_library: Allow arbitrary non-linked sources in OBJECT librariesBrad King2014-07-092-1/+13
* Tests: Fix broken dependency in ObjectLibrary testBrad King2014-07-071-1/+1
* Tests: Resolve TODO comment left in ObjectLibrary testBrad King2014-07-072-8/+2
* Ninja: Add order-only dependencies to link commands (#14728)Ben Boeckel2014-07-011-0/+6
* Make ExportLanguages a subtest of the ObjectLibrary testStephen Kelly2013-10-245-0/+33
* Make sure INTERFACE properties work with OBJECT libraries.Stephen Kelly2013-02-084-6/+23
* Whitelist target types in target_{include_directories,compile_definitions}Stephen Kelly2013-02-081-1/+1
* Tests/ObjectLibrary: Do not enable CXX in subdirectoriesBrad King2012-08-202-2/+2
* Xcode: Fix object library references in multi-project trees (#13452)Brad King2012-08-032-0/+2
* Fix ObjectLibrary test on WatcomBrad King2012-03-204-12/+12
* Test OBJECT library use without other sourcesBrad King2012-03-165-0/+64
* Test OBJECT library success casesBrad King2012-03-1613-0/+110