Commit Graph

364 Commits

Author SHA1 Message Date
Ward Fisher
0443a1c87a Reorganized cmake status message. Refining support for parallel netcdf. 2014-03-17 12:18:39 -06:00
Ward Fisher
2b962ec82f Remove stray debugging code. 2014-03-13 13:03:04 -06:00
Ward Fisher
726bfc69b0 Adding checks for HDF5 parallel. Need to accomodate different versions of FindHDF5.cmake. 2014-03-13 13:00:27 -06:00
Ward Fisher
48315d6747 Added a stanza for cases where the hdf5 library version cannot be determined. 2014-03-12 12:56:21 -06:00
Ward Fisher
019de54669 Merge branch 'hdf5-version-check' of https://github.com/nschloe/netcdf-c into nschloe-hdf5-version-check 2014-03-12 11:20:39 -06:00
Ward Fisher
ef195dd4a3 Added checks for CURLOPT_KEYPASSWD and CURLINFO_RESPONSE_CODE in CMakeLists.txt for DAP-enabled builds. 2014-03-11 14:31:41 -06:00
Ward Fisher
1e9f243f85 Fixed netcdf-c issue #30 (on github) related to cmake-generated nc-config script.
Initial split of Guide from rest of documentation.  Using 'tagfiles' to cross-reference from one documentation set to the other works, but then it drags all of the 'external' related pages into the index of the other.

Modified visability of the external groups and pages.

Adding proper section names to 'Example' sections, to avoid Doxygen warnings.

Initial split of Guide from rest of documentation.  Using 'tagfiles' to cross-reference from one documentation set to the other works, but then it drags all of the 'external' related pages into the index of the other.

Modified visability of the external groups and pages.

Adding proper section names to 'Example' sections, to avoid Doxygen warnings.

Reorganizing documentation into two separate doxygen projects.

Moved .texi documents into an old directory.

Pulled the tutorial document into a separate document, similar to the guide document.

