summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25018] Purpose:Dana Robinson2014-04-111-5/+8
| | | | | | | | | Merged r24893, r24961, r24965 from trunk. Fix for thread-local storage resource leaks on Windows with Win32 threads. Prohibits thread-safe + C++/Fortran/static library in CMake. Tested on: 64-bit Windows 7 w/ Visual Studio 2012
* [svn-r24980] HDFFV-8290: Merge automake 1.14.1 changes from trunkAllen Byrne2014-04-071-9/+16
| | | | Tested: h5committest
* [svn-r24906] Merge latest CMake changes from trunk.Allen Byrne2014-03-261-533/+518
| | | | Tested: local linux
* [svn-r24746] Merge trunk revision 24744 from cmake branch includes;Allen Byrne2014-02-271-15/+24
| | | | | | HDFFV-8505: UD filter changes to remove filters in h5repack. Tested: local linux
* [svn-r24740] Bug fix: HDFFV-8684Albert Cheng2014-02-261-6/+6
| | | | | | | | | | | | | h5committest failed in platypus because cmakehdf5 failed in installation because cmake generates a install-tarball based on incomplete version number (subrelease string is missing). Solution: Fixed $HDF5_PACKAGE_VERSION to contain the subrelease string. Fixed $HDF5_PACKAGE_VERSION_STRING to be the same as $HDF5_PACKAGE_VERSION. Tested: jam and platypus in both trunk and v18 branches because the current version number is trunk has a null sub-release and v18 has a non-null sub-release. That covers both grounds.
* [svn-r24720] bring r24709 from trunk:Mohamad Chaarawi2014-02-181-1/+1
| | | | | | | rename H5V to H5VM since H5V is needed in the fastforward project for view objects. The addition of view objects in the fastforward project is expected to be brough into the trunk sometimes in the future, which is why we need to make this change.
* [svn-r24654] HDFFV-8640: Remove XLATE_UTILITYAllen Byrne2014-01-281-8/+0
| | | | Update tools testfiles
* [svn-r24637] Add SUN if blocksAllen Byrne2014-01-211-1/+8
|
* [svn-r24289] Correct linux shared version numberingAllen Byrne2013-10-141-1/+2
|
* [svn-r24205] Merge HDFFV-8513/8522 from trunk (via cmake branch), h5repack ↵Allen Byrne2013-09-261-0/+1
| | | | | | | | UD plugins. Also warning session fixes. Tested: CMake local linux
* [svn-r24072] Merge trunk cmake changes to 1.8 branch. Allen Byrne2013-08-261-525/+15
| | | | | | | Also add default switch blocks to h5import. Merge h5dump any_path option from trunk. Tested: local linux
* [svn-r24024] JAVA-1714: CMake packaging for macs improvedAllen Byrne2013-08-191-2/+23
| | | | | | | HDFFV-7989: h5dump any_path and help text grouping Added cygwin-64 support Merged from trunk, tested local linux
* [svn-r23982] Add "_" to VS define.Allen Byrne2013-08-091-1/+1
|
* [svn-r23905] Alter option name to avoid conflict with WDTPAllen Byrne2013-07-161-3/+3
|
* [svn-r23900] Change name to avoid conflicts in WDTPAllen Byrne2013-07-151-3/+3
|
* [svn-r23869] HDFFV-8302: replace (v)snprintf with _(v)snprintf for windows. ↵Allen Byrne2013-07-081-11/+185
| | | | | | | | Merge from trunk along with other windows functions and HD prefix corrections. HDFFV-8394: Add cmake code to package examples Tested: local linux
* [svn-r23794] Correct logic for packaging cygwin release docsAllen Byrne2013-06-191-11/+13
|
* [svn-r23787] Remove COMPILE_FLAGS value - already set in X_FLAGSAllen Byrne2013-06-171-1/+1
| | | | Add /MT support
* [svn-r23771] HDFFV-8434,-8437,-8445,-8447,-8461: Merge changes from Trunk.Allen Byrne2013-06-141-3/+10
| | | | Tested: local linux
* [svn-r23692] Remove INSTALL_VMS file.Allen Byrne2013-05-091-18/+30
| | | | Added if block around INSTALL files
* [svn-r23648] Remove MinGW referenceAllen Byrne2013-04-291-1/+0
|
* [svn-r23647] Correct file reference in pack listAllen Byrne2013-04-291-2/+2
|
* [svn-r23351] brought r23066 from trunk into branch:Scot Breitenfeld2013-03-151-0/+11
| | | | | | | r23066 | byrn | 2012-11-29 09:50:21 -0600 (Thu, 29 Nov 2012) | 2 lines HDFFV-8265: create .def file during configure, added F2003 optional functions and refactor ISO_C_BINDING usage in cmake files Tested: local cmake
* [svn-r23212] HDFFV-8292: Disable HDF_LEGACY_NAMING by defaultAllen Byrne2013-01-311-1/+1
|
* [svn-r23211] Merge trunk CMake changes for minimum cmake version of 2.8.10. ↵Allen Byrne2013-01-311-5/+12
| | | | | | This was prompted by HDFFV-8227, OS X requires latest version of cmake for proper support. Tested: local linux
* [svn-r23125] HDFFV-8202: merge cmake compare changes from trunkAllen Byrne2013-01-021-3/+3
|
* [svn-r23084] Correct cmake statement to use SET instead of ADD_DEFINITIONSAllen Byrne2012-12-071-2/+2
|
* [svn-r22905] Fixed typo in name of cmake config file. Needed for installing ↵Allen Byrne2012-10-161-1/+1
| | | | multiple versions on windows.
* [svn-r22649] Allow second find_package call for legacy libraries (not ↵Allen Byrne2012-08-091-0/+8
| | | | cmake-configured)
* [svn-r22632] Merge from trunk revision 22631Allen Byrne2012-08-061-20/+40
| | | | tested: local linux
* [svn-r22571] HDFFV-7784,-8095,7936 merge from trunkAllen Byrne2012-07-131-2/+29
| | | | Tested: local linux with cmake
* [svn-r22476] Change CPACK_PACKAGE_VENDOR to HDF_Group with underscore.Allen Byrne2012-06-201-1/+1
|
* [svn-r22451] Brought cmake configuration / configure changes from Trunk.Allen Byrne2012-06-111-0/+20
| | | | Tested jam, local linux
* [svn-r22425] CMake generated libsettings needed DEFAULT_API_VERSION setAllen Byrne2012-06-011-0/+2
|
* [svn-r22415] Windows needs monolithic set for CPack (CMake 2.8.6)Allen Byrne2012-05-291-0/+1
|
* [svn-r22412] reduce compiler warnings by removing unreferenced variables and ↵Allen Byrne2012-05-251-1/+1
| | | | | | adding cast Tested: local linux
* [svn-r22397] Merge trunk changes for HDFFV-7999 and h5dump test script to branchAllen Byrne2012-05-231-1/+3
|
* [svn-r22365] Added libsettings file to packagingAllen Byrne2012-05-141-0/+5
| | | | Tested: local linux
* [svn-r22363] correct name of text fileAllen Byrne2012-05-141-1/+1
|
* [svn-r21855] Remove cdash variables for use with CTestScript.cmake processing.Allen Byrne2011-12-301-6/+0
| | | | Tested: windows
* [svn-r21833] Updated jpeg so version and lib packaging macrosAllen Byrne2011-12-201-2/+2
| | | | Synch with all projects
* [svn-r21805] Update CMake Required version in all folders to match current ↵Allen Byrne2011-12-051-1/+1
| | | | standard 2.8.6
* [svn-r21788] Unify CMake config macros, split base macros from ext lib macrosAllen Byrne2011-12-011-0/+1
|
* [svn-r21781] Correct macros for building static libs on linux when ↵Allen Byrne2011-11-301-13/+11
| | | | | | | | CMAKE_BUILD_TYPE is defined. Also correct use of CMAKE_ANSI_FLAGS for passing into sub-projects. Tested: local linux
* [svn-r21717] Update cmake configurationAllen Byrne2011-11-041-17/+31
| | | | | | | Update cmake to generate source folders in VS Brought parallel changes from trunk Tested: local linux
* [svn-r21594] Add CMake option to disable packaging component: needed to ↵Allen Byrne2011-10-171-2/+3
| | | | | | avoid configuration warning when using Visual Studio Express versions on windows. Tested: Windows
* [svn-r21531] Merge of 21501 and 21502 from trunk:Dana Robinson2011-10-121-10/+0
| | | | | | | | | | | | | | | | | | | | | Note that this differs slightly from the trunk code since the VFL API won't be changed until 1.10. In the 1.8 branch, the term() function is public and this required some #defines for the Windows VFD. 21501: - Propagated Windows VFD tweaks to SEC2 and log VFDs. - Created typedefs and #defines to make POSIX I/O type-safe on Windows and true POSIX platforms. - Added pre-checks and removed post-checks for POSIX I/O sizes. When the number of bytes to be sent exceeds the maximum return value, the operation is split into smaller subsets. - General code tidying and cleanup. 21502: - Removed Windows VFD code. H5Pset_fapl_windows() actually sets the SEC2 driver, though it will still report H5FD_WINDOWS.
* [svn-r21482] Add option to enable windows stdioAllen Byrne2011-10-061-0/+10
|
* [svn-r21423] Add 2003 fortran to cmake build/configureAllen Byrne2011-09-271-0/+1
| | | | Tested: local linux
* [svn-r21418] Change windows default driver to SEC2Allen Byrne2011-09-261-0/+11
| | | | Add option to allow -fPIC