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