Commit Graph

5400 Commits

Author SHA1 Message Date
Ed Hartnett
67e31b9271 undid changes to CMakeList.txt 2018-07-20 06:32:00 -06:00
Ed Hartnett
0f21e3495e changed tst_attsperf 2018-07-20 06:26:42 -06:00
Ed Hartnett
7fdf22f2a7 fixing parens 2018-07-16 06:23:16 -06:00
Ward Fisher
178f322bd3
Merge pull request #1063 from Unidata/pr-aggregation.wif
Combining some PR's
2018-07-14 11:30:18 -06:00
Dennis Heimbigner
390f3ec0ad
Add warning about user formats
Add warning about this capability being experimental
2018-07-13 11:47:58 -06:00
Dennis Heimbigner
fc3416691c
Typo 2018-07-13 11:41:57 -06:00
Ward Fisher
f4b5f4dc06 Merge branch 'pnetcdf_doc' of https://github.com/wkliao/netcdf-c into pr-aggregation.wif 2018-07-13 11:02:40 -06:00
Ward Fisher
8d150a56b3 Merge remote-tracking branch 'origin/interndocs.dmh' into pr-aggregation.wif 2018-07-13 11:01:43 -06:00
Ward Fisher
36f60e7797 Merge branch 'metadata-perf-cmake' of https://github.com/gsjaardema/netcdf-c into pr-aggregation.wif 2018-07-13 11:00:02 -06:00
Ward Fisher
d4d8b0a618
Merge branch 'master' into metadata-perf-cmake 2018-07-13 10:59:50 -06:00
Ward Fisher
485278f911
Merge branch 'master' into pnetcdf_doc 2018-07-12 14:46:03 -06:00
Dennis Heimbigner
3c23254e34
Fix esupport # HYV-329576
nc_finalize() -> nc_finalize(void)
2018-07-12 12:14:14 -06:00
Ward Fisher
a458df5292
Merge pull request #1060 from Unidata/fix_fortran_test.wif
Correct an issue impacting down-stream packages.
2018-07-11 15:02:18 -06:00
Ward Fisher
82c9788bb8 Correcting #1057, also adding fortran tests to travis-ci for the time being. 2018-07-11 13:30:53 -06:00
Greg Sjaardema
ddabcda2c2 Test should be off by default 2018-07-11 13:40:37 -04:00
Greg Sjaardema
c3f63b6ffe Enable metadata_perf test in CMake build
Currently defaults to enabled, can change top-level
CMakeLists.txt file to change default to disabled
2018-07-11 13:40:31 -04:00
Ward Fisher
9209a2ede5
Merge branch 'master' into interndocs.dmh 2018-07-10 16:00:39 -06:00
Ward Fisher
f9aba77eb5
Merge pull request #1050 from NetCDF-World-Domination-Council/ejh_logging
Fix clang warnings in tst_vars3.c, hdf5file.c, d4read.c, ncuri.c
2018-07-09 14:39:02 -06:00
Ed Hartnett
39d45e9941 fixed clang warning in ncuri.c 2018-07-06 06:52:02 -06:00
Ed Hartnett
8b902e67c9 fxed another clang warning 2018-07-06 06:49:32 -06:00
Ed Hartnett
044b13fe34 fixed another clang warning 2018-07-06 06:41:36 -06:00
Ed Hartnett
0fed77be82 fixed warning 2018-07-06 06:32:09 -06:00
Ed Hartnett
fbe2b19f69 merged upstream master 2018-07-06 05:59:15 -06:00
Dennis Heimbigner
2f162b72e8
typeo 2018-07-05 11:33:03 -06:00
Wei-keng Liao
87ff13d851 add missing info about building netCDF with PnetCDF support 2018-07-05 12:03:39 -05:00
Dennis Heimbigner
bd96509735 Doxygen is apparently buggy when trying to combine a markdown
file with @internal. The equivalent can be faked using
the Doxygen ENABLED_SECTIONS mechanism. See docs/testserver.dox
to see how this is done. So I make --enable-internal-docs
also set ENABLED_SECTIONS = INTERNAL and then used it
in docs/testserver.dox to decide if it needs to be included.
2018-07-01 21:56:59 -06:00
Dennis Heimbigner
c304b2075b
Merge branch 'master' into interndocs.dmh 2018-06-30 13:56:36 -06:00
Ward Fisher
dca50ac4ba
Merge pull request #1030 from NetCDF-World-Domination-Council/ejh_ifdef_clean
ifdef cleanup of netcdf.h
2018-06-30 13:34:39 -06:00
Ward Fisher
211d1d563d
Merge branch 'master' into ejh_ifdef_clean 2018-06-30 10:51:09 -06:00
Ward Fisher
9a41c4178d
Merge pull request #1036 from Unidata/revert-1033-enable-cdf5
Revert "fix cdf5 configure option"
2018-06-30 10:50:45 -06:00
Dennis Heimbigner
40013b72f6 The pr does some cleanup on the internal documentation
in the docs directory.
1. Add a new internal document -- testserver.dox -- to describe
   how to set up and maintain the dap test server.