Turned on treeview
2014-03-11 13:07:04 -06:00
Nico Schlömer
aa77f065e9 added HDF5 version check 2014-03-09 15:16:15 +01:00
Ward Fisher
e05ce93d17 Fixed netcdf-c issue #30 (on github) related to cmake-generated nc-config script. 2014-03-08 17:39:09 -07:00
Ward Fisher
f0475ada7b Reformatted the configuration summary message generated by cake.
Turned off tree view for generated documentation (for the time being).
Added a link to the Continuous Integration dashboard from the main page.
2014-03-08 17:04:14 -07:00
Ward Fisher
c72ac7219e Added ENABLE_DAP_AUTH_TESTS flag to CMakelists files. 2014-03-07 13:58:09 -07:00
Nico Schlömer
622e319e8d remove tabs from CMakeLists.txt 2014-03-07 16:46:26 +01:00
Nico Schlömer
76bd3a328f improve mechanism by which to find parallel HDF5
So far, CMakeLists.txt made the assumption that ${HDF5_LIB} is always defined
in order to determine if it has parallel support. This is not the case, compare
with bug #25.
Make use of FIND_PACKAGE(HDF5) now; it sets HDF5_IS_PARALLEL anyways.
2014-03-07 16:40:50 +01:00
Ward Fisher
e68710d465 Added a new cmake-based option, ENABLE_DOXYGEN_TODO_LIST. When used, the generated documentation will include a 'todo' page. This is generally for internal consumption only, so that pages and sections that need review or editing can be flagged. 2014-02-27 14:19:28 -07:00
Ward Fisher
030645c222 Updated Cmake builds to properly manage the 'ENABLE_INTERNAL_DOCS' option.
Reformatted documentation to make things a little more cohesive.
2014-02-20 15:48:01 -07:00
Ward Fisher
75a71ffcf0 Reorganized doxygen documents, renamed .doc files as .dox.
Bumped revision to 4.3.1.2.  There may not be a 4.3.1.2 release, but I didn't want to leave it as 4.3.1.1.
Removed CMake-specific doxygen/documentation template, made changes required so that
CMake and autotools-based builds can use the same template (Doxyfile.in).
2014-02-19 16:32:26 -07:00
Ward Fisher
3711978f94 Reordered declarations in CMakeLists.txt, expanded configuration summary a little bit. 2014-02-18 15:09:30 -07:00
Ward Fisher
23ba607336 Added a check for stddef.h in CMakeLists.txt; some linux versions do not store stddef in /usr/include, but rather /usr/include/linux. 2014-02-07 09:51:47 -07:00
Ward Fisher
8aee60dd43 Reordered HDF4 test calls in CMakeLists.txt in nc_test4 to remove an error caused by running tests out of order. 2014-02-07 09:37:17 -07:00
Ward Fisher
154c2a6edf Stopped tracking a cmake-specific pkgconfig template; using the same one as autotools. Tightened up cmake summary a little, now a pkg-config file is generated. 2014-02-06 16:17:30 -07:00
Ward Fisher
7debd132d2 Bumped version to 4.3.1.1 in preparation for upcoming bugfix release.
Modified the Doxyfile templates to use 'dot', when available, to generate class diagrams instead of the inferior diagram engine bundled in doxygen.
2014-02-04 16:13:18 -07:00
Ward Fisher
7b743d68ad An issue turned out to be related to gcov symbols inserted at link time by the gcov libraries. Removing mcmodel argument. 2014-01-24 12:25:27 -07:00
Ward Fisher
6c1d499e87 Move option definition in CMakeLists.txt 2014-01-24 11:15:17 -07:00
Ward Fisher
3d681fa183 Reformatted CMakeLists.txt to move compiler options into a single unified block at the top. 2014-01-24 11:10:41 -07:00
Ward Fisher
dedeffc822 Removed stray character. 2014-01-24 10:31:37 -07:00
Ward Fisher
8ef7441a5e Added new variable, 'ENABLE_UNUSED_VAR_PAR_WARNINGS' to make debug output more or less verbose. It is off by default. 2014-01-24 10:30:14 -07:00
Ward Fisher
63ac4cf10e Updated version in preparation for 4.3.1 release. 2014-01-16 13:44:12 -07:00
Ward Fisher
d46a18c2bb Bumped revision in configure.ac, CMakelists.txt. 2013-12-19 14:38:07 -07:00
Ward Fisher
9f40e2cee2 Updated RELEASE NOTES, bumped revision to rc6 in preparation for forthcoming release candidate. 2013-12-19 10:21:34 -07:00
Ward Fisher
d1886a5524 CMake: Added option to run HDF4 file tests, as well as a check for ‘wget’; without wget, these tests cannot be run. 2013-11-22 15:45:53 -07:00
Ward Fisher
d1afda5c7d CMake: Added a check for libjpeg when compiling with HDF4 support. 2013-11-22 15:20:21 -07:00
Ward Fisher
842ca6b998 It appears that we will need to do another release candidate. Bumped the revision in the configuration tools. 2013-11-22 14:53:42 -07:00
Ward Fisher
5566cbb772 Added a check for _filelengthi64 in configuration. When found, this will be used instead of fstat when computing file length. 2013-11-04 12:58:33 -07:00
Ward Fisher
14ba5f0385 Added definition for Windows systems to use 64-bit fstat. 2013-10-31 11:10:20 -06:00
Ward Fisher
78d19f69fd Updating for Windows Large File Support. 2013-10-16 16:44:11 -06:00
Ward Fisher
51c0cc0c46 Removed detritus from CMakeLists.txt 2013-10-09 16:05:50 -06:00
Ward Fisher
36aa3f2078 Added new variable to MSVC-based builds, NC_MSVC_STACK_SIZE. This variable allows the user to change the default stack size of 1000000. 2013-10-09 16:02:13 -06:00
Ward Fisher
c886b4c374 Increased stack size on Windows builds. 2013-10-08 16:15:41 -06:00
Ward Fisher
82f835edbb Corrected an issue when compiling with HDF4 and CMake. 2013-10-08 12:59:33 -06:00
Ward Fisher
c8baf5c0e3 Updating how Windows tracks HDF5 libraries to link against. 2013-10-07 11:14:24 -06:00
Ward Fisher
c61b058807 Updated CMakeLists.txt to only link against the HDF5_hdf5 and HDF5_hdf5_hl libraries. 2013-10-04 17:07:10 -06:00
Ward Fisher
4eb423312c Removed a duplicate section. 2013-09-30 15:56:46 -06:00
Ward Fisher
75f45e53ec Reorganizing CMakeLists.txt for clarity and expanded options. Attempting to clean up some warnings on output, and to make it easier to find things within the file. 2013-09-30 15:51:34 -06:00
Ward Fisher
1aef893cea Updated configuration files, RELEASE_NOTES so that changes from this point forward go under the heading of rc4. This may be changed if there is not a new release candidate. 2013-09-24 16:32:39 -06:00
Ward Fisher
beead09310 Added NC_USE_STATIC_CRT option to Cmake-based builds. 2013-09-18 14:49:37 -06:00
Orion Poplawski
a9518d07b3 Fix some cmake syntax errors 2013-09-16 12:16:44 -06:00
Ward Fisher
49ad32e610 Added new option to enable/disable 'Data Conversion warnings', ENABLE_CONVERSION_WARNINGS, when using CMake-based builds.
Added a custom cmake test configuration file to override the default '50' warnings when submitting to a remote dashboard.
Updated Building-with-CMake file.
2013-09-16 11:45:34 -06:00
Ward Fisher
e636881aa7 Debugging an issue with LFS tests on Windows. 2013-09-03 14:22:55 -06:00
Ward Fisher
4e4974bfdc Added note in CMakeLists.txt to specify why we're doing something on Windows platforms. 2013-08-30 15:25:28 -06:00
Ward Fisher
5f8f8e8c73 Debug LFS issue on Windows. 2013-08-30 15:16:17 -06:00
Ward Fisher
38ea619b99 Made H5_USE_16_API an option in CMakeLists.txt, added string to describe what it does. 2013-08-28 12:57:07 -06:00
Ward Fisher
e117af0ab7 Made H5_USE_16_API an option in CMakeLists.txt, added string to describe what it does. 2013-08-28 12:43:45 -06:00
Ward Fisher
b6e4715104 Added fixes to CMake-based system, when building pnetcdf. 2013-08-26 13:50:27 -06:00
Ward Fisher
bd51d8d568 Removed older directories no longer used in active development:
* librpc/
	* udunits/
	* libcf/
	* libcdmr/

