- Feb 19, 2013
-
-
Markus Blatt authored
Revision r7044 .---------------------- Some of the macros used are only available for CMake 2.8.6 and higher. Bumped required CMake version .---------------------- [[Imported from SVN: r7335]]
-
Markus Blatt authored
Revision r7035 .---------------------- [FindMETIS.cmake] Improve METIS test, tested with versions 4.0.3 and 5.0.2. .---------------------- [[Imported from SVN: r7334]]
-
Markus Blatt authored
Revision r7003 .---------------------- At some places quotation marks trick CMake into misinterpreting a list of files as one file with semicolons in the name. .---------------------- [[Imported from SVN: r7333]]
-
Markus Blatt authored
Revision r7002 .---------------------- Updated the rest of the script. .---------------------- [[Imported from SVN: r7332]]
-
Markus Blatt authored
Revision r7001 .---------------------- Adapt script to changes of the way to find the modules. .---------------------- [[Imported from SVN: r7331]]
-
Markus Blatt authored
Revision r7000 .---------------------- Adjusted CMakeLists.txt according to added files. .---------------------- [[Imported from SVN: r7330]]
-
Markus Blatt authored
Initial message was : Merged latest patches from the trunk [[Imported from SVN: r7329]]
-
Markus Blatt authored
Revision r6998 .---------------------- Do not override ADD_LIBS or COMPILE_FLAGS during expansion. .---------------------- [[Imported from SVN: r7328]]
-
Markus Blatt authored
Revision r6996 .---------------------- - List the cmake modules explicitly (file(GLOB will not detect changes after configure) - Make CMake module installation path configurable - Detect CMAKE_MODULE_PATH automatically + First call find_package(dune-common) to query its CMAKE_MODULE_PATH + Then setup the module path + After each find_package of dune module update the CMAK_MODULE_PATH + each module exports ist own <package-name>_MODULE_PATH in the + package configuration files - Adapted dunecontrol and duneproject accordingly. .---------------------- [[Imported from SVN: r7327]]
-
Markus Blatt authored
Revision r6994 .---------------------- Process CXXFLAGS when looking for flag dependencies. Set BUILD_DOCS. .---------------------- [[Imported from SVN: r7326]]
-
Markus Blatt authored
Initial message was : Merged changes from the trunk. Added new CMake test for integral_constant. [[Imported from SVN: r7325]]
-
Markus Blatt authored
Revision r6991 .---------------------- Use DATAROOTDIR instead of PREFIX/share .---------------------- [[Imported from SVN: r7324]]
-
Markus Blatt authored
Revision r6990 .---------------------- Added missing line breaks. .---------------------- [[Imported from SVN: r7323]]
-
Markus Blatt authored
Revision r6989 .---------------------- Allow colons in variable assignments. Allow text after endif. .---------------------- [[Imported from SVN: r7322]]
-
Markus Blatt authored
Revision r6988 .---------------------- Use GNUInstallDir to specify installation directory. .---------------------- [[Imported from SVN: r7321]]
-
Markus Blatt authored
Revision r6987 .---------------------- - Got rid off debugging output. - Removed dependency on cmake version 2.8.9 Object libraries can now be created with dune_add_library(<target> OBJECT <sources>). It will create a GLOBAL property _DUNE_TARGET_OBJECTS:<target>_ that records the full path to the source files. Theses can later be referenced by providing _DUNE_TARGET_OBJECTS:<target>_ as one of the sources to dune_add_library .---------------------- [[Imported from SVN: r7320]]
-
Markus Blatt authored
Revision r6984 .---------------------- [dunecontrol] Add new command bexec, a copy of exec with executes the given commands in the build directory. .---------------------- [[Imported from SVN: r7319]]
-
Markus Blatt authored
Revision r6982 .---------------------- Removed faulty else clause .---------------------- [[Imported from SVN: r7318]]
-
Markus Blatt authored
Initial message was : Synced with trunk [[Imported from SVN: r7317]]
-
Markus Blatt authored
Initial message was : Synced with current trunk version [[Imported from SVN: r7316]]
-
Markus Blatt authored
Revision r6974 .---------------------- Now creates the necessary target for building the doxygen documentation. Script now adds cmake support to existing modules and these modules build with cmake. .---------------------- [[Imported from SVN: r7315]]
-
Markus Blatt authored
Revision r6973 .---------------------- Prevent globbing for CMake modules. .---------------------- [[Imported from SVN: r7314]]
-
Markus Blatt authored
Revision r6972 .---------------------- Set <package>_DIR correctly for installed packages. .---------------------- [[Imported from SVN: r7313]]
-
Markus Blatt authored
Revision r6971 .---------------------- Provide missing flags. .---------------------- [[Imported from SVN: r7312]]
-
Markus Blatt authored
Revision r6970 .---------------------- Only print if there are libs. .---------------------- [[Imported from SVN: r7311]]
-
Markus Blatt authored
Revision r6969 .---------------------- Install am2cmake.py. .---------------------- [[Imported from SVN: r7310]]
-
Markus Blatt authored
Revision r6968 .---------------------- Added timeout. .---------------------- [[Imported from SVN: r7309]]
-
Markus Blatt authored
Revision r6967 .---------------------- Determine doxygen files during make install. Otherwise file(GLOB) is run only during configure. .---------------------- [[Imported from SVN: r7308]]
-
Markus Blatt authored
Revision r6966 .---------------------- Fixed image conversion. .---------------------- [[Imported from SVN: r7307]]
-
Markus Blatt authored
Revision r6965 .---------------------- We need to use the full path for the installation. .---------------------- [[Imported from SVN: r7306]]
-
Markus Blatt authored
Revision r6964 .---------------------- Use file(INSTALL) to install doxygen documentation. The previous approach failed if there were to many files for the shell. .---------------------- [[Imported from SVN: r7305]]
-
Markus Blatt authored
Revision r6963 .---------------------- Search in default locations, too. Two finds are need: a first with the user supplied path and the NO_DEFAULT_PATH option and a second without PATH and NO_DEFAULT_PATH. Removed ifclauses around second search as due to caching the search will not be performed if the first find was successful. .---------------------- [[Imported from SVN: r7304]]
-
Markus Blatt authored
Revision r6962 .---------------------- [CMake] Fix ParMETIS part of FindParMETIS.cmake, tested with dune-istl and ParMETIS 3.2 / ParMETIS 4.0. .---------------------- [[Imported from SVN: r7303]]
-
Markus Blatt authored
Revision r6961 .---------------------- Set Requires. .---------------------- [[Imported from SVN: r7302]]
-
Markus Blatt authored
Revision r6960 .---------------------- provid libs to dune_add_library to make them a dependency for exported libraries. .---------------------- [[Imported from SVN: r7301]]
-
Markus Blatt authored
Revision r6959 .---------------------- adapt duneproject to latest changes. .---------------------- [[Imported from SVN: r7300]]
-
Markus Blatt authored
Revision r6958 .---------------------- Do not print an empty line if no files were found. .---------------------- [[Imported from SVN: r7299]]
-
Markus Blatt authored
Revision r6957 .---------------------- Bugfixed dependency resolution. dune_add_library now appends targets for export if necessary. .---------------------- [[Imported from SVN: r7298]]
-
Markus Blatt authored
Revision r6956 .---------------------- No need to export target seperately. This is already handeled by dune_add_library. .---------------------- [[Imported from SVN: r7297]]
-
Markus Blatt authored
Revision r6955 .---------------------- [dunecontrol] Use BUILDIR from opts file only if not empty string (=is set). .---------------------- [[Imported from SVN: r7296]]
-