Network

 
AuthorCommitMessageCommit Date
Scot BreitenfeldScot Breitenfeld
07b1fdd0b57 Removed unused H5T_NATIVE_INTEGER_# variables due to NAG fixes. HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler
Allen ByrneAllen Byrne
5b14cbdeaaeFix copyright to point to cmake
Allen ByrneAllen Byrne
bde59ae16b7Fix cyclic depends due to typo
Allen ByrneAllen Byrne
b8dbdc1a0f6Correct how include is used when located inside project
Dana RobinsonDana Robinson
2efa1a5491bAdded C++ wrappers (get/setCoreWriteTracking()) for new H5Pset/get_core_write_tracking() API calls.
Allen ByrneAllen Byrne
cdb582ab28dHDFFV-9961: Add GIT option to ext lib macros
Allen ByrneAllen Byrne
ac69c8e91c6Update copyright to latest from kitware
Allen ByrneAllen Byrne
7edf94e2d04HDFFV-9991: Remove uneeded file
Allen ByrneAllen Byrne
9625058c107Fix missing defines for standalone perf
Allen ByrneAllen Byrne
26d93c9c7a8Remove hanging property set
Allen ByrneAllen Byrne
ad9e879a916Revert clear objects for testfile removal
Allen ByrneAllen Byrne
79593fef42fMerge test output file clearing into runTest.cmake
Allen ByrneAllen Byrne
a160d8fa5b3Move clear-objects inside runTest
Scot BreitenfeldScot Breitenfeld
70cea3f10fbremoved the use of C_SIZEOF for non BIND(C) derived type
Larry KnoxLarry Knox
1ee50abdc45Correct typo: add ' '
Larry KnoxLarry Knox
7e0767e9c22Snapshot release: increment version.
Dana RobinsonDana Robinson
2eefc77eed8Changed H5Dcreate to H5Dcreate2 in test/evict_on_close.c
Allen ByrneAllen Byrne
aec0a1cf2f8Correct variable name
Allen ByrneAllen Byrne
9a80b5e1a19Fix error reporting
Quincey KoziolQuincey Koziol
a491249bbb9Clean up hardcoded constants and check return values better. (Comments from group code review)
Scot BreitenfeldScot Breitenfeld
42aec2c15d5Fixed test to use storage_size instead of c_sizeof when available.
Scot BreitenfeldScot Breitenfeld
0f0a3ca3cd6fixed missing closing bracket
Quincey KoziolQuincey Koziol
75bf5a60b07Description: Cleanups from Dana's review. Tested on: MacOSX/64 10.11.5 (amazon) w/C++ & FORTRAN (h5committest forthcoming)
Scot BreitenfeldScot Breitenfeld
5214b3dc8feRemoved unused variables.
Scot BreitenfeldScot Breitenfeld
a5e1b1cc46eFixed: Fortran_DOUBLE was being set to C_LONG_DOUBLE when C_LONG_DOUBLE is not available.
Scot BreitenfeldScot Breitenfeld
6b447c13ec7Removed duplicate FCFLAG
Scot BreitenfeldScot Breitenfeld
28c1f0c9db3Removed duplicate FCFLAG.
Quincey KoziolQuincey Koziol
6f8f0a8f7c0Description: Further warning cleanups: from 667 warnings to 503.
Binh-Minh RiblerBinh-Minh Ribler
96cbb3b5cfbPurpose: Updated documentation Description: Revised class brief description and other comments for up-to-date info. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Scot BreitenfeldScot Breitenfeld
1acb72461caAdded number of integer KINDs found to the header files.
Scot BreitenfeldScot Breitenfeld
d4b046f6ac2Added path to source include files when building buidiface.
Scot BreitenfeldScot Breitenfeld
fcdc768fc66Added rule to build buildiface program, without a rule, build would add repeated compile options when using the NAG compiler.
Scot BreitenfeldScot Breitenfeld
a8f51bd19afMisc. cleaning up of the program.
Scot BreitenfeldScot Breitenfeld
f5e5cce2cb4Added SEQUENCE to derived types for NAG: Section 81 of the compiler manual, e.g. at http://www.nag.co.uk/nagware/np/r61_doc/np61_manual.pdf covers details about the compiler's internal representations, including " Fortran derived types are translated into C structs. If BIND(C) or SEQUENCE is used, the order of the items within the struct is the same as the order within the derived type definition. Otherwise, the order of items is permuted to put larger types at the front of the struct so ...
Scot BreitenfeldScot Breitenfeld
139c335f28amisc. format code-cleanup
Scot BreitenfeldScot Breitenfeld
1f1670bcd86Removed the use of hard-coded integer KINDs.
Scot BreitenfeldScot Breitenfeld
18b48f27dfbCode clean-up.
Scot BreitenfeldScot Breitenfeld
cc8ad1570b3HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler Fixes issues with KIND = BYTE assumptions.
Binh-Minh RiblerBinh-Minh Ribler
4d1d1538d26Purpose: Fix bug HDFFR-9920 cont. Description: Adding user's test revealed a flaw in the fix. Moved CommonFG's functions in Group to H5Location, so that they could be called by objects that can be used to specify a location Also, rearranged many "#include" header files to resolve conflicts. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Allen ByrneAllen Byrne
3c8b85fb659Add missing target depends command
Allen ByrneAllen Byrne
e63cff23be8Correct clear objects working dir
Allen ByrneAllen Byrne
668ee3fead4Fix typo
Allen ByrneAllen Byrne
1a6c1f588a7Add missing SH to target name
Allen ByrneAllen Byrne
7ccc7538f0aAdd gen file technique to HL and test fortran libraries
Allen ByrneAllen Byrne
c8e0293df18Add WORKING_DIR to command
Allen ByrneAllen Byrne
d2ee4f9fa1cAdd target depends require separate folders
Allen ByrneAllen Byrne
f1c55287744Add another source property
Allen ByrneAllen Byrne
eea30251eafUpdate generated files commands and properties
Allen ByrneAllen Byrne
c61c087637bChage command proces to generate file before use.
Allen ByrneAllen Byrne
4e5bd3addb5Eliminate unreferenced local variable warning