index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmQtAutoGenInitializer.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
cmCustomCommand: Move custom commands
Daniel Eiband
2019-09-26
1
-1/+1
*
cmMakefile: Move enumerations into new header
Daniel Eiband
2019-09-26
1
-4/+4
*
Autogen: Use JSON instead of CMake script for info files
Sebastian Holtermann
2019-09-25
1
-365/+427
*
Autogen: Variable renames and cleanups
Sebastian Holtermann
2019-09-25
1
-19/+22
*
Autogen: Inline GetKnownQtVersions function
Sebastian Holtermann
2019-09-25
1
-49/+45
*
Autogen: Return unsigned int from GetParallelCPUCount()
Sebastian Holtermann
2019-09-25
1
-6/+5
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+1
*
Merge topic 'autogen_path_prefix'
Brad King
2019-09-19
1
-170/+196
|
\
|
*
Autogen: Add moc path prefix generation (AUTOMOC_PATH_PREFIX)
Sebastian Holtermann
2019-09-16
1
-0/+2
|
*
Autogen: Abbreviate file paths in messages
Sebastian Holtermann
2019-09-16
1
-0/+7
|
*
Autogen: Remove CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE sort duplication
Sebastian Holtermann
2019-09-16
1
-2/+0
|
*
Autogen: Use CollapseFullPath instead of RealPath to support symbolic links
Sebastian Holtermann
2019-09-16
1
-31/+26
|
*
Autogen: Sanitize include and search directories
Sebastian Holtermann
2019-09-16
1
-9/+41
|
*
Autogen: Modernize by using an unnamed namespace instead of static functions
Sebastian Holtermann
2019-09-16
1
-6/+9
|
*
Autogen: Compute and store generator pointers once in initializer constructor
Sebastian Holtermann
2019-09-16
1
-124/+113
*
|
cmCustomCommandLine: Provide command line make functions
Daniel Eiband
2019-09-16
1
-24/+9
|
/
*
add_custom_command: Refactor setting implicit depends
Daniel Eiband
2019-09-12
1
-4/+6
*
IWYU: Add missing cstddef includes for size_t and nullptr_t
Brad King
2019-09-03
1
-0/+1
*
cmSourceFile: Rename mutating GetFullPath() overload
Daniel Eiband
2019-08-29
1
-3/+3
*
Autogen: cmQtAutoGenInitializer string concatenation cleanups
Sebastian Holtermann
2019-08-27
1
-52/+43
*
Autogen: Use cm::string_view for AUTO{MOC,UIC,RCC} generator names
Sebastian Holtermann
2019-08-27
1
-18/+25
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-7/+4
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-41/+26
*
Merge topic 'string-literal-append'
Brad King
2019-08-19
1
-4/+2
|
\
|
*
avoid adding multiple consecutive string literals to std::string
Rolf Eike Beer
2019-08-18
1
-4/+2
*
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-3/+2
|
/
*
Merge topic 'cmExpandList'
Kyle Edwards
2019-08-16
1
-6/+6
|
\
|
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-6/+6
*
|
cmStringAlgorithms: Add cmStrToLong and cmStrToULong
Sebastian Holtermann
2019-08-10
1
-2/+2
|
/
*
Autogen: Modernize to use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-07
1
-64/+35
*
Autogen: Modernize code to use cm::string_view for the info writer
Sebastian Holtermann
2019-08-07
1
-19/+14
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-1/+1
*
Introduce memory management helper: cm_memory.hxx
Marc Chevrier
2019-07-14
1
-0/+2
*
Autogen: Use cmake::IsHeader/SourceExtension for file type detection
Sebastian Holtermann
2019-07-04
1
-17/+14
*
Autogen: Fix header detection for paths with symbolic links
Sebastian Holtermann
2019-06-06
1
-3/+3
*
Autogen: Deprecation message for CMAKE_AUTOMOC_RELAXED_MODE
Sebastian Holtermann
2019-05-27
1
-0/+13
*
Autogen: Evaluate compiler features for the same exectuable only once
Sebastian Holtermann
2019-05-22
1
-21/+30
*
Autogen: Use ADDITIONAL_CLEAN_FILES target property for file cleaning
Sebastian Holtermann
2019-05-15
1
-10/+10
*
Autogen: Refactor AUTOMOC and AUTOUIC and add source file parse data caching
Sebastian Holtermann
2019-05-07
1
-43/+104
*
AutoRcc: Use cmQtAutoGen::RccLister in initializer and generator
Sebastian Holtermann
2019-04-06
1
-88/+2
*
Autogen: Add more frequently used keywords to Keywords class
Sebastian Holtermann
2019-04-02
1
-26/+17
*
Autogen: Fallback on internal qrc parser when RCC isn't built yet
Alexandru Croitor
2019-03-04
1
-2/+7
*
Autogen: Move additional source header search to configuration stage
Sebastian Holtermann
2019-02-25
1
-0/+61
*
Autogen: Refactor file lists computation
Sebastian Holtermann
2019-02-25
1
-162/+208
*
Autogen: Refactor cmQtAutoGenInitializer::AddGeneratedSource method
Sebastian Holtermann
2019-02-21
1
-65/+59
*
Autogen: Refactor Qt executable name computation
Sebastian Holtermann
2019-02-21
1
-124/+124
*
Autogen: Rename cmQtAutoGen::GeneratorT enum to cmQtAutoGen::GenT
Sebastian Holtermann
2019-02-21
1
-7/+6
*
Autogen: Use output caching GetExecutableTestOutput
Sebastian Holtermann
2019-02-19
1
-39/+14
*
Autogen: Iterate over makefile sources only once
Sebastian Holtermann
2019-02-02
1
-78/+80
*
cmSystemTools: Let `GetFileFormat` accept a `std::stding const&`
Sebastian Holtermann
2019-02-02
1
-2/+2
[prev]
[next]