summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r21311] add variables and commands to create libhdf5.settings. Add ↵Allen Byrne2011-08-251-0/+33
| | | | | | option to enable embedded strings. Add test to grep for string. Trunk cycle passed and verified on windows.
* [svn-r21217] Change CTEST_NAME to HDF5 - the project nameAllen Byrne2011-08-101-1/+10
| | | | | | | Implement InitOnceExecuteOnce - HDFFV-5929 Change command to generate output source files Tested: local linux, windows
* [svn-r21038] Assign cmake config files to an install groupAllen Byrne2011-06-271-2/+14
|
* [svn-r20895] Add soversion handling - use config/lt_vers.am file.Allen Byrne2011-05-241-0/+13
| | | | Tested: local linux
* [svn-r20863] Adjust CPack configuration location by removing version ↵Allen Byrne2011-05-181-3/+3
| | | | extension in folder name. Add install configuration commands if ext libs are packaged with project.
* [svn-r20852] Add CPack commands to properly include extlibs into packageAllen Byrne2011-05-171-82/+2
| | | | Tested: windows
* [svn-r20850] Correct Position of CPack includeAllen Byrne2011-05-171-2/+2
|
* [svn-r20849] Change CPack commands for extlibs to test for EXTERNAL_PROJ ↵Allen Byrne2011-05-171-9/+12
| | | | define instead of CMakeCache.txt file.
* [svn-r20843] Add CPack commands to properly include extlibs into packageAllen Byrne2011-05-161-76/+90
| | | | Tested: windows
* [svn-r20809] Add Using_CMake.txt file to docs and installAllen Byrne2011-05-131-0/+1
|
* [svn-r20799] Correct version subrelease string testAllen Byrne2011-05-121-3/+3
|
* [svn-r20795] Add test for subrelease of version before creating the ↵Allen Byrne2011-05-111-1/+5
| | | | PACKAGE_VERSION_STRING.
* [svn-r20722] Refactor ext lib import and install.Allen Byrne2011-05-041-24/+51
| | | | | | | | Change case of tools subtests to not conflict with tools tests. Add SOVERSION for linux Remove PACKED BITS define/idef blocks Bring r20721 from trunk
* [svn-r20642] Add CPack overrides for NSIS install paths. Install for ↵Allen Byrne2011-04-261-2/+2
| | | | products are: HDF Group/Product/Version
* [svn-r20591] On windows the ext libs did not work for cpack process. Changed ↵Allen Byrne2011-04-211-39/+3
| | | | | | | | ext lib handling to get the correct path. Needs more work to remove the the pre-install copying. Bring r20590 from trunk Tested: windows
* [svn-r20568] Bug #5929: On windows check for existence of ↵Allen Byrne2011-04-201-2/+4
| | | | | | InitOnceExecuteOnce for use by threads. Tested: Windows Xp and 7
* [svn-r20473] Add message that H5_HAVE_WIN_THREADS requires WINVER >= 0x600 ↵Allen Byrne2011-04-111-1/+2
| | | | | | (VISTA or WIN7) Bring r20472 from trunk
* [svn-r20416] Add_External_Project needs rework to eliminate excessive ↵Allen Byrne2011-04-051-1/+1
| | | | copying, undo last commit
* [svn-r20415] Add_External_Project expects the bin folder for outputAllen Byrne2011-04-051-1/+1
|
* [svn-r20390] Add overlooked condition for external project around packaging ↵Allen Byrne2011-04-011-42/+43
| | | | section of extlibs
* [svn-r20336] Remove unused windows defines. Add _CONSOLE to windows definitions.Allen Byrne2011-03-251-0/+1
|
* [svn-r20240] Add HDFGroup to PACKAGE_NAME, as parent folder name for CPack ↵Allen Byrne2011-03-141-1/+1
| | | | installation configuration.
* [svn-r20157] Bring CMake changes to branch up to r20156 from trunkAllen Byrne2011-02-251-155/+12
|
* [svn-r20152] On windows the name of static zlib library is dependent on the ↵Allen Byrne2011-02-241-6/+6
| | | | use of HDF_LEGACY_NAMING value when built from SVN/TGZ source.
* [svn-r20150] Change Name of Legacy naming optionAllen Byrne2011-02-231-1/+1
|
* [svn-r20128] Add fortran mod folder to INCLUDE_DIRS for gfortran 4.2.x.Allen Byrne2011-02-211-4/+0
| | | | | | Add test dependicies to correct the order of tests - cmake 2.8.4 bug - but also will improve cmake parallel testing. Tested: local linux, jam
* [svn-r20079] Correct Fortran handling in CMake filesAllen Byrne2011-02-101-3/+5
| | | | Tested: local: linux
* [svn-r20043] Add option to build static executables on non-windows machinesAllen Byrne2011-02-041-0/+11
|
* [svn-r20014] Change use of variable to allow a SITE name to be defined, to ↵Allen Byrne2011-01-271-3/+5
| | | | using it to extend the build name used in reporting to CDash
* [svn-r20003] Add variable to allow a SITE name to be definedAllen Byrne2011-01-261-0/+3
|
* [svn-r20000] Correct typo in check for external library TGZ path defineAllen Byrne2011-01-261-2/+2
| | | | Tested: local linux
* [svn-r19994] Added ability to use compressed file for external librariesAllen Byrne2011-01-251-45/+74
| | | | | | Bring 19993 from trunk Tested: local linux
* [svn-r19950] Correct CPack confusion with the same for two different ↵Allen Byrne2011-01-131-3/+3
| | | | functions (not case-sensitive)
* [svn-r19920] Update files for CPack use.Allen Byrne2011-01-061-0/+12
|
* [svn-r19898] Remove use of /MT compile flag for building static libs and ↵Allen Byrne2010-12-301-29/+5
| | | | programs. Added BUILT_AS_STATIC_LIBRARY define to set the windows import/export defines correctly for static libraries.
* [svn-r19875] Correct HDF5 configuration variables for CPack/Install.Allen Byrne2010-12-081-3/+5
| | | | Tested: windows
* [svn-r19866] Correct INSTALL_PREFIX handlingAllen Byrne2010-12-021-1/+3
|
* [svn-r19863] Add install commands for documentsAllen Byrne2010-12-021-5/+53
|
* [svn-r19855] Correct external library generated headers packing for ↵Allen Byrne2010-11-271-0/+2
| | | | install/cpack when not using svn builds
* [svn-r19853] Add back, dropped during edit - create directory - for external ↵Allen Byrne2010-11-261-0/+2
| | | | projects in cpack.
* [svn-r19846] Correct external library generated headers packing for ↵Allen Byrne2010-11-251-2/+20
| | | | install/cpack
* [svn-r19844] Remove quotes from BLDTYPE parameter in building external ↵Allen Byrne2010-11-251-2/+2
| | | | | | projects from svn Tested: Windows
* [svn-r19842] Correct external library packing for install/cpack. On windows ↵Allen Byrne2010-11-241-23/+43
| | | | using shared libs, dlls still needed to be put in the runtime folder for tests.
* [svn-r19838] Correct external library packing for install/cpackAllen Byrne2010-11-231-62/+69
| | | | Tested: Windows
* [svn-r19791] CMake: Correct Error tests. Add Deprecated Symbols option.Allen Byrne2010-11-161-4/+22
| | | | Tested: local linux
* [svn-r19727] [BZ2072]Add compare output to expected test for help and ↵Allen Byrne2010-11-041-1/+2
| | | | | | | | version options of mkgrp. bring r19726 back from trunk Tested: local linux
* [svn-r19719] Correct external lib handling for WindowsAllen Byrne2010-11-021-8/+10
|
* [svn-r19705] Added VFD test options.Allen Byrne2010-11-011-0/+8
| | | | Tested: local linux
* [svn-r19676] MPI_ checks were failing due to wrong #include of mpi.h in ↵Allen Byrne2010-10-271-2/+1
| | | | | | cmake setup From Community
* [svn-r19614] Add option command to set flags OFF for if not using ↵Allen Byrne2010-10-151-0/+2
| | | | ExternalProjects