| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Particularly Borland and VS7.0 seem to still be failing.
|
|
|
|
|
| |
Apparently it still needs to be exported, but only declspec(deprecated)
does not work.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Hearsay has it that before that version it didn't work properly.
Hopefully this will fix more dashboard builds.
|
|
|
|
| |
Hopefully this shows up in continuous test output.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This eases porting of KDE code.
|
|
|
|
| |
Reviewed-by: Marcus D. Hanwell <marcus.hanwell@kitware.com>
|
|\
| |
| |
| |
| |
| |
| | |
e2e8c0a Also put builtin include dirs into CodeBlocks project file
92c0dc5 Remove useless line of code
a5683f8 Patch by Campbell Barton: puts definitions into C::B project file
|
| |
| |
| |
| |
| |
| |
| |
| | |
Refactor code from CMakeFindEclipseCDT4.cmake so it can be used
alkso for CodeBlocks, and move it into new file
CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake.
Alex
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
81a70c6 Add basic version check for giflib
2462f65 FindGif: add giflib4 as one more name for the library under Windows
f97620e FindGIF/FindFreetype.cmake: remove standard search paths from find-calls
7c38523 Strip trailing whitespace
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is used e.g. in KDE, there on Solaris an old version of giflib
was found (version 3), which could be detected by checking for the
UserData member variable:
http://websvn.kde.org/?view=revision&revision=545738
Alex
|
| | |
| | |
| | |
| | | |
Alex
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In both files find_path() and find_library() are called with multiple
additional search PATHS which are already anyway part of the default
search dirs, so it should be safe to remove them.
Alex
|
| |/
| |
| |
| | |
Alex
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
825c457 FindPostgreSQL: fix PATH_SUFFIXES, better output for FPHSA
e159bb5 Mark the results from find() as advanced
da1bdaf Use FPHSA(), remove unnecessary stuff and don't recommend link_directories()
217d068 More PATH_SUFFIXES for finding Postgresql and also search catalog/pg_type.h
|
| | |
| | |
| | |
| | | |
Alex
|
| | |
| | |
| | |
| | | |
Alex
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
-don't recommend using link_directories()
-don't do the extra if(EXISTS) checks, since the code is already inside a if(PostgreSQL_FOUND)
Alex
|
| |/
| |
| |
| |
| |
| | |
Patch from Jaroslaw Staniek, reviewed by Andrew Maclean
Alex
|
|\ \
| | |
| | |
| | |
| | |
| | | |
ff59716 Watcom: Use correct args for execute_process call (#11866)
80769cd Add Watcom support to InstallRequiredSystemLibraries (#11866)
|
| | |
| | |
| | |
| | |
| | | |
I botched an exec_program to execute_process translation on Friday.
RESULT_VARIABLE is the correct argument to execute_process.
|
| |/
| |
| |
| |
| |
| |
| | |
Also adds code to determine the version of the Watcom compiler
in use.
Thanks to J Decker for the patch.
|
|\ \
| | |
| | |
| | |
| | | |
e6d2bcf CPack/NSIS: Fix reinstall and multiple install issues when using components.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fix NSIS template to more thoroughly use CPACK_PACKAGE_INSTALL_REGISTRY_KEY.
This allows different versions of software to have a separate sections in the
registry to keep track of things (installed components, and uninstall stuff).
Change default of CPACK_PACKAGE_INSTALL_REGISTRY_KEY to follow the value of
CPACK_PACKAGE_INSTALL_DIRECTORY so if an installation overwrites another installation,
the proper registry entries are more likely to be overwritten.
Fix CPack/NSIS generator to not insert code in the NSIS template to skip installation
of already installed components. This enables a repair like behavior and also enables
installing patch releases on top of an older installation.
|
|\ \
| | |
| | |
| | |
| | | |
a0974ae Watcom: Add -c flag to wlib calls (#12245)
|
| |/
| |
| |
| |
| |
| |
| | |
Allows wlib to generate proper exports if two routines have
the same spelling, but different case (like Scale and scale).
Thanks to J Decker for the patch.
|
|\ \
| | |
| | |
| | |
| | | |
de30173 Remove C compiler requirement from FindQt4.cmake
|
| |/
| |
| |
| |
| | |
Use the new check_cxx_symbol_exists instead of check_symbol_exists.
Also remove a debug message from CheckSymbolExists.cmake.
|
|\ \
| | |
| | |
| | |
| | | |
6b71bf8 Remove debug output from CheckSymbolExists
|
| |/
| |
| |
| |
| |
| | |
...which shouldn't have been committed.
Alex
|
|\ \
| | |
| | |
| | |
| | | |
b7f3f7c Add fail regex to detect supported warning flags correctly.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
On Apple's gcc, the compiler emits a warning such as "warning: command
line option "-Wno-deprecated" is valid for C++/ObjC++ but not for C"
when it is passed that flag on its command line.
When testing for that flag with a plain C file, we should report that
the flag is unsupported for C files. The new FAIL_REGEX option added
here produces this behavior.
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| | |
b62349c FeatureSummary.cmake: update documentation
f366cf8 FeatureSummary.cmake: cosmetics
f407bb5 FeatureSummary.cmake: only higher TYPEs can override previous TYPEs
02d47ab FeatureSummary.cmake: error out when a REQUIRED package is missing
91a1527 FeatureSummary.cmake: add INCLUDE_QUIET_PACKAGES keyword
0671a02 FeatureSummary.cmake: remove "comment" field
aae13f4 Extend FeatureSummary: add PURPOSE of package and TYPE
|
| |
| |
| |
| | |
Alex
|
| |
| |
| |
| |
| |
| |
| | |
-move the compat function to the bottom of the file
-make all except one endif() empty
Alex
|
| |
| |
| |
| |
| |
| | |
This way e.g. a REQUIRED cannot become OPTIONAL, only the other way round
Alex
|
| |
| |
| |
| | |
Alex
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Now found packages are not stored in ENABLED/DISABLED_FEATURES
anymore, but always in PACKAGES_FOUND/NOT_FOUND.
ENABLED/DISABLED_FEATURES is now only used via
ADD_FEATURE_INFO(), e.g. for stuff set via option().
Alex
|
| |
| |
| |
| |
| |
| |
| |
| | |
What was given as comment to set_package_info(), now goes into
the PURPOSE field. It was not clear what the comment should contain,
with the PURPOSE this is much clearer now.
Alex
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
With the PURPOSE a project can state what the package in question
is used for in the project (as opposed to describing what the package
does in general).
TYPE can be one of OPTIONAL (default)
RUNTIME - not needed for building, only at runtime
RECOMMENDED - as OPTIONAL, but you should really have it
REQUIRED - cmake will fail if one of these is not found
This can be set using the new function set_package_properties()
Alex
|
|\ \
| | |
| | |
| | |
| | | |
bb3a438 Search for the ASPELL executable
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
702538e Qt4: Fix reference of undefined variable when detecting frameworks on Mac OS X
|