Updated RELEASE_NOTES.md to reflect this.
Removed any dangling references from configure.ac, CMakeLists.txt.
2013-08-22 15:26:42 -06:00
Ward Fisher
c768cbd4e9 Merge branch 'master' of file:///media/psf/Home/Desktop/gitprojects/netcdf-c 2013-08-22 11:24:36 -06:00
Ward Fisher
9d99fbdcaa Added reference for Apple configuration. 2013-08-22 11:24:30 -06:00
Ward Fisher
36a1eb9a1a Re-added use of CMAKE_INSTAL_LIBDRI 2013-08-22 11:23:19 -06:00
Ward Fisher
6a0978594c Updating CMakeLists.txt to address RPATH problem on OSX. 2013-08-22 11:15:12 -06:00
Ward Fisher
4d4e431c6a Bumped next revision to be RC3 for 4.3.1. 2013-08-21 13:38:36 -06:00
Ward Fisher
dae5e2f697 Added a short copyright message at head of a couple CMakeLists files; this will be propegated to the others.
Updated version in configure.ac to 4.3.1-rc2.
2013-08-15 09:43:59 -06:00
Ward Fisher
43532c4193 Updated revision to rc2.
Refactored CMakeLists.txt in libsrc to generate, install netcdf.3 man page.
2013-08-13 15:42:45 -06:00
Orion Poplawski
392d6bcbf6 Use GNUInstallDirs to install into /usr/lib64 as needed 2013-08-13 10:00:22 -06:00
Ward Fisher
f43bf8f1da Addressed a handful of issues identified by
Coverity static analysis.
2013-08-05 20:36:33 +00:00
Ward Fisher
b6d855c0b9 Added NC_HAVE_RENAME_GRP as per Charlie Zender's request:
https://www.unidata.ucar.edu/esupport/staff/index.php?_m=tickets&_a=viewticket&ticketid=22442

Updated configure.ac, CMakeLists.txt to reflect the upcoming 4.3.1-rc1
release.

