| Commit message (Expand) | Author | Age | Files | Lines |
* | Modules: Update documentation formatting | Bartosz Kosiorek | 2019-04-08 | 1 | -1/+1 |
|
|
* | Help: Convert remaining modules to block-style comments | Kitware Robot | 2018-10-22 | 1 | -183/+184 |
|
|
* | GenerateExportHeader: Add support for C projects | Arnaud Gelas | 2018-03-08 | 1 | -10/+37 |
|
|
* | GenerateExportHeader: add INCLUDE_GUARD_NAME option | Kyle Edwards | 2018-01-23 | 1 | -2/+7 |
|
|
* | GenerateExportHeader: always fill in _EXPORT macros | Ben Boeckel | 2017-03-16 | 1 | -4/+4 |
|
|
* | Don't include CMakeParseArguments | Daniel Pfeifer | 2017-01-11 | 1 | -1/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -13/+3 |
|
|
* | Modules: Fix typos in name of `CMAKE_COMPILER_IS_GNUCC` variable | Brad King | 2016-09-14 | 1 | -1/+1 |
|
|
* | GenerateExportHeader: Fix add_compiler_export_flags regression | Brad King | 2016-09-01 | 1 | -1/+2 |
|
|
* | Use string(APPEND) in Modules | Daniel Pfeifer | 2016-07-27 | 1 | -1/+1 |
|
|
* | Fix typos. | Felix Geyer | 2016-07-10 | 1 | -1/+1 |
|
|
* | GenerateExportHeader: Add option to specify custom content | Brad King | 2016-06-28 | 1 | -3/+14 |
|
|
* | GenerateExportHeader: Do not define DEFINE_NO_DEPRECATED (#16022) | Andreas Schuh | 2016-03-17 | 1 | -1/+3 |
|
|
* | Embarcadero: Check code using CMAKE_CXX_COMPILER_ID and CMAKE_C_COMPILER_ID. | James Johnston | 2015-12-03 | 1 | -0/+4 |
|
|
* | GenerateExportHeader: Use dllexport/dllimport on Cygwin | Tony Kelman | 2015-08-27 | 1 | -1/+1 |
|
|
* | Modules: Check for ARGC before using ARGV# | Daniele E. Domenichelli | 2015-02-27 | 1 | -1/+1 |
|
|
* | GenerateExportHeader: Avoid if() quoted auto-dereference | Brad King | 2014-09-29 | 1 | -7/+7 |
|
|
* | GenerateExportHeader: support exporting from OBJECT libraries | Ben Boeckel | 2014-07-03 | 1 | -0/+1 |
|
|
* | Update CDash server URL | Brad King | 2014-06-24 | 1 | -1/+0 |
|
|
* | GenerateExportHeader: Reformat docs. | Stephen Kelly | 2014-01-04 | 1 | -64/+51 |
|
|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -98/+150 |
|
|
* | GenerateExportHeader: Port to use message(DEPRECATION) | Stephen Kelly | 2013-10-08 | 1 | -9/+1 |
|
|
* | GenerateExportHeader: Deprecate add_compiler_export_flags function. | Stephen Kelly | 2013-09-02 | 1 | -13/+34 |
|
|
* | Merge topic 'geh-cleanup-identifiers' | Brad King | 2013-05-24 | 1 | -0/+6 |
|\ |
|
| * | GenerateExportHeader: Generate only C identifiers as defines | Stephen Kelly | 2013-05-24 | 1 | -0/+6 |
|
|
* | | GenerateExportHeader: Allow use of of this macro with MODULEs. | Stephen Kelly | 2013-05-23 | 1 | -5/+3 |
|/ |
|
* | Merge topic 'generate-export-header-warnings' | Brad King | 2013-02-25 | 1 | -4/+0 |
|\ |
|
| * | Removed GenerateExportHeader warnings about old compilers | Marcus D. Hanwell | 2013-02-20 | 1 | -4/+0 |
|
|
* | | Fix GenerateExportHeader documentation #13936 | Stephen Kelly | 2013-02-20 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'improve-generateexportheader' | David Cole | 2012-03-02 | 1 | -35/+9 |
|\ |
|
| * | GenerateExportHeader: improve compiler identification | Rolf Eike Beer | 2012-02-24 | 1 | -28/+9 |
|
|
| * | GenerateExportHeader: remove unneeded code | Rolf Eike Beer | 2012-02-24 | 1 | -7/+0 |
|
|
* | | Fix documented function signature to match reality. | Stephen Kelly | 2012-02-21 | 1 | -1/+1 |
|/ |
|
* | GenerateExportHeader: use double quotes around _gcc_version | Alex Neundorf | 2012-02-18 | 1 | -1/+1 |
|
|
* | GenerateExportHeader: Fix wrong use of IS_ABSOLUTE (#12645) | Michael Wild | 2012-01-02 | 1 | -1/+1 |
|
|
* | Make add_compiler_export_flags a function again. | Marcus D. Hanwell | 2011-09-20 | 1 | -6/+6 |
|
|
* | Made ADD_COMPILER_EXPORT_FLAGS into a macro. | Marcus D. Hanwell | 2011-09-19 | 1 | -7/+18 |
|
|
* | Don't warn when nothing to do in visibility function. | Marcus D. Hanwell | 2011-09-19 | 1 | -1/+1 |
|
|
* | Just code style changes. | Marcus D. Hanwell | 2011-09-19 | 1 | -30/+50 |
|
|
* | Don't use a variable name that might be used in other files. | David Faure | 2011-08-27 | 1 | -3/+3 |
|
|
* | Fix up verbatim code sections of the dox. | Stephen Kelly | 2011-08-25 | 1 | -17/+1 |
|
|
* | Don't start a line with a dash(-) | Stephen Kelly | 2011-08-25 | 1 | -2/+2 |
|
|
* | Remove blank line at the start of the file. | Stephen Kelly | 2011-08-25 | 1 | -2/+0 |
|
|
* | Add documentation about the prefix and no_deprecated options. | Stephen Kelly | 2011-08-25 | 1 | -0/+42 |
|
|
* | Fix the feature of using a specific prefix for macros. | Stephen Kelly | 2011-08-25 | 1 | -11/+11 |
|
|
* | Add quotes in case cmake is installed in a prefix with a space. | Stephen Kelly | 2011-08-25 | 1 | -2/+2 |
|
|
* | Add missing NO_EXPORT macro variant. | Stephen Kelly | 2011-08-23 | 1 | -2/+11 |
|
|
* | More consistency in the macro options. | Stephen Kelly | 2011-08-23 | 1 | -6/+6 |
|
|
* | Try to make the macros do almost nothing for Watcom. | Stephen Kelly | 2011-08-23 | 1 | -2/+12 |
|
|
* | Test for too-old-intel compilers. | Stephen Kelly | 2011-08-23 | 1 | -1/+12 |
|
|