Binh-Minh Ribler
33956e594a
[svn-r25026] Description:
...
Added tobject.cpp.
2014-04-11 22:17:11 -05:00
Binh-Minh Ribler
963bace0d1
[svn-r24928] Purpose: Fix HDFFV-7907
...
Description:
Added transform property list functions
// Constructor creates a dataset transform property list.
DSetMemXferPropList(const char* expression);
// Sets data transform expression.
void setDataTransform(const char* expression) const;
void setDataTransform(const H5std_string& expression) const;
// Gets data transform expression.
ssize_t getDataTransform(char* exp, size_t buf_size=0) const;
H5std_string getDataTransform() const;
Added test file tdspl.cpp.
Platforms tested:
Linux/ppc64 (ostrich)
Linux/32 2.6 (jam)
SunOS 5.11 (emu)
2014-03-30 19:48:46 -05:00
Allen Byrne
d9020f2e35
[svn-r24906] Merge latest CMake changes from trunk.
...
Tested: local linux
2014-03-26 10:00:35 -05:00
Allen Byrne
8194f34ef7
[svn-r24072] Merge trunk cmake changes to 1.8 branch.
...
Also add default switch blocks to h5import.
Merge h5dump any_path option from trunk.
Tested: local linux
2013-08-26 10:35:15 -05:00
Allen Byrne
e41f1a44b8
[svn-r23771] HDFFV-8434,-8437,-8445,-8447,-8461: Merge changes from Trunk.
...
Tested: local linux
2013-06-14 09:24:27 -05:00
Allen Byrne
13693b307c
[svn-r23211] Merge trunk CMake changes for minimum cmake version of 2.8.10. This was prompted by HDFFV-8227, OS X requires latest version of cmake for proper support.
...
Tested: local linux
2013-01-31 12:30:34 -05:00
Allen Byrne
6158a3128c
[svn-r21805] Update CMake Required version in all folders to match current standard 2.8.6
2011-12-05 11:32:07 -05:00
Allen Byrne
141383fb26
[svn-r21717] Update cmake configuration
...
Update cmake to generate source folders in VS
Brought parallel changes from trunk
Tested: local linux
2011-11-04 13:45:41 -05:00
Allen Byrne
d9ce505d54
[svn-r21608] 1.8 needs file copied because it does not use srcdir function
2011-10-19 13:03:26 -05:00
Allen Byrne
76313da943
[svn-r20183] Add HDF5_USING_MEMCHECKER guards around script mode ADD_TEST. This will replace the list of ignore tests in CTestCustom.cmake file.
...
Bring back from trunk
Tested: local linux
2011-03-04 08:46:09 -05:00
Allen Byrne
7eb98436fc
[svn-r20157] Bring CMake changes to branch up to r20156 from trunk
2011-02-25 09:33:50 -05:00
Allen Byrne
3771df0757
[svn-r19906] Windows: Correct how fortran links in CRT library. Also correct macro use for checking libtype.
...
Tested: Windows
2011-01-04 13:23:24 -05:00
Allen Byrne
8a7bf1ae4e
[svn-r19898] Remove use of /MT compile flag for building static libs and programs. Added BUILT_AS_STATIC_LIBRARY define to set the windows import/export defines correctly for static libraries.
2010-12-30 09:03:15 -05:00
Allen Byrne
2c15a77019
[svn-r19705] Added VFD test options.
...
Tested: local linux
2010-11-01 17:00:03 -05:00
Allen Byrne
ff47a7df1b
[svn-r19362] Move Windows specific compile and link flags to macros
2010-09-09 11:31:46 -05:00
Allen Byrne
c9cf76d5f9
[svn-r19326] Added parallel build commands.
...
Corrected use/name of source folder aliases.
Duplicated FindMPI.cmake so that non-c++ compiler is found first (recommemded commands did not work).
Bring r19325 from trunk
Tested: local linux with mpich
2010-08-31 15:20:12 -05:00
Allen Byrne
286b06971d
[svn-r19036] Added executable Linker Flag for MSVC static builds: /NODEFAULTLIB:MSVCRT
...
Added VERSION vars for inclusion into auto snapshot version update script
Tested windows
2010-06-29 15:04:46 -05:00
Allen Byrne
df8026cc51
[svn-r18780] Corrected typo of variable used by H5srcdir_str.h.in.
...
No test as it is actually not used in branch
2010-05-12 16:22:38 -05:00
Allen Byrne
84103cef85
[svn-r18773] Add files to support building library with CMake
...
Tested: Local linux
2010-05-12 13:51:33 -05:00