Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
bd2036120a8[svn-r20411] Added config cmakedefine so CMake sets H5_USE_WIN32_GETTIMEOFDAY to use windows only gettimeofday function.
Dana RobinsonDana Robinson
67baedd1aff[svn-r20404] Added HL C static library project.
Dana RobinsonDana Robinson
5f37fcf8e45M[svn-r20389] Merge with trunk
Allen ByrneAllen Byrne
0c8bbf740b1[svn-r20388] CMake needs to set H5_USE_WIN32_GETTIMEOFDAY to use windows only gettimeofday function.
Dana RobinsonDana Robinson
67b75ddb5c4M[svn-r20366] Merge with trunk
Dana RobinsonDana Robinson
792c48f1878[svn-r20359] Added timezone struct for Windows. Updated Wgettimeofday() to properly emit timezone data.
Dana RobinsonDana Robinson
f0ecb4d3625[svn-r20355] Fixed improper semantics of H5_HAVE_GETTIMEOFDAY.
Dana RobinsonDana Robinson
b1fcffbdd66[svn-r20354] Added driver check and cleaned up code in SEC2 driver.
Dana RobinsonDana Robinson
f2e20d8d6d8[svn-r20329] Added a check for correct driver setting to the stdio, Windows and log VFD tests.
Dana RobinsonDana Robinson
b952b041777[svn-r20327] removed ugly tab
Dana RobinsonDana Robinson
6dd0cda69c3M[svn-r20326] Merge with trunk
Dana RobinsonDana Robinson
389eb11fc80[svn-r20304] Added a README file for VS2010 users. This explains how to fix link errors due to new linkage rules in VS2010.
Dana RobinsonDana Robinson
03193bcad99[svn-r20302] Added log file (which shouldn't be created in this case) to list of files that might need cleanup.
Dana RobinsonDana Robinson
5b3a28e2ecf[svn-r20298] Added windows and stdio tests. The Windows test is skipped on non-Windows platforms.
Dana RobinsonDana Robinson
86cbae7fb70[svn-r20297] Fixed potential integer overflow condition in links test (VS2008 warning).
Dana RobinsonDana Robinson
bc2724c44ba[svn-r20296] - Added a basic test for the log VFD. - Removed "modifications" blurbs from the function comment blocks.
Dana RobinsonDana Robinson
dda25f53be9[svn-r20293] Fix for integer constant overflow warning from Visual Studio.
Dana RobinsonDana Robinson
0b36a136e03[svn-r20287] Added my own Visual Studio solution and projects for HDF5 C library, external zlib and szip libraries, tools and library tests.
Dana RobinsonDana Robinson
207337639edM[svn-r20284] Merge with trunk
Elena PourmalElena Pourmal
1dd25c1ec32[svn-r24460] Maintenance: Checking in modified files after creating released tar ball with the CMake installation fix.
Allen ByrneAllen Byrne
c28d9d31778[svn-r24458] Correct CMAKE_INSTALL_PREFIX for OS X packaging
Elena PourmalElena Pourmal
0e501b05592[svn-r24404] Maintenance: Updated RELEASE.txt file, changed version number to 1.8.12 and ran release script to create release tar ball. Full code freeze in 1.8.12 continues until further notice.
Allen ByrneAllen Byrne
facfaa074d7[svn-r24397] Cleanup testfiles from scripts. Update lists of files to be cleaned. CMake update to clean testfiles. Tested: local linux cmake
Allen ByrneAllen Byrne
07e07f43bc3[svn-r24387] Add missing H5_ prefix Remove redundant function declaration. Authorized commit
Dana RobinsonDana Robinson
bf28d3fb382[svn-r24366] Renamed some of the files to .m. *** BUILD IS BROKEN *** The files in the Objective-C files are not actual Objective-C files!
Dana RobinsonDana Robinson
1bc3a8cc1c6[svn-r24365] Initial attempt at adding Objective-C support to the autotools build process. *** BUILD IS BROKEN *** The files in the Objective-C files are not actual Objective-C files!
Dana RobinsonDana Robinson
9c150ef53c0[svn-r24364] Added BRANCH.txt
Elena PourmalElena Pourmal
7f83157df45[svn-r24357] Maintenance: Created pre2 tar ball for testing and now committing the files for creating ZIP file for Windows. Please no cjeck-ins until further notice.
Elena PourmalElena Pourmal
acacbe7e16c[svn-r24355] Maintenance: Editing to remove some controversial phrasing.
Mark EvansMark Evans
a06bf1d06b7[svn-r24352] Edited for readability.
Mark EvansMark Evans
6c1f6783c89[svn-r24351] Fixed some typos.
Mark EvansMark Evans
4e4fa2ed587[svn-r24350] Edited for readability.
Mark EvansMark Evans
5ca3c06e0a8[svn-r24349] Edited for readability.
Mark EvansMark Evans
dd9064b37f9[svn-r24348] Edited for readability.
Mark EvansMark Evans
95554f99367[svn-r24347] Fixed some typos.
Mark EvansMark Evans
4faf126b6cf[svn-r24346] Edited for readability.
Larry KnoxLarry Knox
a04c9b72a46[svn-r24345] Removed suggested workaround using DESTDIR for make install with shared libs to a location different than the configure prefix. For shared libs, the configure prefix, either default or specified with --prefix, should match the final install destination.
Mark EvansMark Evans
2d8f619424b[svn-r24344] Edited for readability.
Larry KnoxLarry Knox
a69ad417b6b[svn-r24342] Check in documentation entries for HDFFV-7583, "make prefix=XXX install and check-install failed", and HDFFV-8152, "A space in source code directory name (mac) causes Make to fail".
Raymond LuRaymond Lu
b4d233ca83e[svn-r24319] Fix a typo.
Allen ByrneAllen Byrne
abd31122e66[svn-r24313] Move h5repack user-defined filter option to new features section.
Raymond LuRaymond Lu
e2ee6a02abb[svn-r24309] Issue 8147: CLANG compiler with the options -fcatch-undefined-behavior and -ftrapv catches some defined behavior in the alignment algorithm of the macro DETECT_I in H5detect.c. I documented it as a known problem. No test is needed.
Binh-Minh RiblerBinh-Minh Ribler
24c105eb916[svn-r24296] Description: - Added a lot of documentation to classes for Reference Manual. - Fixed some format inconsistencies Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) Linux/64 2.6 (koala)/PGI compilers
Allen ByrneAllen Byrne
cfdfaca0cc7[svn-r24283] Add log file aliases and install step
Albert ChengAlbert Cheng
8e2c45d0b3a[svn-r24281] Bug: HDFFV-8534 Added a known problem of Solaris make install failure. Updated INSTALL to state Gnu make is the preferred version of make. Tested: eyeballed.
Allen ByrneAllen Byrne
3a462efd2c0[svn-r24277] Add known problem for running just make check on tools. The tests for tools use other tools and therefore require the tools be built before testing.
Elena PourmalElena Pourmal
077acdd87f2[svn-r24276] Maintenance for the release: - Changed default build mode to "production" - Removed v110 from the help string for "--with-default-api-version" since 1.8 cannot use 1.10 symbols; this fix should also go to 1.8 branch. Tested on jam with --enable-cxx --enable-configure
Allen ByrneAllen Byrne
2f0c79a1911[svn-r24274] Update URL
Allen ByrneAllen Byrne
ef0318c4d8b[svn-r24271] Correct plugin option name
Raymond LuRaymond Lu
bde05106700[svn-r24269] I added two new files H5Location.cpp and H5Location.h to the make file. Not tested yet.