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