2. It moves the internal documentation (internal.dox, indexing.dox,
   and testserver.dox) to later in the documentation table of contents.
3. Cleanup the formatting of the internal documents.
4. Cleanup some minor doxygen issues in other files.
2018-06-29 15:06:27 -06:00
Ward Fisher
246b56dedd
Revert "fix cdf5 configure option" 2018-06-29 14:23:40 -06:00
Ward Fisher
1e277590f6
Merge branch 'master' into ejh_ifdef_clean 2018-06-28 17:29:25 -06:00
Ward Fisher
0af56bfab4
Merge pull request #1033 from wkliao/enable-cdf5
fix cdf5 configure option
2018-06-28 17:29:05 -06:00
Wei-keng Liao
a2a33b3a53 cmake boolean type is ON or OFF, not TRUE or FALSE 2018-06-28 15:43:20 -05:00
Wei-keng Liao
02dca6a541 add cmake -L option help string for ENABLE_CDF5 2018-06-28 13:17:08 -05:00
Wei-keng Liao
5d16b2ddcc update check message for --disable-cdf5 2018-06-28 09:49:21 -05:00
Wei-keng Liao
d122d53c78 fix cdf5 configure option 2018-06-28 02:26:42 -05:00
Ed Hartnett
7bb4e8cf4d
Merge branch 'master' into ejh_ifdef_clean 2018-06-27 18:15:37 -06:00
Ward Fisher
7196dfd606
Merge pull request #1028 from NetCDF-World-Domination-Council/ejh_rename
renamed NC_HDF5_FILE_INFO to NC_FILE_INFO
2018-06-27 17:36:24 -06:00
Ward Fisher
3dd9aab138
Merge branch 'master' into ejh_rename 2018-06-27 14:04:58 -06:00
Ward Fisher
83bc499ad4
Merge pull request #1032 from Unidata/newtestserver.dmh
Move to a new remote test server on Jetstream
2018-06-27 14:04:40 -06:00
Dennis Heimbigner
30a4dea21c Disable tst_varsperf; should only be run manually 2018-06-26 15:14:31 -06:00
Dennis Heimbigner
1299a0fcee The Jetstream remote test server is now working.
So it now becomes the first default test server to try.
This also means that the dap4 remote testing is enabled.
The only issue to watch is to see if the jetstream-based
server can stay up for significant periods of time.
A uptimerobot (https://uptimerobot.com) has been set ups
to monitor this hourly, so we shall see.
2018-06-26 13:58:45 -06:00
Ed Hartnett
68a27e15b7 merged upstream/master 2018-06-26 01:30:03 -06:00
Ed Hartnett
b9ebf5d23d
Merge branch 'master' into ejh_ifdef_clean 2018-06-26 01:13:28 -06:00
Ed Hartnett
f51b30d693
Merge branch 'master' into ejh_rename 2018-06-26 01:10:05 -06:00
Ward Fisher
b9d846836b
Merge pull request #1026 from NetCDF-World-Domination-Council/ejh_lazy_atts_2
Lazy read of attributes
2018-06-25 21:04:35 -06:00
Ed Hartnett
1e1c717963
Merge branch 'master' into ejh_ifdef_clean 2018-06-25 17:12:00 -06:00
Ed Hartnett
5100b9c5f7 merged ejh_rename 2018-06-25 17:09:00 -06:00