summaryrefslogtreecommitdiffstats
path: root/c++/examples/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r24906] Merge latest CMake changes from trunk.Allen Byrne2014-03-261-16/+16
| | | | Tested: local linux
* [svn-r24232] Description:Binh-Minh Ribler2013-09-301-0/+20
| | | | | - Merged Allen's CMake updates for the C++ tutorial examples from the trunk - Updated RELEASE.txt
* [svn-r24072] Merge trunk cmake changes to 1.8 branch. Allen Byrne2013-08-261-23/+1
| | | | | | | Also add default switch blocks to h5import. Merge h5dump any_path option from trunk. Tested: local linux
* [svn-r23771] HDFFV-8434,-8437,-8445,-8447,-8461: Merge changes from Trunk.Allen Byrne2013-06-141-0/+1
| | | | Tested: local linux
* [svn-r23211] Merge trunk CMake changes for minimum cmake version of 2.8.10. ↵Allen Byrne2013-01-311-1/+1
| | | | | | This was prompted by HDFFV-8227, OS X requires latest version of cmake for proper support. Tested: local linux
* [svn-r21805] Update CMake Required version in all folders to match current ↵Allen Byrne2011-12-051-1/+1
| | | | standard 2.8.6
* [svn-r21717] Update cmake configurationAllen Byrne2011-11-041-0/+1
| | | | | | | Update cmake to generate source folders in VS Brought parallel changes from trunk Tested: local linux
* [svn-r20323] Correct depends of test for CPP examples and add clear testAllen Byrne2011-03-241-4/+25
| | | | bring r20322 from trunk
* [svn-r20157] Bring CMake changes to branch up to r20156 from trunkAllen Byrne2011-02-251-1/+1
|
* [svn-r19906] Windows: Correct how fortran links in CRT library. Also correct ↵Allen Byrne2011-01-041-1/+1
| | | | | | macro use for checking libtype. Tested: Windows
* [svn-r19898] Remove use of /MT compile flag for building static libs and ↵Allen Byrne2010-12-301-1/+0
| | | | programs. Added BUILT_AS_STATIC_LIBRARY define to set the windows import/export defines correctly for static libraries.
* [svn-r19871] Add tests for examples.Allen Byrne2010-12-031-1/+3
| | | | | | Bring r19870 from trunk Tested: local linux
* [svn-r19362] Move Windows specific compile and link flags to macrosAllen Byrne2010-09-091-10/+1
|
* [svn-r19341] Added cmake tests for c++ examplesAllen Byrne2010-09-021-0/+3
| | | | Tetsed: local linux
* [svn-r19036] Added executable Linker Flag for MSVC static builds: ↵Allen Byrne2010-06-291-0/+10
| | | | | | | | /NODEFAULTLIB:MSVCRT Added VERSION vars for inclusion into auto snapshot version update script Tested windows
* [svn-r18773] Add files to support building library with CMakeAllen Byrne2010-05-121-0/+27
Tested: Local linux