summaryrefslogtreecommitdiff
path: root/Tests/Plugin
Commit message (Expand)AuthorAgeFilesLines
* Tests: Bump CMake minimum required in tests to 3.5Brad King2023-03-012-3/+2
* Tests: Remove incidental use of C++98 compiler modesBrad King2022-04-261-9/+0
* Tests: bump cmake_minimum_required version to 2.8.12Rolf Eike Beer2021-04-051-2/+2
* Tests: Bump CMake minimum required in tests to 2.8.12Chuck Atkins2020-12-231-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-012-7/+4
* Tests: Decouple Plugin test from KWSysBrad King2019-09-195-20/+323
* Clang: For MSVC ABI do not use modes older than C++14Brad King2019-07-241-11/+6
* Tests: fix failures with gnu mode clang on windowsZsolt Parragi2019-05-241-6/+11
* Tests: Fix Plugin test for international characters on WindowsBrad King2019-03-291-0/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-013-12/+12
* HP-UX: Drop support for building CMake on HP-UXBrad King2017-08-071-7/+0
* Tests: Compile entire Plugin test with the same language standardBrad King2017-05-261-3/+3
* Use string(APPEND) in TestsDaniel Pfeifer2016-07-281-1/+1
* Tests: Restore fix to Plugin test on Watcom compilerBrad King2016-06-091-1/+3
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-2/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-163-32/+26
* Tests: Fix Plugin test include orderBrad King2016-05-031-1/+2
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Tests: fix Plugin building on Clang/C2Mariusz PluciƄski2016-03-101-0/+7
* Tests: Fix Plugin test on Watcom compilerBrad King2015-09-031-1/+1
* Merge topic 'modules-no-soname'Brad King2015-09-021-1/+1
|\
| * Tests: Use a less strict regular expression to look for "SONAME"Raphael Kubo da Costa2015-09-011-1/+1
* | Tests: Remove use of include <kwsys/{ios,stl}> and kwsys_{ios,stl}::Brad King2015-08-311-10/+10
|/
* Do not set SONAME for MODULE library targets (#15705)Felix Geyer2015-08-203-31/+12
* HP aCC: record compiler flag for Ansi C++98 support for version 3.80 onwardsRolf Eike Beer2014-04-251-0/+10
* Refactor the Plugin test.Stephen Kelly2013-10-242-30/+42
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-45/+45
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Test NO_SONAME property (#13155)Brad King2012-04-302-0/+58
* ENH: Remove CMAKE_ANSI_CFLAGS from testsBrad King2009-07-081-5/+0
* BUG: Create an exe's implib output dir for VSBrad King2009-06-151-0/+2
* ENH: preclean some warningsKen Martin2008-03-251-0/+1
* ENH: fix memory leakBill Hoffman2007-09-101-1/+2
* ENH: Added function call argument to module function to make sure calling con...Brad King2007-04-192-4/+14
* COMP: Need to enable ansi C features.Brad King2007-04-171-0/+5
* ENH: Fixed Plugin test on Cygwin.Brad King2007-04-171-1/+1
* ENH: Configure location of plugin files so that the executable can run with a...Brad King2007-04-173-1/+16
* ENH: Added test for executables with plugins that use an API exported by the ...Brad King2007-04-174-0/+128