2
0
mirror of https://github.com/Unidata/netcdf-c.git synced 2025-03-07 17:08:02 +08:00
Commit Graph

5202 Commits

Author SHA1 Message Date
Ward Fisher
90122c317f Merge branch 'patch-21' of https://github.com/gsjaardema/netcdf-c into pr-consolidate.wif 2018-05-08 11:11:44 -06:00
Ward Fisher
0123000750
Merge pull request from Unidata/inmemory.dmh
Expand the NC_INMEMORY capabilities
2018-05-07 13:17:36 -06:00
Greg Sjaardema
700262c5ab
Fix unused variable compiler warning
Fix unused variable warning for `printid`.   Looks like it was not substituted in all places where it should have been and was only used inside an ifdef so was unused if `LOGGING` was false.  Add use in `fprintf` line following the ifdef block.

Minor change, but compilation output is so clean that a little wart sticks out...
2018-05-07 08:56:19 -06:00
Dennis Heimbigner
23710400fe Update the netCDF-Extractor entry re: esupport QHB-286994 2018-05-05 12:36:24 -06:00
Ward Fisher
75a3e8997e Updated release notes to reference https://github.com/Unidata/netcdf-c/pull/879 2018-05-04 17:01:19 -06:00
Ward Fisher
9f716a228f
Merge branch 'master' into inmemory.dmh 2018-05-04 16:15:22 -06:00
Ward Fisher
723f243ee0
Merge branch 'master' into msvc-vs2013-support 2018-05-04 16:13:45 -06:00
Ward Fisher
cd3aa02b60
Merge pull request from NetCDF-World-Domination-Council/ejh_move_tests
moved netcdf-4 tests from nc_test to nc_test4
2018-05-04 16:10:12 -06:00
Ward Fisher
369c7dd441
Merge branch 'master' into ejh_move_tests 2018-05-04 14:55:29 -06:00
Ward Fisher
101ae0fc88
Merge pull request from Unidata/centos-fix.wif
Centos fix
2018-05-04 14:52:00 -06:00
Dennis Heimbigner
5bc174920f re: esupport MQO-415619
There is an error in handling the nc_create_memio function
as noted in the above esupport thread.
This attempts to fix it.

Also do a master merge
2018-05-03 21:02:32 -06:00
Dennis Heimbigner
9aa1e9a14e master merge 2018-05-03 21:02:12 -06:00
Ward Fisher
21f4b5f18b Removed clang based tests to speed up Travis CI. 2018-05-03 17:10:33 -06:00
Ward Fisher
769ccc6b58 Added centos, fedora to travis. 2018-05-03 16:59:37 -06:00
Ward Fisher
189499a10e Corrected an issue observed on centos7. 2018-05-02 16:37:21 -06:00
Ward Fisher
fa81457d18
Merge branch 'master' into msvc-vs2013-support 2018-05-02 16:27:59 -06:00
Ward Fisher
85d864f6db
Merge branch 'master' into ejh_move_tests 2018-05-02 16:27:33 -06:00
Ward Fisher
a98df356d9
Merge pull request from NetCDF-World-Domination-Council/ejh_hdf4_cleanup
removed unused HDF4 code, fixed warnings in HDF4 test tst_h4_lendian.c
2018-05-02 16:27:21 -06:00
Ed Hartnett
6e25c75947
Merge branch 'master' into ejh_move_tests 2018-04-30 17:53:39 -06:00
Ed Hartnett
b2e85ce8a1
Merge branch 'master' into ejh_hdf4_cleanup 2018-04-30 17:53:19 -06:00
Ward Fisher
e040083045
Merge pull request from luzpaz/misc-typos
Misc. source comment typos
2018-04-30 16:45:21 -06:00
Ward Fisher
5cf0b4ef3c Trying static tests. 2018-04-30 15:24:54 -06:00
Ward Fisher
70505a2105 Updated appveyor, moved test into test script stanza. 2018-04-30 11:07:49 -06:00
Ward Fisher
83c6488254 Playing around with appveyor config. 2018-04-27 17:17:57 -06:00
Ward Fisher
57a3609a7d Tweaking more appveyor. 2018-04-27 16:19:42 -06:00
Dennis Heimbigner
b9cb89a959 Merge branch 'master' into inmemory.dmh 2018-04-27 11:25:46 -06:00
luz.paz
b4d0fe651a Follow-up trivial typos 2018-04-26 23:04:01 -04:00
luz.paz
74fbacdb82 Misc. source comment typos
Some are user-facing. Found via `codespell` and through the downstream FreeCAD.
2018-04-26 23:04:01 -04:00
Ed Hartnett
507717e803
Merge branch 'master' into ejh_move_tests 2018-04-26 18:47:48 -06:00
Ed Hartnett
fab1e397cd
Merge branch 'master' into ejh_hdf4_cleanup 2018-04-26 18:47:33 -06:00
Ward Fisher
0787cf2a34 Appveyor tweak 2018-04-26 18:22:31 -06:00
Ward Fisher
62e66f4b8d appveyor tweak 2018-04-26 16:52:49 -06:00
Ward Fisher
8ef28327fb
Merge pull request from t-b/pass-cmake-on-windows-cmd-prompt
nctest: Make cmake pass under a windows cmd prompt
2018-04-26 16:48:38 -06:00
Ward Fisher
b57461eca1 Merge branch 'master' into appveyor.wif 2018-04-26 16:31:51 -06:00
Ward Fisher
abc606ca71 Merge branch 'appveyor.wif' of github.com:Unidata/netcdf-c into appveyor.wif 2018-04-26 16:29:34 -06:00
Ward Fisher
395841ee9b Added a cmake-based option to explicitly turn off shell script tests. 2018-04-26 16:27:20 -06:00
Ward Fisher
1193d7fe29 Attempting to run tests a different way. 2018-04-26 16:09:42 -06:00
Ward Fisher
82818a0d5f Reduced CPUs used to reflect the 2 processors available 2018-04-26 15:01:31 -06:00
Ward Fisher
28ce3e4a8c Added fenceposts around bash scripts, excluding the bash.exe included with Windows 10 (for now) when searching to see if bash is available. 2018-04-26 14:38:56 -06:00
Dennis Heimbigner
ff212442f1 merge master and conflict resolve 2018-04-26 14:22:01 -06:00
Ward Fisher
9bb42b43d3 Updated path 2018-04-26 12:44:53 -06:00
Ward Fisher
024da6798f More appveyor stuff. 2018-04-26 12:32:17 -06:00
Thomas Braun
3af477a926 netcdf-c: Make cmake pass a windows cmd prompt
add_sh_test only creates the test if HAVE_BASH is TRUE.
Therefore we can only call SET_TESTS_PROPERTIES on the created test if
HAVE_BASH is equally true.
2018-04-26 14:43:27 +02:00
Ward Fisher
736f8d0c15 Invited tests. 2018-04-25 14:50:05 -06:00
Ward Fisher
d4636b0e1a Typo4. 2018-04-25 14:39:31 -06:00
Ward Fisher
2fd2f9fd57 Typo3. 2018-04-25 14:38:16 -06:00
Ward Fisher
2ee4e80c2b Typo3. 2018-04-25 14:23:25 -06:00
Ward Fisher
5fba573757 Typo2. 2018-04-25 14:21:43 -06:00
Ward Fisher
545857ded0 Typo2. 2018-04-25 14:13:45 -06:00
Ward Fisher
569adf0981 Typo. 2018-04-25 14:10:56 -06:00