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
/
cmTryCompileCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
ConfigureLog: De-duplicate event backtrace and check key generation
Brad King
2023-02-01
1
-3/+1
*
try_compile: Record stack of in-progess checks in configure log
Brad King
2023-01-16
1
-0/+1
*
try_compile: Add a NO_LOG option to skip recording in the configure log
Brad King
2023-01-16
1
-3/+4
*
FileAPI: Add "configureLog" object kind
Brad King
2022-12-17
1
-0/+1
*
ConfigureLog: Version individual events instead of the whole log
Brad King
2022-12-16
1
-4/+8
*
ConfigureLog: Log try_compile and try_run checks
Matthew Woehlke
2022-12-16
1
-1/+25
*
try_compile: More useful error if insufficient arguments
Matthew Woehlke
2022-09-15
1
-2/+5
*
cmCoreTryCompile: Port to cmArgumentParser
Brad King
2022-08-02
1
-1/+7
*
cmCoreTryCompile: Move target type selection logic to try_compile
Brad King
2022-08-02
1
-1/+26
*
cmTry{Compile,Run}Command: Port away from legacy cmCommand
Brad King
2022-07-26
1
-13/+14
*
messages: remove screamake from comments and errors
Ben Boeckel
2022-04-25
1
-1/+1
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-1/+2
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-1/+1
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-0/+5
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-16/+13
*
try_compile: Add option to control type of target
Brad King
2016-02-19
1
-1/+1
*
Use makefile->IssueMessage() for better error messages
Alex Neundorf
2011-09-27
1
-1/+1
*
Improve behaviour of --find-package mode with try_run/try_compile
Alex Neundorf
2011-09-15
1
-1/+8
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-1/+2
*
ENH: add two simple tests for TRY_RUN()
Alexander Neundorf
2007-05-24
1
-369/+7
*
ENH: move output file search to cmTryCompileCommand.cxx, so it can be used
Alexander Neundorf
2007-05-24
1
-7/+76
*
STYLE: long line
Ken Martin
2007-03-05
1
-1/+2
*
BUG: Propagate platform settings such as CMAKE_OSX_ARCHITECTURES to the try c...
Andy Cedilnik
2007-03-02
1
-0/+5
*
ENH: make sure file is closed
Bill Hoffman
2006-10-03
1
-0/+1
*
ENH: centralized locaiton of CMakeFiles setting
Ken Martin
2006-06-14
1
-1/+3
*
STYLE: fix line length
Ken Martin
2006-05-12
1
-1/+2
*
ENH: add a wrapper for xcodebuild to get around bug and verbose output
Bill Hoffman
2006-03-31
1
-14/+0
*
ENH: add support for universal binaries
Bill Hoffman
2006-03-24
1
-1/+14
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-1/+1
*
STYLE: fix line lengths
Bill Hoffman
2006-03-10
1
-4/+8
*
ENH: pass CMAKE_MODULE_PATH into try compile projects
Bill Hoffman
2006-03-02
1
-0/+5
*
ENH: Since list file cache does not make much sense any more (because of prop...
Andy Cedilnik
2006-02-07
1
-1/+0
*
ENH: fix double CMAKE_(LANG)_FLAGS problem in try compile
Bill Hoffman
2006-01-25
1
-1/+1
*
ENH: fix for CMakeTmp move broken stuff
Bill Hoffman
2006-01-13
1
-1/+1
*
ENH: put CmakeTmp into CMakeFiles
Ken Martin
2006-01-12
1
-2/+2
*
BUG: work around for buggy Tigger OSX systems that read two copies of the sam...
Bill Hoffman
2005-04-15
1
-12/+19
*
ENH: Added better error message when TRY_COMPILE does not recognize an extens...
Brad King
2005-04-13
1
-8/+11
*
ENH: cleanup by removing all the olf local generate junk that i not longer ne...
Ken Martin
2005-03-10
1
-5/+0
*
remove warning
Bill Hoffman
2004-09-23
1
-4/+4
*
ENH: major changes to support addition of languages from cmake modules direct...
Bill Hoffman
2004-09-22
1
-40/+23
*
ENH: add better error reporting for file open failures
Bill Hoffman
2004-09-07
1
-0/+1
*
ENH: try compiles in CXX require C to be enabled as well
Bill Hoffman
2004-08-26
1
-1/+1
*
ENH: more uniform approach to enable language, one step closer to being able ...
Bill Hoffman
2004-08-26
1
-3/+3
*
ENH: initial fortran support
Bill Hoffman
2004-08-06
1
-1/+15
*
ENH: Clarified recursive TRY_COMPILE error message.
Brad King
2004-03-19
1
-1/+1
*
BUG: When error occurs, try compiles should still work
Berk Geveci
2004-03-17
1
-0/+7
*
BUG: keep more of the case information
Bill Hoffman
2003-12-23
1
-3/+6
*
BUG: need a dummy first argument to cmake
Bill Hoffman
2003-12-11
1
-2/+3
[next]