Vailin Choi
197b29ced6
[svn-r30289] Fix for HDFFV-9960 H5DOappend without append callback.
...
This is the second part of the fix--see crucible review HDF5-383.
Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.
2016-08-14 18:02:49 -05:00
Quincey Koziol
f40381b0ea
[svn-r30285] Description:
...
More warning cleanups, bringing the build down to 25 unique types of
warnings, with 550 warnings in 122 files (down from 28, 770, and 134).
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-08-13 04:23:53 -05:00
Vailin Choi
4d358ef0af
[svn-r30262] Fix for HDFFV-9960: H5DOappend will not fail if a dataset has no append callback registered.
...
Tested on mayll, platypus, osx1010test, emu, moohan, kituo, ostrich, kite, quail.
2016-08-05 15:13:54 -05:00
Allen Byrne
bac4cf8e92
[svn-r30238] Follow-on to HDFFV-9928: remove unconditional call of time.h type headers. Also remove duplicated includes when h5private.h is used.
2016-08-01 12:38:34 -05:00
Allen Byrne
e55844b752
[svn-r30237] HDFFV-9939: Change cmake commands to reduce POST_BUILD custom commands. Fixes possible overruns on windows command lines.
2016-08-01 12:35:00 -05:00
Quincey Koziol
bb19817c9f
[svn-r30189] Description:
...
Clean up more warnings: drop the warning count from ~1310 down to ~940,
with only 31 types of warnings in 148 files (down from 38 types in 167 files).
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-07-17 19:18:42 -05:00
Quincey Koziol
ec2fbe0883
[svn-r30158] Description:
...
More warning cleanups. This brings us down to ~1300 warnings in 167 files
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-07-07 13:54:11 -05:00
Scot Breitenfeld
3e5a61c9ff
[svn-r30154] Fixed inequality comparsions for reals in HL fortran tests
...
(HDFFV-9949, MSB, 7/7/16)
2016-07-07 08:36:50 -05:00
Scot Breitenfeld
8ca7944380
[svn-r30120] Fixed compilation failure on emu due to moving testing subroutines into a module.
...
Tested: emu and jelly (gnu)
2016-06-29 14:21:19 -05:00
Quincey Koziol
83724bd787
[svn-r30113] Description:
...
Clean up warnings (from 2774 -> 1560, with my standard debug build)
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
2016-06-28 16:53:48 -05:00
Quincey Koziol
d3396a7953
[svn-r30075] Description:
...
Bring object/dataset/group/named datatype features from revise_chunks
branch to trunk. Also CMake support for h5format_convert and a bunch of
misc. cleanups.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
2016-06-14 18:07:03 -05:00
Quincey Koziol
03dafc5ebe
[svn-r30020] Description:
...
Bring r29992 from revise_chunks branch to trunk:
Turn off error reporting for h5debug and hdf2gif.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & produciton
(h5committest forthcoming)
2016-06-05 21:30:16 -05:00
Allen Byrne
0c0d6bd4df
[svn-r29878] Add LD tests to CMake.
...
Add include guards and Windows guards to dectris_hl_perf.c file.
2016-05-04 11:14:45 -05:00
Allen Byrne
2d36359035
[svn-r29874] Move hl/tools/gif2h5 CMake code to subfolder.
2016-05-04 10:54:31 -05:00
Allen Byrne
949853b047
[svn-r29864] Add ignore test names for Valgrind process.
...
Add files to clear test generated files tests.
2016-05-04 10:19:34 -05:00
Allen Byrne
74f3326a67
[svn-r29862] Convert source list names from *_SRCS to *_SOURCES.
...
Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR.
2016-05-04 10:06:05 -05:00
Quincey Koziol
2e3e3f9cd3
[svn-r29857] Description:
...
Bring H5LD* routines from revise_chunks branch to trunk.
Tested on:
MacOSX/64 10.11.4 (amazon) w/serial, parallel & production
(h5committest forthcoming)
2016-05-03 01:27:55 -05:00
Quincey Koziol
a6ce3d4e45
[svn-r29850] Description:
...
Bring H5DOappend(), H5P[s|g]et_object_flush_cb, and H5P[s|g]et_append_flush
from revise_chunks branch to trunk. Brings along updated metadata cache
entry tagging, and the internal object flush routine.
Tested on:
MacOSX/64 10.11.4 (amazon) w/serial, parallel & production
(h5committest forthcoming)
2016-05-01 05:24:56 -05:00
Binh-Minh Ribler
75b926c96a
[svn-r29803] Purpose: Code improvement
...
Description:
The constructor FL_PacketTable added in 1.10.0 did not have good
prototype; it didn't allow the property list to be default. Marked
it deprecated and added this one:
FL_PacketTable(hid_t fileID, const char* name, hid_t dtypeID,
hsize_t chunkSize = 0, hid_t plistID = H5P_DEFAULT)
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
2016-04-25 23:15:52 -05:00
Binh-Minh Ribler
cedc64c695
[svn-r29800] Purpose: Fix memory leak - HDFFV-9700
...
Description:
Applied user's patch to fix memory leak.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
2016-04-25 16:05:37 -05:00
Binh-Minh Ribler
853b4f417b
[svn-r29796] Purpose: Fix warnings HDFFV-8615
...
Description:
The "warning: deprecated conversion from string constant to âchar*â
[-Wwrite-strings]" was already removed by adding const to char*
parameter in the FL_PacketTable. This change is to remove the use
of literal strings in code for maintainability.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
2016-04-25 14:14:51 -05:00
Binh-Minh Ribler
bd4d0d62bd
[svn-r29710] Purpose: Code improvements
...
Description:
- Replaced "goto out" and "out:" with "goto error" and "error:" to indicate
the failure situations.
- Replaced old-style casts with static_cast to remove warnings.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
2016-04-15 14:08:28 -05:00
Scot Breitenfeld
77a806591d
[svn-r29653] fixed A variable that is specified as an argument to the intrinsic procedure C_LOC must either have type and type parameters that are interoperable with a C type, or be a nonpolymorphic, scalar variable with no length type parameters.
2016-04-07 08:54:48 -05:00
Scot Breitenfeld
02a07cb0cf
[svn-r29649] changed indentation format, updated comments
2016-04-06 13:30:16 -05:00
Scot Breitenfeld
01f479abb4
[svn-r29648] FIX: HDFFV-8486
...
h5tbmake_table_f is missing the fill_data parameter (which is in the C counterpart)
ADDED NEW API: h5tbread_table_f
Tested: platypus, ostrich
2016-04-06 13:07:17 -05:00
Scot Breitenfeld
54d598aa44
[svn-r29646] FIX: HDFFV-9522
...
Add support for variable length datatypes in the High Level H5LT Fortran APIs
Tested: platypus (gnu)
2016-04-06 10:17:02 -05:00
Scot Breitenfeld
e45885dea9
[svn-r29603] HDFFV-9746 Add test for "/" for H5LTpath_valid
...
Tested: jam (gnu)
2016-04-01 16:30:24 -05:00
Scot Breitenfeld
018f92063e
[svn-r29599] added comments to source
2016-03-30 14:11:41 -05:00
Binh-Minh Ribler
eb66e7537c
[svn-r29554] Description:
...
Removed an extra line in the Copyright block. No need to test.
2016-03-24 10:01:41 -05:00
Dana Robinson
710d1caf54
[svn-r29531] Normalization w/ revise_chunks in preparation for big merge.
...
hl and bin directories
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial w/ Java, Fortran, & C++
2016-03-23 11:50:42 -05:00
Larry Knox
f5234cd194
[svn-r29379] Add individual LT_VERS_* variables for wrapper libraries: c++, fortran, java, hl, hl/c++, hl/fortran to so that the shared object version numbers can be incremented independently.
...
Disabled auto-increment of shared object version numbers by h5vers.
Files modified:
config/lt_vers.am
java/src/jni/Makefile.am
hl/src/Makefile.am
hl/c++/src/Makefile.am
hl/fortran/src/Makefile.am
c++/src/Makefile.am
bin/h5vers
fortran/src/Makefile.am
2016-03-09 13:55:31 -05:00
Binh-Minh Ribler
8222b34406
[svn-r29364] Purpose: Improve C++ Packet Table library
...
Description:
Performed similar improvement as the C Packet Table library.
- Removed the VLPT_REMOVED ifdef around class VL_PacketTable
- Moved VL_PacketTable::IsVariableLength to PacketTable
- Moved VL_PacketTable::FreeReadBuff to PacketTable::FreeBuff
- Added overloaded constructor to FL_PacketTable that takes a
property list ID and call the new C API H5PTcreate.
- Added accessor wrappers to class PacketTable, per HDFFV-8623/patch 003.
/* Returns the ID of the dataset associated with the packet table */
hid_t GetDataset();
/* Returns the ID of the datatype the packet table uses */
hid_t GetDatatype();
- Replaced appropriate calls in tests
- Various cleanup
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
2016-03-09 01:47:27 -05:00
Binh-Minh Ribler
67432599a3
[svn-r29360] Purpose: Adding test
...
Description:
Added several tests for packet table that were missing from the
previous update.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
2016-03-08 22:27:46 -05:00
Dana Robinson
1b7b09b081
[svn-r29337] Cleaning warnings in Fortran code.
...
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
autotools serial w/ Fortran
2016-03-08 02:34:43 -05:00
Dana Robinson
a1035bd806
[svn-r29336] Removed unused variables from Fortran code.
...
Updated gnu Fortran flags.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
autotools serial w/ Fortran
2016-03-08 01:38:33 -05:00
Larry Knox
f83c88d9ae
[svn-r29295] Replaced H5Acreate with H5Acreate2 in hl/test/test_packet_vlen.c line 758 to eliminate error with configure option --wit-default-api-version=v16.
...
Tested with option and h5committest.new.
2016-03-06 17:01:59 -05:00
Allen Byrne
1f10dc7f11
[svn-r29272] Add code to deal with two source files for test_packet test.
2016-03-04 15:12:05 -05:00
Binh-Minh Ribler
9592119ffd
[svn-r29269] Purpose: Improve Packet Table library
...
Description:
The Packet Table API used to have fixed-length and variable-length functions
(i.e., H5PTcreate_fl and H5PTcreate_vl), but in 2006, the vlen functions
were ifdef'ed out with VLPT_REMOVED, see HDFFV-442. The majority of this
revision includes removing unused vlen stuff, adding various vlen tests,
initial code cleanup, and first pass of commenting.
Details:
- Removed the VLPT_REMOVED ifdef, but keep H5PTis_varlen and the free
function because they are useful or even needed, but the free
function's name is changed to be more appropriate for both
read/write buffers, i.e., H5PTfree_vlen_buff.
- The new test file, test_packet_vlen.c, contains tests showing packet
tables, containing various types of vlen data, can be created with
the fixed-length function
- Two accessor functions were added per HDFFV-8623/patch 003.
/* Returns the ID of the dataset associated with the packet table */
hid_t H5PTget_dataset(hid_t table_id);
/* Returns the ID of the datatype the packet table uses */
hid_t H5PTget_type(hid_t table_id);
- Various cleanup: replacing 0/-1 with SUCCEED/FAIL and H5I_BADID with
H5I_INVALID_HID, and removing many warnings.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
2016-03-04 14:49:14 -05:00
Allen Byrne
63249be0e1
[svn-r29226] HDFFV-9552: merge in java code.
2016-02-28 21:43:00 -05:00
Dana Robinson
a6da81e49b
[svn-r29007] Fixed typos in h52gif test.
...
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial autotools
2016-01-28 13:24:01 -05:00
Dana Robinson
5855f5d431
[svn-r28553] Merge of r28436 from revise_chunks. Cleans up warnings exposed
...
by gcc 5.2 in the flex/bison code.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial only
2015-12-09 21:36:22 -05:00
Quincey Koziol
5f6e580533
[svn-r28346] Description:
...
Bring in cleanups from revise_chunks branch.
Tested on:
MacOSX/64 10.11.1 (amazon) w/serial & parallel
(too minor to require full h5committest)
2015-11-14 22:32:00 -05:00
Allen Byrne
b7240446da
[svn-r28340] Remove dependencies due to flex/bison
2015-11-13 12:03:15 -05:00
Allen Byrne
59ba9f2bc5
[svn-r28336] Remove flex/bison generation
2015-11-13 11:42:57 -05:00
Dana Robinson
f7b73969f3
[svn-r28332] Updated autogen.sh to not run flex/bison.
...
This was giving a lot of users headaches and the parser code rarely
changes. There is now a new script (bin/genparser) which can be
run as needed.
Tested on: Ubuntu 15.10 (x86_64 Linux 4.2.0)
gcc 5.2.1, flex 2.5.39, bison 3.0.2
2015-11-13 06:24:43 -05:00
Mohamad Chaarawi
cfe6d9a8da
[svn-r28019] fix mem leaks.
2015-10-09 16:35:30 -05:00
Mohamad Chaarawi
3444e46ea0
[svn-r28017] mem leak fix.
2015-10-09 15:25:50 -05:00
Allen Byrne
4dc2218ab5
[svn-r27927] Fix dependencies of flex/bison files.
2015-10-01 09:48:03 -05:00
Allen Byrne
32ee0d816f
[svn-r27913] Need to create the directory for the gen files
2015-09-29 13:59:55 -05:00
Allen Byrne
cc8ed681b0
[svn-r27911] Add back in the build dir
2015-09-29 12:44:56 -05:00
Allen Byrne
e8073c0d80
[svn-r27910] Rework flex-bison generated files to eliminate dual depends when building both shared and static
2015-09-29 12:23:55 -05:00
Allen Byrne
2557782f24
[svn-r27906] Remove header file name as it is not a direct target (derived during BISON process).
2015-09-29 08:32:43 -05:00
Allen Byrne
7b7649aa81
[svn-r27905] Add depends to be sure file exists
2015-09-28 16:31:00 -05:00
Allen Byrne
179d122d59
[svn-r27904] Correct missing target name chars
2015-09-28 15:43:25 -05:00
Allen Byrne
ccd6248532
[svn-r27895] Rework the generated file dependencies and commands.
2015-09-28 12:30:48 -05:00
Scot Breitenfeld
1cd606b5e0
[svn-r27854] fixed typo in name of file
2015-09-22 10:26:25 -05:00
Allen Byrne
9edd184ae9
[svn-r27846] Fix generated files process.
...
Add script for post processing of flex/bison files.
2015-09-21 15:05:23 -05:00
Dana Robinson
132ab9c2f3
[svn-r27828] Removed Perl-generated header files and H5LT parse code created by flex/bison.
...
Tested on: jam
2015-09-18 15:46:04 -05:00
Dana Robinson
944e42d5ea
[svn-r27818] Minor warning fixes.
...
Tested on: h5committest
2015-09-17 12:21:34 -05:00
Dana Robinson
92dc665301
[svn-r27802] Added an explicit -I m4 to the aclocal line.
...
The files in the m4 directory were not getting picked up on some platforms.
Tested on: jam
2015-09-16 10:57:37 -05:00
Dana Robinson
cc0165a973
[svn-r27799] Minor warning fixes in the high-level library.
...
Tested on: jam (too minor for h5committest)
2015-09-16 05:34:25 -05:00
Allen Byrne
183ba43b41
[svn-r27796] Remove duplicated if block
2015-09-15 15:53:11 -05:00
Dana Robinson
058ec37559
[svn-r27795] Removed some autotools generated files that were not caught by
...
the last checkin.
Tested on: bin/chkmanifest
2015-09-15 15:52:14 -05:00
Dana Robinson
9af344117c
[svn-r27794] Reintegration merge of features/autotools_rework branch with trunk
...
NOTES:
- Developers will have to run autogen.sh before building with the autotools.
- autogen.sh takes the -p option to mimic the old bin/reconfigure behavior.
- The generated error, overflow and version headers have been left in place.
- The generated H5LT parser code has also been left in place.
- There are no changes for CMake users at this time.
Tested on: h5committest
2015-09-15 15:38:57 -05:00
Dana Robinson
1177e64925
[svn-r27787] Merge of r27632-27674 from the trunk.
...
Tested on: h5committest
2015-09-15 08:01:01 -05:00
HDF Tester
f16361d5f1
[svn-r27767] Snapshot version 1.9 release 231
2015-09-13 19:43:47 -05:00
Scot Breitenfeld
672e6bd8a9
[svn-r27754] HDFFV-548:H5LT patches for F90 Lite API in 1.8.0 Beta
...
tested: h5committest
2015-09-10 16:18:17 -05:00
Allen Byrne
10da31a926
[svn-r27745] Merge trunk revision 27744
2015-09-10 09:11:17 -05:00
Allen Byrne
1dc01a33b2
[svn-r27729] add extra flags to the bison and flex command lines
2015-09-09 16:52:50 -05:00
Allen Byrne
e040db8331
[svn-r27725] Add initial commands to properly build the generated files.
...
Added HDF5_GENERATE_HEADERS ON to cacheinit.cmake file.
Tested: local linux
2015-09-09 14:36:47 -05:00
Allen Byrne
776b41a62a
[svn-r27703] Publish both static and shared mod files in binaries.
...
Tested: local linux
2015-09-08 16:43:37 -05:00
HDF Tester
34be1d1aed
[svn-r27690] Snapshot version 1.9 release 230
2015-09-06 19:31:40 -05:00
Allen Byrne
5d311b35ba
[svn-r27661] Always use static mod files.
2015-09-01 16:43:50 -05:00
Dana Robinson
59aa015d9f
[svn-r27638] Merged r27500-27631 from trunk.
2015-08-31 23:36:17 -05:00
Scot Breitenfeld
e6f9fc5f7f
[svn-r27625] Added preprocessor commands for PGI compiler.
...
tested: h5committest
2015-08-31 13:49:17 -05:00
HDF Tester
74792949c9
[svn-r27622] Snapshot version 1.9 release 229
2015-08-30 19:55:54 -05:00
Allen Byrne
6635d4c003
[svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.
...
Added new option SKIP_HDF5_FORTRAN_SHARED
2015-08-26 11:48:42 -05:00
Scot Breitenfeld
47d97ed2c0
[svn-r27557] Added build_mod directory and updated the C try_run macro to not check for definitions and does not return unused arguments.
2015-08-24 11:07:17 -05:00
HDF Tester
abdb2a6456
[svn-r27551] Snapshot version 1.9 release 228
2015-08-23 19:21:39 -05:00
Scot Breitenfeld
1436a07905
[svn-r27537] Added new FCCPPFLAGS to avoid passing CPPFLAGS to the fortran pre-processor compiler (This mainly causes issues with the xlf compilers)
...
Tested: h5committest
2015-08-20 11:01:26 -05:00
Scot Breitenfeld
d06fee7bd2
[svn-r27517] Removed all perl scripts from configure.
...
Tested: h5committest
2015-08-17 16:12:03 -05:00
HDF Tester
68347a67ef
[svn-r27511] Snapshot version 1.9 release 227
2015-08-16 21:58:42 -05:00
Dana Robinson
c27d180848
[svn-r27507] Merge of r27237-27500 from the trunk.
...
Tested w/ h5committest
NOTES: - The manifest may still be messed up.
- Cmake fails since the dual binary work needs to be merged with
this repo's CMake externals.
2015-08-14 14:58:54 -05:00
Scot Breitenfeld
caf0e7692a
[svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.
...
Tested: h5committest --PASSED--
2015-08-11 09:35:30 -05:00
Scot Breitenfeld
3b4696ccd1
[svn-r27489] reverted merge of branch
2015-08-10 20:22:33 -05:00
Scot Breitenfeld
a9bef45c75
[svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-08-05 16:35:30 -05:00
Allen Byrne
9e2434625d
[svn-r27469] Merge from trunk with dual-binary CMake code.
...
Tested: local linux with CMake
2015-08-05 16:01:07 -05:00
Allen Byrne
0b4b73331d
[svn-r27446] Correct Windows export name
2015-07-30 13:41:18 -05:00
Scot Breitenfeld
fa52a5a44a
[svn-r27442] added missing dependencies
2015-07-30 10:18:42 -05:00
Scot Breitenfeld
e3ac5f3651
[svn-r27440] added missing h5lt*_attribute_f functions
2015-07-30 09:40:47 -05:00
HDF Tester
f56de26444
[svn-r27432] Snapshot version 1.9 release 226
2015-07-26 19:13:36 -05:00
Scot Breitenfeld
ed0bae78a0
[svn-r27426] svn merge -r27377:27425 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-07-22 17:09:05 -05:00
Scot Breitenfeld
479bd3c800
[svn-r27422] changed add_custom_command to add_custom_target
2015-07-21 15:34:29 -05:00
HDF Tester
74e4cd4d21
[svn-r27412] Snapshot version 1.9 release 225
2015-07-19 19:11:50 -05:00
Scot Breitenfeld
93161fa55c
[svn-r27400] code clean-up
2015-07-16 09:11:47 -05:00
Scot Breitenfeld
8617384653
[svn-r27393] removed unused C functions
2015-07-15 13:56:28 -05:00
Scot Breitenfeld
4667abe8a5
[svn-r27391] Added build dependencies to generated files
2015-07-15 10:57:40 -05:00
Scot Breitenfeld
72484f3a56
[svn-r27387] added definitions for H5LTset_attribute_*_c
2015-07-14 15:29:32 -05:00
Scot Breitenfeld
2c897f41c0
[svn-r27378] svn merge -r27326:27377 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-07-14 10:34:45 -05:00
Scot Breitenfeld
838755cf71
[svn-r27375] Moved generating Fortran 'test' code from the fortran src directory to the fortran 'test' directory. Updated autotools and cmake.
2015-07-13 14:37:28 -05:00
HDF Tester
12b86abf18
[svn-r27372] Snapshot version 1.9 release 224
2015-07-12 19:12:22 -05:00
Scot Breitenfeld
0a8317aab7
[svn-r27365] added build dependencies for hl fortran builds
2015-07-09 13:07:38 -05:00
Allen Byrne
8bbe712961
[svn-r27364] Add Mac Framework support
2015-07-09 11:56:16 -05:00
Scot Breitenfeld
b67a6727cf
[svn-r27359] Fixed Cmake to handle autogenerated Fortran HL APIs
2015-07-09 10:01:11 -05:00
Scot Breitenfeld
fc42b3efaa
[svn-r27358] Fixed test to handle DOUBLE PRECISION that was promoted using compiler options.
2015-07-09 09:36:50 -05:00
Scot Breitenfeld
2b7f0d4780
[svn-r27357] svn merge -r27208:27356 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-07-09 08:47:35 -05:00
Scot Breitenfeld
b0afa2ab61
[svn-r27355] added generation of HL Fortran Interfaces for REALs
2015-07-08 17:09:50 -05:00
HDF Tester
f37ae9d9f9
[svn-r27339] Snapshot version 1.9 release 223
2015-07-05 19:12:35 -05:00
Scot Breitenfeld
985e8d02a4
[svn-r27327] svn merge -r27208:27326 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-07-02 14:12:03 -05:00
Scot Breitenfeld
2a567e8155
[svn-r27326] Working version of cmake on linux.
2015-07-02 14:04:25 -05:00
HDF Tester
53930f6671
[svn-r27262] Snapshot version 1.9 release 222
2015-06-21 19:16:13 -05:00
Dana Robinson
fb27787c2a
[svn-r27222] Merge of r27035-27221 from the trunk.
...
Tested on 64-bit linux VM:
Serial: C++ and Fortran 2003
Parallel: Fortran
2015-06-17 06:48:34 -05:00
Scot Breitenfeld
85bcb77904
[svn-r27221] Reworked Fortran autools REAL KIND detection.
2015-06-16 16:47:00 -05:00
Scot Breitenfeld
48086667b5
[svn-r27209] svn merge -r27186:27208 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-06-16 08:49:28 -05:00
Quincey Koziol
adbb64c6cd
[svn-r27204] Description:
...
Clean up compiler warnings before merging in v3 metadata cache changes
from branch.
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.x (jam) w/serial & parallel
2015-06-15 11:07:38 -05:00
Scot Breitenfeld
6c4e3759f5
[svn-r27187] svn merge -r27135:27186 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-06-10 14:23:09 -05:00
Scot Breitenfeld
f2d14c76b8
[svn-r27186] added fix for jam with promoted reals and integers
2015-06-10 14:15:08 -05:00
Scot Breitenfeld
5097bd4429
[svn-r27170] added new precompiler directives
2015-06-09 13:25:41 -05:00
Scot Breitenfeld
62401ac7c6
[svn-r27167] more DT fixes
2015-06-09 12:05:09 -05:00
Scot Breitenfeld
32703c9fc5
[svn-r27164] various bug fixes for DT
2015-06-08 16:13:15 -05:00
HDF Tester
02e9a43900
[svn-r27159] Snapshot version 1.9 release 221
2015-06-07 19:01:32 -05:00
Scot Breitenfeld
8641814c4e
[svn-r27154] fixed issue with mis-matching long double between Fortran and C
2015-06-05 17:17:13 -05:00
Scot Breitenfeld
043173a689
[svn-r27151] fixed __float128 errors
2015-06-04 15:26:02 -05:00
Scot Breitenfeld
4d500d4902
[svn-r27140] fixed interger*16 support
2015-06-03 09:13:58 -05:00
Scot Breitenfeld
f486fe1a49
[svn-r27137] svn merge -r27115:27135 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-06-02 09:46:51 -05:00
Mohamad Chaarawi
fc45d5fcb0
[svn-r27133] - Add a new attribute function characterstic for format:
...
* H5_ATTR_FORMAT(X,Y,Z) __attribute__((format(X, Y, Z)))
- Rename UNUSED attribute characterstic to H5_ATTR_UNUSED.
- Rename NORETURN attribute characterstic to H5_ATTR_NORETURN
tested with h5committest.
2015-06-01 14:38:09 -05:00
HDF Tester
78c4a8f4c6
[svn-r27127] Snapshot version 1.9 release 220
2015-05-31 19:02:10 -05:00
Scot Breitenfeld
52e5579fba
[svn-r27122] removed dependency on generatored fortran source code
2015-05-28 11:53:15 -05:00
Scot Breitenfeld
b1cf507c6d
[svn-r27116] svn merge -r26937:27115 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-05-27 17:12:43 -05:00
Scot Breitenfeld
244784ab2c
[svn-r27115] Moved testing KINDs and SIZEOFs to configure.
2015-05-27 17:07:18 -05:00
HDF Tester
965e459a98
[svn-r27110] Snapshot version 1.9 release 219
2015-05-24 18:59:54 -05:00
HDF Tester
ab80cbadfd
[svn-r27092] Snapshot version 1.9 release 218
2015-05-17 18:59:27 -05:00
Dana Robinson
984ecb72c2
[svn-r27038] Merge of r26393-27031 from the trunk.
...
Tested on 64-bit linux VM w/ C++ and Fortran 2003
2015-05-07 16:05:14 -05:00
Scot Breitenfeld
b15fc6e4a0
[svn-r27023] Changed H5I to H5IM
2015-05-05 15:28:47 -05:00
Scot Breitenfeld
aa403a1a5d
[svn-r27021] Added hdf5_hl_fortrandll.def to hl library build.
2015-05-05 15:09:19 -05:00
Scot Breitenfeld
5ffdaa87fc
[svn-r27020] fixed HL Fortran Binary dir.
2015-05-05 14:46:14 -05:00
Scot Breitenfeld
1166efe131
[svn-r27006] Added hdf5_hl_fortrandll.def to hl library build.
2015-05-04 10:16:59 -05:00
HDF Tester
39e0b31a24
[svn-r26997] Snapshot version 1.9 release 217
2015-05-03 06:06:41 -05:00
Scot Breitenfeld
213aa4d060
[svn-r26976] Added TARGET.
2015-04-30 08:54:48 -05:00
Scot Breitenfeld
29f4e85094
[svn-r26975] Renamed variable to eliminate conflict.
2015-04-30 08:43:23 -05:00
Scot Breitenfeld
0e742cb8d0
[svn-r26974] spelling
2015-04-29 17:04:24 -05:00
Scot Breitenfeld
eee4741a2f
[svn-r26971] fixed declaration of h5ltget_attribute_c
2015-04-29 15:24:56 -05:00
Scot Breitenfeld
68e4b6ef39
[svn-r26970] Added new pointer APIs for h5ltmake_dataset ahd h5ltread_dataset.
2015-04-29 15:12:34 -05:00
Albert Cheng
056ffa6341
[svn-r26963] HDFFV-9298: make uninstall generated "test: argument expected" lines
...
The error is that $EXAMPLETOPDIR is used without setting a value first.
Solution is to set them with the proper values.
Tested: jam only to confirm the error no longer exists.
2015-04-29 02:22:43 -05:00
Scot Breitenfeld
0f453502b9
[svn-r26918] fixed H5_FORTRAN_HAVE_C_LONG_DOUBLE
2015-04-24 13:44:50 -05:00
Scot Breitenfeld
fbf21b18ee
[svn-r26917] added conditional for C_LONG_DOUBLE
2015-04-23 17:16:30 -05:00
Scot Breitenfeld
f0c4d55f91
[svn-r26908] Added missing c_long_double interfaces, now handles promotion of reals and integers to 8 bytes, added C wrappers that take pointers from Fortran.
2015-04-23 15:12:13 -05:00
Scot Breitenfeld
36eec4b620
[svn-r26896] added LONG_DOUBLE interfaces
2015-04-23 09:39:31 -05:00
Scot Breitenfeld
aad4f74fa9
[svn-r26882] renamed .f90 fo .F90
2015-04-22 09:38:33 -05:00
Scot Breitenfeld
cfeb1509c2
[svn-r26881] Added BIND(C) to the Fortran HL APIs, and fixed the issue with -r8 (or equiv.) being specified.
2015-04-22 09:37:02 -05:00