Added notes to RELEASE_NOTES and RELEASE_NOTES.md
2013-08-01 21:55:32 +00:00
Ward Fisher
40382e8dde Merged latest changes from netcdf-cmake branch. 2013-06-20 20:38:23 +00:00
Ward Fisher
1b6ceaa8db Modified nc-config.in.cmake to generate an nc-config that uses syntax
in line with the nc-config generated by autotools.
2013-06-17 17:27:05 +00:00
Ward Fisher
b4e198d163 Added '--enable-dynamic-loading' to autotools-based builds, and
-DENABLE_DYNAMIC_LOADING to cmake-based builds.

This will allow for compatibility with hdf5 1.8.11 builds that
have enabled dynamic building (depends on libdl).

See Jira ticket NCF-258
2013-06-10 21:48:11 +00:00
Ward Fisher
33d3d06971 Added initial 'make dist', 'make distcheck' support to
CMake-based builds.
2013-06-03 16:42:04 +00:00
Ward Fisher
da16fc1cde Fixed an issue with Windows builds
not compiling due to how
ssize_t was being detected/defined.
2013-05-24 21:19:07 +00:00
Ward Fisher
2c63696151 Modified config.h template used by cmake to properly
check for existance of ssize_t.
2013-05-22 16:30:54 +00:00
Dennis Heimbigner
c583f91992 merge with trunk and fix conflicts 2013-05-10 17:04:28 +00:00
Ward Fisher
df9a54b689 o Fixed the SOVERSION for CMake-based builds.
o Updated autotools-based build to include files required for CMake-based 
builds.

