summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r21538] Removed obsolete Windows STDIO VFD configuration options from ↵Dana Robinson2011-10-131-10/+0
| | | | | | CMake config files. Tested on Windows
* [svn-r21481] Add option to enable windows stdioAllen Byrne2011-10-061-0/+10
|
* [svn-r21417] Correct indentation in cmake config file.Allen Byrne2011-09-261-0/+11
| | | | Add option for allowing -fPIC.
* [svn-r21263] Add F2003 support to CMake buildsAllen Byrne2011-08-191-0/+1
|
* [svn-r21256] Add libinfo and test to cmake - JIRA 1243Allen Byrne2011-08-181-0/+33
| | | | Tested: local linux
* [svn-r21171] Commit HDFFV-5929 winthreads define fixAllen Byrne2011-08-041-2/+20
| | | | | | Change reference of generated executables in src and fortran/src to use $<TARGETFILE:xxx> format. Tested: local linux
* [svn-r21037] Assign cmake config files to an install groupAllen Byrne2011-06-271-2/+14
|
* [svn-r20899] Add soversion handling - use config/lt_vers.am file.Allen Byrne2011-05-251-0/+13
| | | | Bring r20895 from 1.8
* [svn-r20862] 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-r20853] Add CPack commands to properly include extlibs into packageAllen Byrne2011-05-171-79/+16
| | | | Tested: windows
* [svn-r20808] Add Using_CMake.txt file to docs and installAllen Byrne2011-05-131-1/+2
|
* [svn-r20721] Refactor ext lib import and install.Allen Byrne2011-05-041-7/+22
| | | | Add SOVERSION for linux
* [svn-r20717] Refactor ext lib import and install.Allen Byrne2011-05-041-13/+33
| | | | | | Change case of tools subtests to not conflict with tools tests. Tested: windows, local linux
* [svn-r20713] Packed Bits Merge:Allen Byrne2011-05-031-9/+0
| | | | | | | | | removed option defines and #ifdef/#endif refactored all printf to HDfprintf in h5dump.c formatted and indention improvements synched with 1.8 branch Tested: local linux
* [svn-r20641] Add CPack overrides for NSIS install paths. Install for ↵Allen Byrne2011-04-261-2/+2
| | | | | | products are: HDF Group/Product/Version Tested: windows , local linux
* [svn-r20590] 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.
* [svn-r20572] Bug #5929: On windows check for existence of ↵Allen Byrne2011-04-201-1/+3
| | | | | | InitOnceExecuteOnce for use by threads. merge from 1.8 r20568
* [svn-r20472] Add message that H5_HAVE_WIN_THREADS requires WINVER >= 0x600 ↵Allen Byrne2011-04-111-1/+2
| | | | (VISTA or WIN7)
* [svn-r20391] Add overlooked condition for external project around packaging ↵Allen Byrne2011-04-011-41/+43
| | | | section of extlibs
* [svn-r20335] Remove unused windows defines. Add _CONSOLE to windows definitions.Allen Byrne2011-03-251-0/+1
|
* [svn-r20239] Add HDFGroup to PACKAGE_NAME, as parent folder name for CPack ↵Allen Byrne2011-03-141-1/+1
| | | | installation configuration.
* [svn-r20155] Change macros - do not need URL parameterAllen Byrne2011-02-241-2/+2
|
* [svn-r20153] Move ext lib handling for ext project building to a common ↵Allen Byrne2011-02-241-155/+12
| | | | | | macro. Update HDF5 project to use HDFMacros.cmake file. Add test properties for test ordering. Tested: local linux, windows
* [svn-r20151] 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-r20149] Change Name of Legacy naming optionAllen Byrne2011-02-231-1/+1
|
* [svn-r20141] Bring 1.8 r20139 cmake and windows changes to trunkAllen Byrne2011-02-221-7/+16
|
* [svn-r20013] 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-r20002] Add variable to allow a SITE name to be definedAllen Byrne2011-01-261-0/+3
| | | | Tested: local linux
* [svn-r19999] Correct typo in check for external library TGZ path defineAllen Byrne2011-01-261-2/+2
| | | | Tested: local linux
* [svn-r19993] Added ability to use compressed file for external libraries ↵Allen Byrne2011-01-251-0/+7
| | | | | | corrected. Tested: local linux
* [svn-r19991] Added ability to use compressed file for external librariesAllen Byrne2011-01-251-50/+68
| | | | Tested: local linux
* [svn-r19949] Correct CPack confusion with the same for two different ↵Allen Byrne2011-01-131-3/+3
| | | | functions (not case-sensitive)
* [svn-r19921] Update files for CPack use.Allen Byrne2011-01-061-0/+11
|
* [svn-r19896] remove orphaned endif()Allen Byrne2010-12-301-1/+0
|
* [svn-r19895] Remove use of /MT compile flag for building static libs and ↵Allen Byrne2010-12-291-23/+5
| | | | programs. Added BUILT_AS_STATIC_LIBRARY define to set the windows import/export defines correctly for static libraries.
* [svn-r19886] Correct name of file document for Cpack install.Allen Byrne2010-12-131-1/+1
|
* [svn-r19878] Correct HDF5 configuration variables for CPack/Install.Allen Byrne2010-12-081-8/+58
| | | | Bring r19875 from 1.8 branch
* [svn-r19865] Correct INSTALL_PREFIX handlingAllen Byrne2010-12-021-1/+3
|
* [svn-r19854] Correct external library generated headers packing for ↵Allen Byrne2010-11-271-0/+2
| | | | install/cpack when not using svn builds
* [svn-r19852] Add back dropped during edit - create directory - for external ↵Allen Byrne2010-11-261-0/+2
| | | | projects in cpack.
* [svn-r19845] Correct external library generated headers packing for ↵Allen Byrne2010-11-251-2/+20
| | | | install/cpack
* [svn-r19843] Remove quotes from BLDTYPE parameter in building external ↵Allen Byrne2010-11-251-2/+2
| | | | | | projects from svn Tested: Windows
* [svn-r19841] 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-r19837] Correct external library packing for install/cpackAllen Byrne2010-11-231-62/+69
| | | | Tested: Windows
* [svn-r19790] CMake: Correct Error tests. Add Deprecated Symbols option.Allen Byrne2010-11-161-4/+14
| | | | Tested: local linux
* [svn-r19782] Fix CMake testing for links_env test which requires an ↵Allen Byrne2010-11-151-0/+8
| | | | | | | | environment variable at test run-time. Modified runTest.cmake file to allow optional ENV_VAR and ENV_VALUE to be passed. runTest.cmake requires a reference file, added links_env.out to testfiles folder. Also updated root CMakeLists.txt to output a message when unsopported options are configured with the PARALLEL option. CMake will still generate files. Tested: windows and local linux
* [svn-r19726] [BZ2072]Add compare output to expected test for help and ↵Allen Byrne2010-11-041-1/+2
| | | | | | version options of mkgrp. Tested: local linux
* [svn-r19717] Correct external lib handling for WindowsAllen Byrne2010-11-021-8/+10
|
* [svn-r19706] Added VFD test options.Allen Byrne2010-11-011-4/+12
| | | | Bring r19705 from branch
* [svn-r19674] MPI_ checks were failing due to wrong #include of mpi.h in ↵Allen Byrne2010-10-271-2/+1
| | | | | | cmake setup From Community