Ward Fisher
f710b29d44
Updated release notes.
2017-05-24 14:03:50 -06:00
Ward Fisher
68f5e3a2d6
No idea how this was possibly working, previously.
2017-05-23 16:55:29 -06:00
Ward Fisher
f29ae34572
Corrected another typo.
2017-05-23 16:41:23 -06:00
Ward Fisher
b717a22284
Corrected a typo.
2017-05-23 16:36:46 -06:00
Ward Fisher
b88507e7de
More rigorous sync between old config.h cmake template and the current one.
2017-05-23 16:32:36 -06:00
Ward Fisher
ac56c10b0d
Updated config.h template for CMake with some large file info.
2017-05-23 16:12:26 -06:00
Ward Fisher
cfdc3ea605
Restored the old non-working config.h template so that the comparisons can be easily made.
2017-05-23 16:07:18 -06:00
Ward Fisher
9408607d81
Added a version of config.h.cmake.in, based on the version from 4.4.1.1, that fixes at least one of the tests broken under the more recent re-written config.h.cmake.in.
2017-05-23 16:03:58 -06:00
Dennis Heimbigner
7070ad14a7
Missing CMakeLists.txt files
2017-05-17 19:33:03 -06:00
Dennis Heimbigner
3a74ee9a94
Decided that dap4 <Map>'s that refer to struct
...
or seq fields is not a well-defined concept. So
for now, I am disallowing them. Required
updating a number of test files in
dap4_test. This is tagged by the line
#undef ALLOWFIELDMAPS
in ./libdap4/ncd4types.h. This should
affect only dap4 and nothing else.
2017-05-17 17:53:59 -06:00
Dennis Heimbigner
132ac21c46
ckp
2017-05-17 12:30:24 -06:00
Ward Fisher
42ba263377
Corrected an else statement.
2017-05-12 15:49:41 -06:00
Ward Fisher
c685174a30
Merge branch 'gh385-lfs' of github.com:Unidata/netcdf-c into gh385-lfs
2017-05-12 15:34:15 -06:00
Ward Fisher
9c78b4686b
Restored some file checks.
2017-05-12 15:33:02 -06:00
Ward Fisher
e8ebe66b17
Addressing issues in large file tests on Windows.
2017-05-12 15:02:49 -06:00
Ward Fisher
f8c7df70b3
Corrected an issue where run_diskless2.sh was not properly configured.
2017-05-10 16:55:47 -06:00
Ward Fisher
e1ff8f9873
Merge pull request #393 from wkliao/open_check_vlens
...
check the number of legal large variables at open time
2017-05-08 10:36:13 -06:00
Ward Fisher
051bd3b81a
Merge branch 'master' into open_check_vlens
2017-05-05 17:02:36 -06:00
Ward Fisher
e29dc26ee2
Merge pull request #400 from thehesiod/nc_open_mem_fix
...
fix nc_open_mem
2017-05-05 16:57:51 -06:00
Ward Fisher
756dca55ac
Merge branch 'master' into nc_open_mem_fix
2017-05-04 13:51:05 -06:00
Ward Fisher
e39c26dc58
Merge pull request #403 from Unidata/memio.dmh
...
Fix NC_DISKLESS returns garbage data for certain files
2017-05-04 13:00:48 -06:00
Ward Fisher
ce20f3bf53
Corrected a build issue on windows for tst_diskless5, and updated release notes.
2017-05-04 10:58:18 -06:00
Alexander Mohr
a8c8143ebe
Revert "fix strange garbage results"
...
This reverts commit 09ba25c71d
.
2017-05-03 12:25:54 -07:00
Dennis Heimbigner
455f3b9976
typo
2017-05-03 10:19:35 -06:00
Dennis Heimbigner
5a0c7abb8f
Add testcase
2017-05-03 09:58:49 -06:00
Dennis Heimbigner
6dc6cf65ba
re: issue https://github.com/Unidata/netcdf-c/issues/401
...
It turns out that the chunksize used in the
ncio-related code must be a multiple of eight in
size. Both memio.c and mmapio.c were
potentially violating this constraint.
See also pr https://github.com/Unidata/netcdf-c/pull/400
2017-05-02 21:22:54 -06:00
Alexander Mohr
09ba25c71d
fix strange garbage results
...
needs to be reviewed by maintainers
2017-05-01 16:29:57 -07:00
Alexander Mohr
23c14bd667
Merge branch 'master' into nc_open_mem_fix
2017-05-01 16:12:13 -07:00
Alexander Mohr
90609f60ab
fix typo
2017-04-27 22:38:18 -07:00
Alexander Mohr
674d212e6b
fix nc_open_mem
2017-04-27 22:26:19 -07:00
Ward Fisher
8dddd222a3
Merged master, DAP4 support into branch.
2017-04-19 09:29:35 -06:00
Dennis Heimbigner
77047588bc
Merge branch 'dap4.dmh' into ddap4
2017-04-14 19:35:33 -06:00
Dennis Heimbigner
32fe709615
ckp
2017-04-14 11:05:30 -06:00
Ward Fisher
076596ee7e
Corrected an issue with missing CMakeLists files, missing directories in the build directory structure.
2017-04-13 15:54:32 -06:00
Dennis Heimbigner
e0e53a2c6d
add in path conversion
2017-04-11 18:55:04 -06:00
Dennis Heimbigner
d98769a98f
ckp
2017-04-11 17:09:58 -06:00
Dennis Heimbigner
83a4c42bc0
ckp
2017-04-11 16:16:29 -06:00
Dennis Heimbigner
a2090ccc0d
Add debug output for libdap4/d4read.c
2017-04-10 12:04:20 -06:00
Dennis Heimbigner
6a4ba35565
Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh)
...
1. Cleanup test_common.sh to expunge (mostly) the use of the VS
path value. This has the effect of being unable to use the
Visual Studio C compiler for shell tests.
2. There is a missing case in CMakeLists.txt so add
defaulting for HDF5_C_LIBRARY_hdf5 using HDF5_C_LIBRARY.
Ward should probably examine this to get it fixed correctly.
3. Put back ref to esg.md in docs/Doxyfile.in
4. Fix minor warning in dut8proc.h
2017-04-10 09:26:57 -06:00
DennisHeimbigner
7fb4edd6d9
Update test_raw.sh
...
Quick fix for test_raw under msys
2017-04-07 15:43:01 -06:00
Ward Fisher
a0bee2e80f
Updated open name for relaxed coordinate bounds.
2017-04-06 16:59:21 -06:00
Ward Fisher
8c48ac9828
Had to modify test_common.in so that it doesn't append the build type on Visual Studio. Otherwise it looks in the wrong location. Change the location of the utilities so that they are where test_common.sh expects to find them results in the breakage of most of the other shell scripts.
2017-04-06 14:55:11 -06:00
Dennis Heimbigner
16e050e157
Merge branch 'dap4.dmh' of https://github.com/Unidata/netcdf-c into dap4.dmh
2017-04-06 10:06:57 -06:00
Dennis Heimbigner
e1e7c77c26
Add initial DAP4 documentation
2017-04-06 10:06:32 -06:00
Ward Fisher
908f787b64
Modified enable erange fill option to be disabled by default.
2017-04-05 17:09:39 -06:00
Ward Fisher
b5b99cbebb
Merge branch 'master' into ghpull-375
2017-04-05 16:24:55 -06:00
Ward Fisher
6627d7299d
Merge branch 'master' into dap4.dmh
2017-04-05 15:38:23 -06:00
Ward Fisher
6bf5a38d90
Corrected an issue with autotools and OSX and utf8.
2017-04-05 11:14:42 -06:00
Dennis Heimbigner
f6144a1fe4
Accidentally undid the uname fix at some point
...
in test_common.in. Restore it.
2017-04-04 11:20:59 -06:00
Dennis Heimbigner
6d8809100f
Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh)
...
1. When running under windows (as opposed to cygwin)
we need to make sure to not user /cygdrive/ file paths.
This was ocurring in libdap4/d4read.c, but may occur
elsewhere.
2. Shell scripts in the git repo are not being checked-out
with the executable mode set. Had core.filemode set to false.
Was a major hassle to fix.
2017-04-03 21:39:44 -06:00