| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This makes it easier to move it from InitialPass() to some other
location, e.g. FinalPass() or something else.
Alex
|
|
|
|
| |
Alex
|
|
|
|
| |
Alex
|
|
|
|
| |
Alex
|
|
|
|
| |
Alex
|
|
|
|
| |
Alex
|
|
|
|
| |
Alex
|
|
|
|
| |
Alex
|
|
|
|
| |
Alex
|
|
|
|
| |
Alex
|
|
|
|
|
|
|
| |
Instead it now relies on cmake time to put that information
correctly into AutomocInfo.cmake
Alex
|
|
|
|
|
|
|
|
|
| |
It already works :-)
Needs more refactoring, e.g. using the cmake facilities to turn a string
into a vector etc.
Also still missing is the part which creates the custom target.
Alex
|
|
|
|
| |
Alex
|
|
|
|
| |
Alex
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Convert struct timeval members to double explicitly to avoid a GCC
warning with -Wconversion.
|
| |
|
|
|
|
|
|
| |
We already use GetSystemTimeAsFileTime() and gettimeofday()
unconditionally on supported Windows and non-Windows platforms,
respectively. Remove outdated portability complexity.
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Alex
|
| |
| |
| |
| |
| |
| |
| | |
This enables Codeblocks and QtCreator to do proper highlighting based
on defined macros.
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.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
1f641de Documentation: WIN32 not defined on Cygwin (#12334)
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Since commit 85c0a69a (Cygwin: Do not define 'WIN32', 2010-12-17) WIN32
is not defined on Cygwin. Update documentation of the WIN32 variable
accordingly.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
f32f6f0 Don't put files from CMAKE_ROOT into CodeBlocks projects (#12110)
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
This causes that all files in C::B are displayed in a tree starting at /
Alex
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
05ddfbf VS10: Add SCC support
|
| |/ /
| | |
| | |
| | |
| | | |
Honor the properties that were added for earlier versions
of visual studio.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
0baf565 Ensure libgmp-10.dll is in the PATH for CMakeTestAllGenerators
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
But only if it exists at the default location:
C:/MinGW/bin/libgmp-10.dll
This is so that the pop-up dialog about not being able to load
that dll does not hang the test when there's nobody watching.
|