summaryrefslogtreecommitdiff
path: root/Source/cmFLTKWrapUICommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmConstStack: Factor out of cmListFileBacktraceBrad King2022-04-021-1/+1
* cmCustomCommand: Track main dependency explicitlyNAKAMURA Takumi2021-12-141-3/+2
* cmMakefile: Simplify Add*Command and adopt to cmAddCustom*CommandNAKAMURA Takumi2021-11-181-6/+15
* cmMakefile: Move CMP0116 lookup into Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-181-5/+2
* cmCustomCommand: Record value of CMP0116 at time of creationKyle Edwards2021-02-231-2/+5
* cmMakefile: Delay CheckTargetProperties and FinalPass to generate timeDaniel Eiband2019-11-241-4/+12
* cmCustomCommandLine: Provide command line make functionsDaniel Eiband2019-09-161-10/+9
* Merge topic 'tidy-deprecated-headers'Brad King2019-09-161-1/+1
|\
| * clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* | cmFLTKWrapUICommand: Port away from cmCommandRegina Pfeifer2019-09-121-20/+19
|/
* cmSourceFile: Rename mutating GetFullPath() overloadDaniel Eiband2019-08-291-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-6/+5
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-8/+6
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-1/+2
* cmFLTKWrapUICommand: Port away from FinalPassDaniel Pfeifer2019-07-181-25/+28
* cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-1/+1
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-5/+5
* cmSystemTools::Message: Add overload accepting std::stringVitaly Stakhovsky2019-01-281-1/+1
* cmMakefile: Make GetRequiredDefinition return std::stringVitaly Stakhovsky2018-09-051-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-121-1/+1
* Remove redundant c_str() callsDaniel Pfeifer2016-10-301-2/+2
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-0/+8
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-43/+32
* Rename local target lookup methods to clarify purposeBrad King2016-04-011-1/+1
* cmFLTKWrapUI: Remove CMake 2.2 compat code.Stephen Kelly2015-10-061-39/+0
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-211-2/+2
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-1/+1
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-1/+1
* Remove use of ExpandSourceListArguments.Stephen Kelly2015-02-051-5/+2
* cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-1/+1
* cmTarget: Use string API to add sources to cmTarget objects.Stephen Kelly2014-03-311-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-5/+5
* stringapi: Use strings for dependency informationBen Boeckel2014-03-081-1/+1
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-1/+1
* cmTarget: Make GetSourceFiles populate an out-vector parameter.Stephen Kelly2014-01-091-2/+2
* Store includes from the same include_directories call together.Stephen Kelly2013-01-211-1/+5
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-13/+13
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: fix for bug 7228 FLTK_WRAP_UI segfault fixedBill Hoffman2008-06-231-1/+13
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-12/+9
* ENH: Made cmTarget::GetSourceFiles method return reference to const so additi...Brad King2007-05-281-2/+2
* ENH: Made cmSourceFile::GetDepends return reference to const so dependencies ...Brad King2007-05-281-2/+2
* ENH: Made cmTarget::GetSourceLists return a reference to const so that all ad...Brad King2007-05-281-1/+1
* ENH: allow source file properties to chain to Directories and upKen Martin2006-12-131-2/+1
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-0/+2
* STYLE: fix line lengthKen Martin2006-05-111-3/+4