summaryrefslogtreecommitdiffstats
path: root/hl/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29226] HDFFV-9552: merge in java code.Allen Byrne2016-02-291-1/+1
|
* [svn-r28340] Remove dependencies due to flex/bisonAllen Byrne2015-11-131-10/+0
|
* [svn-r28336] Remove flex/bison generationAllen Byrne2015-11-131-72/+3
|
* [svn-r27927] Fix dependencies of flex/bison files.Allen Byrne2015-10-011-2/+4
|
* [svn-r27913] Need to create the directory for the gen filesAllen Byrne2015-09-291-0/+1
|
* [svn-r27911] Add back in the build dirAllen Byrne2015-09-291-5/+5
|
* [svn-r27910] Rework flex-bison generated files to eliminate dual depends ↵Allen Byrne2015-09-291-27/+21
| | | | when building both shared and static
* [svn-r27906] Remove header file name as it is not a direct target (derived ↵Allen Byrne2015-09-291-1/+1
| | | | during BISON process).
* [svn-r27905] Add depends to be sure file existsAllen Byrne2015-09-281-0/+2
|
* [svn-r27904] Correct missing target name charsAllen Byrne2015-09-281-2/+2
|
* [svn-r27895] Rework the generated file dependencies and commands.Allen Byrne2015-09-281-5/+1
|
* [svn-r27846] Fix generated files process.Allen Byrne2015-09-211-0/+39
| | | | Add script for post processing of flex/bison files.
* [svn-r27729] add extra flags to the bison and flex command linesAllen Byrne2015-09-091-3/+3
|
* [svn-r27725] Add initial commands to properly build the generated files.Allen Byrne2015-09-091-5/+50
| | | | | | Added HDF5_GENERATE_HEADERS ON to cacheinit.cmake file. Tested: local linux
* [svn-r27465] Merge dual-binary CMake changesAllen Byrne2015-08-051-13/+23
|
* [svn-r27364] Add Mac Framework supportAllen Byrne2015-07-091-2/+3
|
* [svn-r26594] Merge macros and fortran changes from dual_binary feature.Allen Byrne2015-03-251-1/+1
| | | | Tested: local linux
* [svn-r26208] Update cmake minimumsAllen Byrne2015-02-181-1/+1
|
* [svn-r26040] HDFFV-9018: Install pdb files to bin folder with dlls.Allen Byrne2015-01-261-1/+1
|
* [svn-r24826] HDFFV-8700 -Allen Byrne2014-03-181-2/+3
| | | | | | | | KitWare recommendations: Change CMake commands to lower case. Bump up CMake minimum versions. Split test file into separate file for h5repack test. Tested: local linux
* [svn-r24789] Bump up the minimum cmake versionAllen Byrne2014-03-131-1/+1
|
* [svn-r24782] HDFFV-8700 -Allen Byrne2014-03-111-4/+5
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-13/+13
| | | | | | | KitWare recommendations: Change CMake commands to lower case. Remove INCLUDE_DIRECTORIES in src for target level includes. Change ADD_DEFINITIONS package debug defines into CMake option. Remove -DNDEBUG
* [svn-r23745] HDFFV-8461: Add Windows /MT supportAllen Byrne2013-06-101-0/+1
| | | | This adds the UserMacros.cmake support needed.
* [svn-r23161] ported revisions 23146:23160 from the trunkRaymond Lu2013-01-141-1/+1
|
* [svn-r23079] I updated CMakefile for adding H5DO.c and H5DOpublic.h under ↵Raymond Lu2012-12-051-0/+2
| | | | | | hl/ directory. Not test.
* [svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files ↵Allen Byrne2012-05-241-0/+3
| | | | | | for windows when configured with RelWithDebInfo Tested: local linux and Windows
* [svn-r21804] Update CMake Required version in all folders to match current ↵Allen Byrne2011-12-051-1/+1
| | | | standard 2.8.6
* [svn-r21667] Update FOLDER solution option for target properties. Added ↵Allen Byrne2011-10-251-0/+1
| | | | | | OPTION command for solution folder and no packaging. Tested: local linux
* [svn-r21080] Remove redundant EXPORTS symbol since CMake automatically ↵Allen Byrne2011-07-081-1/+0
| | | | creates it.
* [svn-r19434] Correct use of lib, include, bin in INSTALL commands to use ↵Allen Byrne2010-09-201-4/+4
| | | | | | proper variables. Tested: local linux
* [svn-r19325] Added parallel build commands.Allen Byrne2010-08-311-1/+1
| | | | | | | Corrected use/name of source folder aliases. Duplicated FindMPI.cmake so that non-c++ compiler is found first (recommemded commands did not work). Tested: local linux with mpich
* [svn-r18856] Added CPack commands for installtion programAllen Byrne2010-05-191-3/+5
| | | | Tested: local linux and Windows
* [svn-r18793] Add files to support building library with CMakeAllen Byrne2010-05-131-0/+65
Tested: Local linux