o Updated Markdown-based documentation processed by Doxygen to include a
CMake FAQ.
2013-05-08 21:59:11 +00:00
Ward Fisher
2d0dbcfa1d Merged latest from CMake branche.
Fixed an error on very small files (< 4 bytes) that was only occuring on sol. Updated CMake configuration file.
2013-05-01 23:55:24 +00:00
Ward Fisher
7d8bee2320 Updated version number to 4.3.0 2013-04-29 20:23:42 +00:00
Ward Fisher
10807379c3 Merging from CMake branch in preparation for 4.3.0 release. 2013-04-29 20:15:57 +00:00
Ward Fisher
4a274b9870 Merged latest changes from cmake development branch.
Addressed a number of memory-related problems
reported by Coverity.
2013-04-02 22:09:31 +00:00
Ward Fisher
b4bc5bfe24 Incorporating changes in preparation for
releasing 4.3.0RC4.
2013-03-27 19:19:10 +00:00
Ward Fisher
57fa9b3d5f Merged latest changes from netcdf-cmake branch.
Includes a few windows fixes, plus the skeleton
for 'make dist' and 'make distcheck' support
in cmake-based builds.
2013-03-27 19:15:00 +00:00
Ward Fisher
9f187a1484 Merged the fix for NCF-29 from Quincy into the trunk. 2013-03-26 18:57:26 +00:00
Dennis Heimbigner
c659633d2e merge from trunk 2013-03-26 16:45:02 +00:00
Ward Fisher
6e5e794e89 Merged latest changes from netcdf-cmake branch in preparation for next release candidate (4.3.0 rc4). 2013-03-25 20:28:40 +00:00
Ward Fisher
f26a4a559a Merged latest from netcdf-cmake branch.
Addressed several cmake-related issues, in terms of
building on Windows.  Also added XGetopt.c to 
EXTRA_dist in Makefile.am files.
2013-03-19 22:40:15 +00:00
Dennis Heimbigner
dea3c726c8 merge trunk into this branch 2013-03-15 20:31:07 +00:00
Ward Fisher
239a8e3c56 Neglected to update the version number in the build chains. 2013-03-11 21:21:20 +00:00
Ward Fisher
03fb6a2ac2 Merging latest changes from netcdf-cmake branch. 2013-03-11 21:13:51 +00:00
Ward Fisher
1ca3153d96 Merged changes from netcdf-cmake branch. 2013-03-08 23:36:40 +00:00
Ward Fisher
ca40a29fb1 Changed fsync to 'off' by default, based on conversation
with Russ, stemming from a discussion on netcdfgroup
related to slow responses from filesystems when fsync
is enabled.
2013-03-05 20:29:49 +00:00
Ward Fisher
abb8364f95 Fixed issue with linked libraries losing RPATH during installation. 2013-02-26 22:11:09 +00:00
Ward Fisher
0140ae8e71 Merge with latest cmake branch.
Added check for HAVE_STDINT_H in utf8proc.h,
to accomodate older visual studio versions
that require pnetcdf.h.
2013-02-26 17:54:41 +00:00
Ward Fisher
ba6bcca272 Updated files to next rc (4.3.0rc2) 2013-02-22 21:03:02 +00:00
Ward Fisher
12b7ac7048 o Improved package_source support in CMake-based builds.
o Corrected an issue related to uninitialized variables
which caused test failures on 2 test systems under
very specific circumstances.
2013-02-19 23:29:41 +00:00
Ward Fisher
1e4b930ad6 Updated version for 4.3.0 rc1 2013-02-19 17:35:21 +00:00
Ward Fisher
9ad4383ff8 Merged final changes against netcdf-cmake branch in preparation for
4.3.0-rc1
2013-02-19 17:13:24 +00:00
Ward Fisher
49b144143d CMake fixes for enabling MMAP tests. 2013-02-14 20:24:02 +00:00
Ward Fisher
51848614c3 Corrected parallel support in CMake, including
library checks and parallel IO tests.  Updated 
CMake-related documentation.
2013-02-12 22:22:54 +00:00
Ward Fisher
8d6bfcd534 Added new tests to CMake test system. 2013-02-06 23:09:19 +00:00
Ward Fisher
e8053ad518 Corrected CMake behavior in doxygen.
Updated documentation to reflect location of
CMake-related Documentation for netCDF-C.
2013-01-30 21:13:32 +00:00
Ward Fisher
19dcece866 Merged latest trunk, addressed NC_MAX_DIMS dependence in libsrc4 2013-01-28 18:31:02 +00:00
Ward Fisher
ede56bae41 Corrected a couple of issues related to DAP tests, based on feedback from users. 2013-01-25 17:51:33 +00:00
Ward Fisher
23647a6910 2013-01-22 20:37:23 +00:00
Ward Fisher
91188cea7a Merging CMake branch into trunk. Changes include:
CMake related changes in CMakeLists.txt files,
cmake_config.h.in. Other changes relate to 
Windows-specific issues, and changes made
when regenerating generated source files.
2013-01-15 22:43:09 +00:00
Ward Fisher
21523c8582 Merged changes from cmake branch. oc2 changes are just
'file property' changes, not sure what exactly.
2012-12-20 21:50:45 +00:00
Ward Fisher
7b91248723 Merged changes from netcdf-branch.
o Changed variable names 'typeid' to 'typeid1' to avoid a namespace conflict
in visual studio.
o Cleaned up a handful of warnings in Visual Studio.
o Addressed a few Coverity-discovered issuesl
o Made changes to CMake-based builds.
2012-12-13 22:09:41 +00:00
Ward Fisher
81280c7878 Merge from latest netcdf-cmake branch.
- Fixes for Windows.
- CMake-based changes (functionality, tests).
- Smattering of coverity-informed bug-fixes.
2012-12-05 18:35:42 +00:00
Ward Fisher
ff631c8156 Merged latest changes from cmake branch.
o Improved CMake support.
o Cmake module compatibility (netcdf-config*.cmake.in).
2012-11-19 21:43:12 +00:00
Ward Fisher
9f443e01cf Refactored how HDF5 is searched for. 2012-11-09 22:45:33 +00:00
Ward Fisher
9b751ac7af Modified method for locating szip.lib 2012-11-09 21:19:17 +00:00
Ward Fisher
c127c03923 2012-11-07 17:35:35 +00:00
Ward Fisher
f4dea1a337 2012-11-07 17:34:05 +00:00
Ward Fisher
a3341e1987 2012-11-07 17:30:12 +00:00
Ward Fisher
cc25ae9c4b 2012-11-05 22:52:14 +00:00
Ward Fisher
9c8c3b468a 2012-11-05 22:44:01 +00:00
Ward Fisher
1aa9a95cbb Added new option to allow for custom library names. 2012-10-31 22:17:33 +00:00
Ward Fisher
e427d52e1b Removing pkgconfig support for now. 2012-10-30 17:11:51 +00:00
Ward Fisher
c43bc9957a Initial stab at pkgconfig support. Not complete. 2012-10-29 18:46:56 +00:00
Ward Fisher
db4a3160ef 2012-10-26 21:41:07 +00:00
Ward Fisher
28741e1761 2012-10-24 19:49:31 +00:00
Ward Fisher
45d035d587 Changed some options 2012-10-15 21:58:13 +00:00
Ward Fisher
1f61eefdcc Removed CDash info from the CMakeLists.txt file. 2012-10-11 22:42:53 +00:00
Ward Fisher
30c2bfac83 Added files to support an 'uninstall' target. 2012-10-11 22:31:50 +00:00
Ward Fisher
448a95d74d 2012-10-09 20:56:27 +00:00
Ward Fisher
4072bb97a1 A few CMake-related changes. 2012-10-09 16:42:09 +00:00
Ward Fisher
d24422c126 Modified CMake configuration to fix some problems present on 64-bit linux. 2012-10-03 20:47:34 +00:00
Ward Fisher
51ff4c0ec6 2012-10-03 17:44:54 +00:00
Ward Fisher
faf8e03d62 Corrected a CPack issue, so that dependencies are included. 2012-10-03 17:13:19 +00:00
Ward Fisher
8e6a7cb056 Fixed error building shared libs on 64-bit linux. 2012-10-03 16:39:27 +00:00
Ward Fisher
5f4286b6a2 2012-10-02 20:56:46 +00:00
Ward Fisher
3243ccad1f A few changes to cmake tests. 2012-10-02 20:30:25 +00:00
Ward Fisher
7a226dd3f1 Merging the win_netcdf branch into the trunk. 2012-09-27 22:50:41 +00:00
Ward Fisher
dfed98c691 Add code to generate an export library. 2012-09-24 21:31:59 +00:00
Ward Fisher
5259123089 2012-09-24 20:48:12 +00:00
Ward Fisher
bcf0bfc96d 2012-09-21 20:51:31 +00:00
Ward Fisher
0d221a4e20 2012-09-20 21:18:20 +00:00
Ward Fisher
91d8839443 Cleaning up some detritus in the CMakeLists.txt file. 2012-09-18 15:29:59 +00:00
Ward Fisher
59af056da6 2012-09-14 16:15:18 +00:00
Ward Fisher
a1fda0f885 2012-09-13 22:07:35 +00:00
Ward Fisher
7b801fb6db 2012-09-13 20:50:57 +00:00
Ward Fisher
347a883081 2012-09-13 20:41:54 +00:00
Ward Fisher
2de3388cf1 Additional CMake usage. 2012-09-13 18:27:23 +00:00
Ward Fisher
a83c1bd851 2012-09-12 20:18:48 +00:00
Ward Fisher
a900a4a399 2012-09-11 20:17:24 +00:00
Ward Fisher
d6c7112481 2012-09-11 19:53:47 +00:00
Ward Fisher
c802a16c06 2012-09-07 16:38:03 +00:00
Ward Fisher
54a3c8290a 2012-09-07 16:34:23 +00:00
Ward Fisher
9102a07a8b 2012-09-07 16:12:50 +00:00
Ward Fisher
e797d3ed50 2012-09-06 22:59:45 +00:00
Ward Fisher
7d2a113912 2012-09-06 22:48:22 +00:00
Ward Fisher
0223143eb1 2012-09-04 21:12:17 +00:00
Ward Fisher
7736efcc62 2012-09-04 20:46:45 +00:00
Ward Fisher
74458ec912 2012-09-04 19:52:48 +00:00
Ward Fisher
5f3dfc5024 Updated check for Curl libraries. 2012-09-04 17:05:53 +00:00
Ward Fisher
9d4199fa74 2012-08-30 16:22:03 +00:00
Ward Fisher
3563643a32 2012-08-29 22:33:25 +00:00
Ward Fisher
333b7cfc86 2012-08-29 22:05:33 +00:00
Ward Fisher
c6019b7e94 2012-08-29 22:04:31 +00:00
Ward Fisher
b81dc4373d Changed how HDF5 is located. 2012-08-29 21:33:28 +00:00
Ward Fisher
4a598ea5e5 Corrected a path error when building a source package. 2012-08-29 19:46:19 +00:00
Ward Fisher
15231a8a66 2012-08-29 19:09:00 +00:00
Ward Fisher
e62a487fd1 2012-08-29 19:07:36 +00:00
Ward Fisher
9e8cfcf808 Additional CMake support, CPack support. 2012-08-29 18:58:08 +00:00
Ward Fisher
31cfdd5910 Added 'examples' directory to CMake 2012-08-28 22:31:07 +00:00
Ward Fisher
6d6542a85a Corrected a macro error. 2012-08-28 19:38:32 +00:00
Ward Fisher
04e61d5894 Added MSVC-compatibility items. 2012-08-27 21:19:25 +00:00
Ward Fisher
643a80f178 Excluded tests when building using Visual Studio. 2012-08-27 18:57:18 +00:00
Ward Fisher
3b76a69484 Began building exclusions list for source package redistribution. 2012-08-24 21:01:07 +00:00
Ward Fisher
7ef113df5f 2012-08-24 18:24:58 +00:00
Ward Fisher
58035ff8f2 Added new tests, CMake functionality. 2012-08-21 20:08:53 +00:00
Ward Fisher
8f9120e3a9 Modified to work on Windows 2012-08-20 22:49:53 +00:00
Ward Fisher
6da7859b0b Added changes related to documentation generation. 2012-08-17 21:37:40 +00:00
Ward Fisher
61c0ca0bbd Corrected a few tests 2012-08-16 22:51:45 +00:00
Ward Fisher
c8febf92ed Modified related to m4 file conversion macro. 2012-08-13 16:10:36 +00:00
Ward Fisher
ba9924421c 2012-08-13 15:43:49 +00:00
Ward Fisher
23a731a558 2012-08-13 15:41:35 +00:00
Ward Fisher
c779849f27 Undoing a change to how linked files are computed. 2012-08-10 23:06:10 +00:00
Ward Fisher
41bb7c892d 2012-08-10 22:59:40 +00:00
Ward Fisher
94da991824 2012-08-10 21:45:06 +00:00
Ward Fisher
9b3d24cbc0 2012-08-10 21:44:00 +00:00
Ward Fisher
5e9d4000e1 Added additional tests in CMake 2012-08-10 20:55:07 +00:00
Ward Fisher
85f6c4cc08 Additional changes in support of CMake, CTest 2012-08-09 22:54:19 +00:00
Ward Fisher
14619ec4c4 2012-08-09 18:40:41 +00:00
Ward Fisher
5e16f2c80c 2012-08-09 16:39:13 +00:00
Ward Fisher
db32d50664 2012-08-09 16:06:02 +00:00
Ward Fisher
eb238ae3e2 2012-08-08 22:46:28 +00:00
Ward Fisher
05cde40552 2012-08-08 22:31:28 +00:00
Ward Fisher
77bd943296 2012-08-08 17:24:32 +00:00
Ward Fisher
8ef94646a1 Corrected a few windows-related errors. 2012-08-08 16:04:11 +00:00
Ward Fisher
db0f2425db Added additional tests 2012-08-07 22:42:42 +00:00
Ward Fisher
0a964ad8b1 Updated CMake files, added a few changes to fix linux-based compile warnings. 2012-08-07 21:34:55 +00:00
Ward Fisher
0ee2fba307 Expanded ctest functionality. 2012-08-07 20:21:44 +00:00
Ward Fisher
02828e917a Integrated more tests, added additional CMake functionality 2012-08-06 23:07:40 +00:00
Ward Fisher
e2293a4368 Begin integrating CTest and CDash functionality. 2012-08-06 20:53:34 +00:00
Ward Fisher
cf634c0cc8 2012-08-06 17:23:23 +00:00
Ward Fisher
64365a8ad7 CMake-related updated. 2012-08-06 16:57:29 +00:00
Ward Fisher
751c41928a Additional CMake changes. 2012-08-03 22:24:29 +00:00
Ward Fisher
0d90326575 Integrated latest changes to trunk, added preliminary CPack support. 2012-08-02 22:56:57 +00:00
Ward Fisher
1af2b768b0 Merged changes from trunk (mainly Dennis' oc2 inclusion). 2012-07-31 22:04:25 +00:00
Ward Fisher
adfd7579de Additional CMake files 2012-07-25 22:09:19 +00:00
Ward Fisher
dfdad6adf7 Additional CMake support changes. 2012-07-24 22:53:58 +00:00
Ward Fisher
9726e2d283 2012-07-23 20:09:26 +00:00
Ward Fisher
bf423da6bf CMake-related tests. 2012-07-23 19:40:08 +00:00