summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r21423] Add 2003 fortran to cmake build/configureAllen Byrne2011-09-274-0/+13
| | | | Tested: local linux
* [svn-r21418] Change windows default driver to SEC2Allen Byrne2011-09-262-4/+2
| | | | Add option to allow -fPIC
* [svn-r21376] JIRA-HDFFV-2748: Relplace WIN32 macros in source. New ↵Allen Byrne2011-09-122-7/+10
| | | | | | | | H5_HAVE_WIN32_API and H5_HAVE_VISUAL_STUDIO defines only need to be set on windows. Autotools configure is not affected. Trunk passed for a week and cmake branch has been in place > 3 weeks. Tested: local linux
* [svn-r21349] Need PATH active by default during install for daily binary ↵Allen Byrne2011-09-011-1/+1
| | | | testing needs
* [svn-r21346] Need PATH active by default during install for daily binary ↵Allen Byrne2011-09-011-2/+2
| | | | testing needs
* [svn-r21341] Add check for target already existsAllen Byrne2011-08-311-4/+4
|
* [svn-r21336] Synchronize cmake files with tested commits from trunkAllen Byrne2011-08-303-3/+124
|
* [svn-r21318] Correct zlib references, zlib svn no longer has src folderAllen Byrne2011-08-261-1/+1
|
* [svn-r21311] add variables and commands to create libhdf5.settings. Add ↵Allen Byrne2011-08-251-44/+44
| | | | | | option to enable embedded strings. Add test to grep for string. Trunk cycle passed and verified on windows.
* [svn-r21218] Corrected cmake installed library build indicator.Allen Byrne2011-08-103-6/+12
| | | | Added COMPILE_FLAGS for windows fortran builds
* [svn-r21217] Change CTEST_NAME to HDF5 - the project nameAllen Byrne2011-08-101-2/+2
| | | | | | | Implement InitOnceExecuteOnce - HDFFV-5929 Change command to generate output source files Tested: local linux, windows
* [svn-r21199] Change default fortran compiler to gfortranAllen Byrne2011-08-091-3/+6
| | | | Tested: cygwin
* [svn-r21087] Add new clear-objects tests to valgrind ignore listAllen Byrne2011-07-111-0/+8
|
* [svn-r21048] Add configure check for endianess and adjust test depending on ↵Allen Byrne2011-06-292-1/+7
| | | | | | status of check. Bring r21026 from trunk
* [svn-r21046] Correct *-config.cmake files to set {pkg}_LIBRARIES variable.Allen Byrne2011-06-292-0/+2
| | | | Tested: windows
* [svn-r20904] Bring r20871, 20875, 20901, 20903 from trunk.Allen Byrne2011-05-251-16/+0
| | | | Tested: local linux
* [svn-r20895] Add soversion handling - use config/lt_vers.am file.Allen Byrne2011-05-241-2/+7
| | | | Tested: local linux
* [svn-r20863] Adjust CPack configuration location by removing version ↵Allen Byrne2011-05-182-2/+9
| | | | extension in folder name. Add install configuration commands if ext libs are packaged with project.
* [svn-r20857] Correct state of EXTERNALLY_CONFIGURED when using ↵Allen Byrne2011-05-181-6/+6
| | | | EXTERNAL_PROJECT for extlibs.
* [svn-r20801] Correct install path variableAllen Byrne2011-05-121-16/+19
|
* [svn-r20722] Refactor ext lib import and install.Allen Byrne2011-05-046-36/+118
| | | | | | | | 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-r20687] Added "xlc_r" as a recognized XL compilers.Albert Cheng2011-04-291-1/+1
| | | | | | Tested: NCSA BP AIX system. No need of h5committest because the changes affect AIX systems only.
* [svn-r20667] Re-enable All tests for memcheck and add test_configuration settingAllen Byrne2011-04-281-4/+6
|
* [svn-r20642] Add CPack overrides for NSIS install paths. Install for ↵Allen Byrne2011-04-262-0/+1948
| | | | products are: HDF Group/Product/Version
* [svn-r20598] Add missing library suffix to ext lib install list, windows ↵Allen Byrne2011-04-221-1/+1
| | | | dynamic only
* [svn-r20591] On windows the ext libs did not work for cpack process. Changed ↵Allen Byrne2011-04-212-31/+27
| | | | | | | | 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-r20574] Bump soname interface number. This should have been bumpedMike McGreevy2011-04-201-2/+2
| | | | | | in 1.8.6 when its API was changed, but since it wasn't I'm manually fixing up these numbers in 1.8 and 1.8.7 branches for the time being.
* [svn-r20570] Correct Windows only set commandAllen Byrne2011-04-201-4/+1
|
* [svn-r20568] Bug #5929: On windows check for existence of ↵Allen Byrne2011-04-202-23/+94
| | | | | | InitOnceExecuteOnce for use by threads. Tested: Windows Xp and 7
* [svn-r20565] Update 1.8 branch version to 1.8.8-snap0Mike McGreevy2011-04-201-1/+1
|
* [svn-r20562] Description:Quincey Koziol2011-04-201-2/+2
| | | | | | | | | Bring r20561 from trunk to 1.8 branch: Remove C++ specific flag from C compilation flags, for gcc 4.5 & 4.6 Tested on: FreebSD/64 8.2 (freedom) w/gcc 4.6
* [svn-r20542] revert install command for External library builds - copy of ↵Allen Byrne2011-04-181-6/+6
| | | | | | lib fails if permission to install location is denied. Does not affect build otherwise. Tested; local linux
* [svn-r20540] Description:Quincey Koziol2011-04-181-3/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring r20538 & r20539 from trunk to 1.8 branch: Update with new warning flags for gcc 4.6.x Bring Coverity changes back to trunk: r20276: Add recursive is vlen string function. Cleanup resource leaks for issues: 200,202,329,688,811,812 r20277: Check types and close by adding error section: issue 687 r20278: Replaced implicit pointer conversion with (ocrt_info.new_obj != NULL). r20280: Addressed coverity issues 927-929 & 583. The real issue is failure to check file name length -- at least at the H5FD interface level. This needs more work, but at least I have dealt with the issue in H5FDfamily.c r20337: H5O_type_t obj_type = H5O_TYPE_UNKNOWN; r20338: Added udata.name = NULL; to prevent potential uninitialized use after done: label. r20339: coverity issues: 686,828,1670-1673,1707-1711 Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode FreeBSD/32 8.2 (loyalty) w/gcc4.6, in debug mode FreeBSD/64 8.2 (freedom) w/gcc4.6, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (amani) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, w/threadsafe, in production mode Linux/PPC 2.6 (heiwa) w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in debug mode
* [svn-r20525] Description:Mike McGreevy2011-04-152-8/+2
| | | | | | | | Merge revisions 20475, 20502, and 20504 from trunk to 1.8 branch. Tested: Tested on jam, fred, bangan (CYGWIN), and h5committested.
* [svn-r20521] Removed ibm-aix6.x file which just sourced ibm-aix file. ↵Albert Cheng2011-04-151-21/+0
| | | | | | | | | | Removed code in configure.in that tried to distinguish different versions of AIX. This is no longer needed. Tested: NCSA Blue-print. No h5committest since this affected AIX system only.
* [svn-r20518] Description:Quincey Koziol2011-04-151-18/+0
| | | | | | | | | | | | | | | Correct test file name. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (amani) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, w/threadsafe, in production mode Linux/PPC 2.6 (heiwa) w/C++ & FORTRAN, w/threadsafe, in debug mode
* [svn-r20505] Add missing cmake_install_prefix to external projectsAllen Byrne2011-04-141-6/+13
|
* [svn-r20500] Merge of 20499 from trunk to fix Windows H5_HAVE_GETTIMEOFDAY ↵Dana Robinson2011-04-141-1/+3
| | | | | | issues (HDFFV-5931). Tested on: Windows
* [svn-r20483] Fix handling of ext libs Windows naming for External_Project ↵Allen Byrne2011-04-121-13/+13
| | | | builds of "Debug" builds.
* [svn-r20473] Add message that H5_HAVE_WIN_THREADS requires WINVER >= 0x600 ↵Allen Byrne2011-04-112-0/+20
| | | | | | (VISTA or WIN7) Bring r20472 from trunk
* [svn-r20464] Merge cmake changes from trunk r20463, after weekend of tests ↵Allen Byrne2011-04-113-9/+130
| | | | | | on trunk. Tested: local linux
* [svn-r20447] Updated valgrind ignore listAllen Byrne2011-04-081-17/+32
|
* [svn-r20420] Correct typo in macro parameterAllen Byrne2011-04-051-6/+6
| | | | Tested: local linux
* [svn-r20418] ExternalProject_ADD calls changed to use common project output ↵Allen Byrne2011-04-051-49/+38
| | | | | | folders for external projects. This eliminates the library copy commands, which were failing on windows. Tested: local linux
* [svn-r20376] Test name change needed to be updated in valgrind ignore listAllen Byrne2011-03-301-2/+2
|
* [svn-r20352] Update Valgrind ignore listAllen Byrne2011-03-261-0/+17
|
* [svn-r20331] Adjust H5JAM tests for valgind executionAllen Byrne2011-03-251-3/+27
|
* [svn-r20307] The TEST_REFERENCE EOL adjustment block needs to be included in ↵Allen Byrne2011-03-241-8/+8
| | | | the SKIP_COMPARE IF block
* [svn-r20306] Add tests to h5import and 80% of h5jamAllen Byrne2011-03-232-464/+109
| | | | Tested: local linux
* [svn-r20229] Add tools bin folder to installation variables.Allen Byrne2011-03-101-0/+1
| | | | Bring r20228 from trunk