Ed Hartnett
|
acbd3e259e
|
more tests
|
2017-12-01 13:58:13 -07:00 |
|
Ed Hartnett
|
ded01e0aba
|
more tests
|
2017-12-01 13:15:58 -07:00 |
|
Ed Hartnett
|
a8e9c196e2
|
more tests, fixed documentation warnings
|
2017-12-01 13:02:59 -07:00 |
|
Ed Hartnett
|
42c482d33c
|
more tests
|
2017-12-01 11:20:09 -07:00 |
|
Ed Hartnett
|
ce1df112a5
|
more testing for nc4var.c functions
|
2017-12-01 09:38:32 -07:00 |
|
Ed Hartnett
|
2023ed6b7c
|
fixed problems with bad inputs to nc_def_Var
|
2017-12-01 09:08:12 -07:00 |
|
Ed Hartnett
|
3c5404ccf7
|
Merge branch 'master' into ejh_ncfunc_testing
|
2017-11-28 00:04:38 +00:00 |
|
Ed Hartnett
|
ce97137318
|
removed properties from tst_interops3 which is no longer a test in CMake build
|
2017-11-26 09:07:34 -07:00 |
|
Ed Hartnett
|
bebe7e1e9d
|
merged master
|
2017-11-26 07:06:02 -07:00 |
|
Nehal J Wani
|
1b91bd89d4
|
Fix build on pre-C99 compilers
- Make sure that the variables are declared at the top of the block.
- Add fix to enable inline for various compilers
|
2017-11-26 01:47:54 +05:30 |
|
Ed Hartnett
|
8011fab382
|
now run tst_large2, also cleaned up some more warnings
|
2017-11-24 10:50:07 -07:00 |
|
Ed Hartnett
|
273b1d5bf9
|
merged ejh_check_test
|
2017-11-24 10:12:54 -07:00 |
|
Ed Hartnett
|
fa7f17a8c8
|
got cmake working with HDF4 format test
|
2017-11-24 06:05:55 -07:00 |
|
Ed Hartnett
|
b4bccb60b3
|
fixing test order problem
|
2017-11-23 07:18:12 -07:00 |
|
Ed Hartnett
|
60d1d6271d
|
fixing order in CMake
|
2017-11-23 04:52:19 -07:00 |
|
Ed Hartnett
|
843db9798f
|
finally got my distcheck act together by moving hdf4 file test to nc_test4
|
2017-11-23 04:41:03 -07:00 |
|
Ward Fisher
|
394ee6a1e0
|
Corrected typo, more enhancements in CMakeLists.txt
|
2017-11-22 13:34:56 -07:00 |
|
Ed Hartnett
|
3a48f59de3
|
removed legacy test that was no longer being run
|
2017-11-21 19:46:05 -07:00 |
|
Ed Hartnett
|
c8a2d53d34
|
fixes HDF4 build with cmake
|
2017-11-20 08:25:47 -07:00 |
|
Ed Hartnett
|
d7c1dd82c3
|
fixed hdf4 test that should not run if utilities not built
|
2017-11-18 07:36:24 -07:00 |
|
Ed Hartnett
|
3b0c301d76
|
moved tst_bug324 in Cmake build from ncdump to nc_test4
|
2017-11-16 11:57:39 -07:00 |
|
Ed Hartnett
|
4f43b80320
|
moved test from ncdump to nc_test4
|
2017-11-16 11:30:35 -07:00 |
|
Ed Hartnett
|
7a2d62afe4
|
merging branches into develop
|
2017-11-15 11:26:29 -07:00 |
|
Ed Hartnett
|
83c2395238
|
merging branches into develop
|
2017-11-15 11:25:42 -07:00 |
|
Ed Hartnett
|
2baf95e09d
|
Merge branch 'master' into ejh_turn_tests_on
|
2017-11-15 03:40:56 -07:00 |
|
Ed Hartnett
|
92a995e521
|
Merge branch 'master' into ejh_large_file_test_3
|
2017-11-15 03:39:42 -07:00 |
|
Ed Hartnett
|
0e58aa412d
|
fixed memory leak in tst_filterparser
|
2017-11-14 09:05:35 -07:00 |
|
Ward Fisher
|
16d6f94f30
|
Merge branch 'master' into filters.dmh
|
2017-11-13 11:15:02 -07:00 |
|
Ed Hartnett
|
cb32451cf5
|
turned on some commented out test code
|
2017-11-10 05:01:32 -07:00 |
|
Ed Hartnett
|
df31f07830
|
Merge branch 'master' into ejh_make_j_3
|
2017-11-10 02:53:07 -07:00 |
|
Ward Fisher
|
a9dde277d7
|
Merge branch 'ejh_enum_mem_fix' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into more_ejh_pulls
|
2017-11-09 16:11:17 -07:00 |
|
Ed Hartnett
|
e792d992b1
|
fixed names of output files to enable parallel builds
|
2017-11-09 07:21:00 -07:00 |
|
Ed Hartnett
|
b9911d6e6f
|
took out most uses of EXTRA_TESTS, returned it to disabled by default
|
2017-11-08 13:25:23 -07:00 |
|
Ed Hartnett
|
6653eeaf7f
|
Merge branch 'master' into ejh_turn_tests_on
|
2017-11-07 18:35:16 -07:00 |
|
Ed Hartnett
|
a72d5b4d16
|
Merge branch 'master' into ejh_enum_mem_fix
|
2017-11-07 18:34:55 -07:00 |
|
Ward Fisher
|
e7fee3ee53
|
Corrected an issue encountered by the default compiler on ARM.
|
2017-11-07 15:19:07 -07:00 |
|
Ward Fisher
|
b92ae0cdbc
|
Merge branch 'ejh_fix_use_cdf' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into more_ejh_pulls
|
2017-11-07 14:14:10 -07:00 |
|
Ed Hartnett
|
c58bc3e41c
|
fixed warnings
|
2017-11-06 06:06:47 -07:00 |
|
Ed Hartnett
|
7af77fd6a9
|
Merge branch 'master' into ejh_turn_tests_on
|
2017-11-05 10:09:08 -07:00 |
|
Ed Hartnett
|
6ce15853d6
|
fixed ENABLE_CDF5 issue in some tests
|
2017-11-05 09:06:48 -07:00 |
|
Ed Hartnett
|
7872785cf0
|
Merge branch 'master' into ejh_enum_mem_fix
|
2017-11-03 19:44:40 -06:00 |
|
Ward Fisher
|
f98635be1b
|
Merge remote-tracking branch 'origin/h5offset.dmh' into dmh_multi_merge
|
2017-11-03 12:40:52 -06:00 |
|
Ed Hartnett
|
b257353b18
|
fixed commented out tests
|
2017-11-03 08:14:08 -06:00 |
|
Ed Hartnett
|
406e979fb4
|
fixed tst_enums memory issue
|
2017-11-01 04:31:12 -06:00 |
|
Ed Hartnett
|
86f35ea6db
|
Merge branch 'master' into ejh_more_mem_3
|
2017-10-30 07:34:52 -06:00 |
|
Dennis Heimbigner
|
2d77e6451b
|
Master merge
|
2017-10-28 14:06:39 -06:00 |
|
Dennis Heimbigner
|
261ed4c99d
|
Merge branch 'master' into h5offset.dmh
|
2017-10-27 12:33:17 -06:00 |
|
Ed Hartnett
|
9f72f5adf4
|
fixed memory error in tst_fills2.c
|
2017-10-27 06:26:36 -06:00 |
|
Ed Hartnett
|
22d3d152f0
|
removed tst_h_atts2.c
|
2017-10-26 04:55:30 -06:00 |
|
Ed Hartnett
|
30ef103a95
|
moved tests from tst_h_atts2 into tst_xplatform2
|
2017-10-26 04:49:57 -06:00 |
|