Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r13253] Updated all C and C++ style source code files with the THG ↵ | Albert Cheng | 2007-02-07 | 1 | -2/+3 |
| | | | | | | | | | copyright notice. Tested platform: Kagiso only since it is only a comment block change. If it works in one machine, it should work in all, I hope. Still need to check the parallel build on copper. | ||||
* | [svn-r12686] Added compression to Packet Tables. Now both C and C++ packet ↵ | James Laird | 2006-09-26 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | tables have an extra parameter that sets the deflate filter. Added tests, made examples use the new APIs. Cleaned up include files a little and removed some casts that I hope are superfluous. If anybody encounters strange errors in the packet table tests where the chunk size is set to some extremely large value, please let me know, but I was unable to reproduce this error on any system. Tested on mir, heping, sol, juniper, VS 6.0. Looked for the chunk size error on several other systems a month or two ago. | ||||
* | [svn-r12314] Purpose: | Quincey Koziol | 2006-04-29 | 1 | -0/+41 |
Code cleanup Description: Big clean up on high-level library code, including: - Removing include of HDF5 private header file(!) - Reduce number of compiler warnings - Untangle header files, etc. Platforms tested: FreeBSD 4.11 (sleipnir) w/C++ Linux 2.4/64 (mir) w/C++ & FORTRAN |