| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
1b003c1f cmTarget: Remove an unused variable
7492a7b8 regex: Search on strings where possible
3e7194a2 regex: Use static regexs where possible
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Rather than declaring and compiling a constant regex every time a chunk
of code is executed, build the regex once.
|
| | |
|
|\ \
| |/
|/|
| |
| | |
4883813f Help: Add notes for topic 'FindOpenGL-target'
|
| | |
|
|\ \ |
|
| |\ \ |
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | | |
4189a7f9 libarchive: fix compilation on newer HP-UX versions
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Newer HP-UX versions (e.g. 11.31) also offers F_SETTIMES, but with a
different struct for the timing information.
Suggested-by: Eric Berge <ericmberge@gmail.com>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
c1ddd77d libarchive: Fix compilation on Tru64 with F_SETTIMES
|
| | | |
| | | |
| | | |
| | | |
| | | | |
The parent commit left a typo in the conditional code path for Tru64.
Add the missing '.'.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
62863106 WCDH: Add compatibility defines for deprecation.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
86be733f cmGeneratorExpression: Add workaround for Borland compiler
3495ab0a tests: update unused variable test expected output
2a1b2d84 backtrace: Convert to local paths in IssueMessage
a0829205 genex: remove the need for backtraces
efc20569 cmake: remove dummy backtraces for IssueMessage
d46c650d cmMakefile: return a backtrace
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The expected output is now a relative path, not a full path. Update the
pass/fail detection accordingly.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is the only place we care show the FilePath to the user, so defer
the expensive relative path calculation until here.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Rather than making dummy backtraces and passing them around, just make
backtraces optional.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This allows backtraces to be fully controlled by the makefile rather
than externally (and makes changing how they are manipulated easier).
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
218699eb Tests: Fix CMakeLib.testRST for relative __FILE__
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Pass the test input directory as a runtime argument instead of
depending on __FILE__ to locate it.
|
|\ \ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | |
| | | | | | |
| | | | | | | |
478b1c8b libarchive: fix compilation on newer HP-UX versions
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Newer HP-UX versions (e.g. 11.31) also offers F_SETTIMES, but with a different
struct for the timing information.
Suggested-by: Eric Berge <ericmberge@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
514c2e3d CMakeRCCompiler: Handle uppercase 'RC' as resource file format extension
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We already match lowercase 'rc'. Add 'RC' too. The latter is listed in
other CMake<LANG>Compiler modules as ignored for their languages already.
Signed-off-by: Tim Blechmann <tim@klingt.org>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
0366ba5d Tests: Fix RunCMake.TargetSources on Xcode 1.5
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Xcode 1.5 does not support multiple configurations. The generator also
adds some sources internally that cause extra OriginDebug output.
Update the expected output to tolerate it.
|
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
94770baf FindOpenGL: Fix typo in documented target name
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We provide "OpenGL::GL", not "OpenGL::OpenGL".
Reported-by: Daniel Pfeifer
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
887532f0 CTest: Fix combined inclusive/exclusive label regular expressions
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| |_|/ / / /
|/| | | | | |
|
|\ \ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
b7804cb6 FindOpenGL: Provide imported targets for GL and GLU
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Create OpenGL::GL and OpenGL::GLU imported targets using the locations
found.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
23dc6aa1 Xcode: Fix single-configuration generation for version 1.5
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
In commit 84fdc992 (stringapi: Pass configuration names as strings,
2014-02-09) a few code paths for the Xcode 1.5 single-configuration
generator were not updated to use an empty configuration name instead of
a NULL pointer when no configuration is specified in CMAKE_BUILD_TYPE.
Fix them now.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
8256ccb7 Add OBJECT_FILE_DIR rule placeholder for compilation lines
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Some compilers do not offer an option to specify the path to the object
file, but rather only to the directory in which to place the object
file. See issue 14876 for some examples. Add a new OBJECT_FILE_DIR
placeholder to specify the directory containing the object file for the
current compilation. This may differ from the main target OBJECT_DIR
when the object corresponds to a source in a subdirectory.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
7db77a82 tests: allow RelWithDebInfo and MinSizeRel configs to work
|
| | |_|_|_|/
| |/| | | | |
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | |
| | | | | |
| | | | | | |
559ae189 Help: Add notes about new OpenWatcom compiler id and versioning
|
| | | | | | |
|
|/ / / / / |
|
|\ \ \ \ \
| |/ / / /
|/| | / /
| | |/ /
| |/| | |
0496c430 FindOpenGL: Organize and format module documentation
|
| | | | |
|