summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [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