summaryrefslogtreecommitdiff
path: root/Source/cmNinjaNormalTargetGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Add support of CMAKE_<LANG>_USE_RESPONSE_FILE_FOR_LIBRARIES variable.Matthieu Ribiere2023-04-131-1/+1
* Apple: Handle generation and comsuption of text-based stubs (.tbd files)Marc Chevrier2023-03-011-0/+1
* clang-tidy: fix `readability-redundant-access-specifiers` warningsBen Boeckel2021-01-271-1/+0
* CUDA: Clang separable compilationRaul Tambre2020-09-241-1/+14
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* CUDA: Mult-Config Ninja generator now supports CUDARobert Maynard2020-01-131-1/+3
* Ninja: Add multi-config variantKyle Edwards2019-12-131-1/+2
* Refactor: Prepare Ninja generator for multi-configKyle Edwards2019-12-131-12/+12
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* Create and use `cmGeneratorTarget::Names`Saleem Abdulrasool2019-02-111-7/+2
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* CUDA: Add separable compilation support to the ninja generator.Robert Maynard2016-11-141-0/+10
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-241-5/+4
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-2/+2
* Source: Stabilize include orderBrad King2016-04-291-5/+5
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-1/+1
* Port some of the generator API to cmGeneratorTarget.Stephen Kelly2013-11-221-1/+2
* Re-factor CFBundle generation.Nicolas Despres2012-07-171-1/+0
* Ninja: Add support for CFBundle.Nicolas Despres2012-07-171-0/+1
* Ninja: Copy resource files in the bundle.Nicolas Despres2012-07-171-2/+0
* Re-factor OS X bundle and framework generation.Nicolas Despres2012-07-171-4/+6
* Ninja: Add support for OX X library framework.Nicolas Despres2012-07-171-0/+2
* Ninja: Add support for OS X app bundles.Nicolas Despres2012-07-171-0/+2
* Ninja: undo all the NOSHELL patchesPeter Kuemmel2012-06-151-1/+1
* Ninja: don't use shell when cmake is called directlyPeter Kuemmel2012-06-141-1/+1
* Ninja: work with ninja/master, don't compile rc files with clPeter Kuemmel2012-06-131-3/+0
* Ninja: add response file support on WindowsPeter Kuemmel2012-06-051-1/+1
* Ninja: ensure output directories existPeter Kuemmel2012-04-061-0/+3
* Build object library targets in NinjaBrad King2012-03-161-0/+1
* Ninja: Add the Ninja generatorPeter Collingbourne2012-02-021-0/+47