summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | [svn-r27364] Add Mac Framework supportAllen Byrne2015-07-091-1/+2
| | | | | |
| * | | | | [svn-r27332] Fix src/CMakeLists.txt after Quincey's metadata cache changesJerome Soumagne2015-07-021-0/+2
| | |_|_|/ | |/| | |
* | | | | [svn-r27050] merge from trunk.Mohamad Chaarawi2015-05-111-10/+2
|\ \ \ \ \ | |/ / / /
| * | | | [svn-r26953] Remove src temporary debug build props.Allen Byrne2015-04-281-10/+2
| | |_|/ | |/| | | | | | | | | | Move TOOLS option up before usage.
* | | | [svn-r26724] - merge from trunk & fix conflicts.Mohamad Chaarawi2015-04-031-5/+6
|\ \ \ \ | |/ / / | | | | | | | | | | | | - fix bug in opending an already open named datatype. - fix dynamically loaded VOL plugin support with new changes coming in.
| * | | [svn-r26594] Merge macros and fortran changes from dual_binary feature.Allen Byrne2015-03-251-4/+4
| | | | | | | | | | | | | | | | Tested: local linux
| * | | [svn-r26365] HDFFV-8520: Add plugin control APIs.Allen Byrne2015-03-051-0/+1
| | |/ | |/| | | | | | | | | | | | | Update windows WiX packaging. h5committested
| * | [svn-r26208] Update cmake minimumsAllen Byrne2015-02-181-1/+1
| | |
* | | [svn-r26185] merge from trunk.Mohamad Chaarawi2015-02-161-3/+3
|\ \ \ | |/ /
| * | [svn-r26161] Fix cmake case. Allen Byrne2015-02-121-2/+2
| |/ | | | | | | | | Turn on F2003 by default. Set source properties in fortran cmake files.
| * [svn-r26040] HDFFV-9018: Install pdb files to bin folder with dlls.Allen Byrne2015-01-261-1/+1
| |
* | [svn-r25968] merge from trunk.Mohamad Chaarawi2015-01-091-4/+1
|\ \ | |/
| * [svn-r25868] HDFFV-9041: Definitions needed to be a semi-colon separated list.Allen Byrne2014-12-091-4/+1
| |
| * [svn-r25570] UNDO:Added option to build tools static when building shared ↵Allen Byrne2014-09-031-17/+1
| | | | | | | | | | | | | | | | libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292. Windows DLL linkage problem because of defines needed. Tested: local linux
| * [svn-r25569] Added option to build tools static when building shared ↵Allen Byrne2014-09-031-1/+17
| | | | | | | | | | | | libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292. Tested: local linux
| * [svn-r25468] some code refactoring to align trunk with VOL branch.Mohamad Chaarawi2014-07-221-0/+1
| | | | | | | | tested with h5committest.
* | [svn-r25482] - update is_accessible implementation to use fapl and pass it ↵Mohamad Chaarawi2014-07-241-0/+4
| | | | | | | | | | | | | | | | | | | | down to H5Fint.c - move is_HDF5 inside deprecated macros in H5Fpublic.h - move H5ES_status_t outside of H5VLpublic.h to H5ESpublic.h - rename public properties in H5VLpublic.h to H5VL_PROP_* to add more scoping - no need to include private if pkg is included in H5VLnative.c - rename plist_id to lapl_id in loc_params structs
* | [svn-r25254] merge from trunk.Mohamad Chaarawi2014-06-111-23/+48
|\ \ | |/
| * [svn-r25208] Make the header generation optional and depend on finding perl ↵Allen Byrne2014-05-211-31/+37
| | | | | | | | executable. Needed because window does not have perl.
| * [svn-r25205] Fix CMP0040 Policy cmake usageAllen Byrne2014-05-201-7/+18
| |
| * [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-141-3/+11
| | | | | | | | Tested: local linux
* | [svn-r24940] merge from trunk.Mohamad Chaarawi2014-04-011-136/+147
|\ \ | |/
| * [svn-r24919] Add MINGW checkAllen Byrne2014-03-271-4/+4
| | | | | | | | Tested: MinGW on Windows 7
| * [svn-r24886] Fix fortran mod file handling and packingAllen Byrne2014-03-241-0/+3
| |
| * [svn-r24864] Description:Quincey Koziol2014-03-211-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove all traces of MPI-POSIX VFD and GPFS detection/code. Remove remaining traces of stream VFD. Remove testpar/t_posix_compliant test (it's not actually verifying anything). Clean up H5D__mpio_opt_possible() further. Moved environment variable that disables MPI collective operations into MPI-IO VFD (instead of it being in src/H5S.c). A few other small code cleanups. Tested on: Mac OSX/64 10.9.2 (amazon) w/parallel & serial
| * [svn-r24789] Bump up the minimum cmake versionAllen Byrne2014-03-131-1/+1
| |
| * [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-133/+143
| | | | | | | | | | | | | | KitWare recommendations: Change CMake commands to lower case. Remove INCLUDE_DIRECTORIES in src for target level includes. Change ADD_DEFINITIONS package debug defines into CMake option. Remove -DNDEBUG
* | [svn-r24710] merge from trunk to 24709.Mohamad Chaarawi2014-02-141-6/+6
|\ \ | |/
| * [svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward ↵Mohamad Chaarawi2014-02-131-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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. Tested Manually on Jam and Ostrich. Tested with h5commitest - Koala with intel compilers failed, but nothing had to do with those changes. error on Koala: error while loading shared libraries: libirng.so
* | [svn-r24701] merge from trunk to 24700.Mohamad Chaarawi2014-02-131-2/+3
|\ \ | |/ | | | | fix return type for H5T_committed in H5Tget_create_plist.
| * [svn-r24682] Add IF SHARED block around Windows PDB file generation command.Allen Byrne2014-02-041-2/+3
| |
* | [svn-r24208] Merge revisions through r24202 from trunk to vol branchNeil Fortner2013-09-271-6/+1
|\ \ | |/ | | | | | | | | Tested: jam, koala, ostrich, platypus (h5committest) There are failures on platypus (cmake) that were present previously
| * [svn-r24171] Purpose: Fix problem with gcc 4.8Neil Fortner2013-09-191-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: With optimization enabled, gcc 4.8 inserts garbage into the padding bytes of floating point types when assigning from a literal constant. This caused problems when H5detect.c scanned the bits in floating point types to determine their properties. Modified H5detect.c to scan for padding before further analyzing the type, and to ignore all information in the padding areas. Also removed code that temporarily disabled optimization. Tested: jam, koala, ostrich, platypus (h5committest)
* | [svn-r24088] Merging r24044 through r24087Mohamad Chaarawi2013-08-301-7/+12
|\ \ | |/
| * [svn-r24087] Rename the private H5RC (reference count) module to H5UC (Use ↵Mohamad Chaarawi2013-08-301-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Count). This is needed to avoid a conflict with the Read Context object to be introduced in another Project. No impact on users, since this is a private module, and low for developers as the RC module use is very sparse in the library. Tested with h5committest.
| * [svn-r24046] HDFFV-8500: set h5detect compile optimization to -O0Allen Byrne2013-08-211-1/+6
| | | | | | | | | | | | will generate correct H5Tinit.c file. Tested: local gcc 4.8.2 linux
* | [svn-r23834] merge from trunk up to r23833.Mohamad Chaarawi2013-06-271-0/+3
|\ \ | |/ | | | | Fixed several conflicts, mostly because calling API routines internally was removed from several places in the trunk.
| * [svn-r23745] HDFFV-8461: Add Windows /MT supportAllen Byrne2013-06-101-0/+3
| | | | | | | | This adds the UserMacros.cmake support needed.
* | [svn-r23694] merge from trunkMohamad Chaarawi2013-05-101-0/+15
|\ \ | |/
| * [svn-r23549] Description:Quincey Koziol2013-04-041-1/+1
| | | | | | | | | | | | | | | | More misc. cleanups, but main change is to make an "extern" header file for the plugin interface. Tested on: Mac OSX/64 10.8.3 (amazon)
| * [svn-r23382] I took out H5PLpkg.h. It no longer exist.Raymond Lu2013-03-191-1/+0
| |
| * [svn-r23357] HDFFV-8338: Add cmake support, this commit only tested for linuxAllen Byrne2013-03-151-0/+16
| | | | | | | | Tested: local linux
* | [svn-r23179] trunk mergeMohamad Chaarawi2013-01-181-1/+1
|\ \ | |/
| * [svn-r23160] HDFFV-8227: Mac DARWIN requires CMake 2.8.10Allen Byrne2013-01-141-1/+1
| |
* | [svn-r22856] merge trunk up to 22855.Mohamad Chaarawi2012-10-031-0/+1
|\ \ | |/
| * [svn-r22817] Description:Quincey Koziol2012-09-261-0/+1
| | | | | | | | Update CMake files for new encode/decode property list files.
* | [svn-r22855] remove dummy pluginMohamad Chaarawi2012-10-031-2/+0
| | | | | | | | update manifest file
* | [svn-r22806] Mohamad Chaarawi2012-09-251-0/+26
|\ \ | |/ | | | | merge from trunk up to 22805.
| * [svn-r22785] HDFFV-8153: Pull POSIX_C_SOURCE define out to separate ↵Allen Byrne2012-09-181-0/+5
| | | | | | | | | | | | variable. Use ADD_DEFINITIONS (${HDF5_EXTRA_C_FLAGS}) in non-fortran CMakeLists.txt folders Tested: jam with intel compilers
| * [svn-r22772] Synch line spaces with 1.8Allen Byrne2012-09-171-0/+21
| |