Commit Graph

70 Commits

Author SHA1 Message Date
Sandor Kertesz 5e3a078f67 Merge branch 'eccodes' of ssh://software.ecmwf.int:7999/grib/grib_api into eccodes 2015-03-23 11:04:33 +00:00
Sandor Kertesz 236193de00 Add examples 2015-03-23 11:04:29 +00:00
Shahram Najm e8e7365a5c Tests: make ref files optional 2015-03-20 19:10:26 +00:00
Sandor Kertesz 4297cd350d Make C, Fortran and Python examples ECC-15 2015-03-20 10:41:01 +00:00
Shahram Najm 6fe515c665 ECC-86: Rename all grib related API examples (Part 17) 2015-03-18 13:24:48 +00:00
Shahram Najm bbbf956cbd ECC-86: Rename all grib related API examples (Part 15) 2015-03-18 11:57:18 +00:00
Shahram Najm 53db8aed2b Pylint 2015-03-18 10:36:56 +00:00
Shahram Najm 1743d505a1 ECC-86: Rename all grib related API examples (Part 13) 2015-03-17 17:39:55 +00:00
Shahram Najm 9e742ccadd Fix conflicts 2015-03-17 16:48:41 +00:00
Shahram Najm a21744156d ECC-86: Rename all grib related API examples (Part 12) 2015-03-17 16:44:58 +00:00
Sandor Kertesz 779228afe3 Make C, Fortran and Python examples ECC-15 2015-03-17 16:21:31 +00:00
Sandor Kertesz 06f1772ed9 Merge branch 'eccodes' of ssh://software.ecmwf.int:7999/grib/grib_api into eccodes
Conflicts:
	confluence/examples.par
	examples/F90/Makefile.am
	examples/python/Makefile.am
2015-03-17 16:20:35 +00:00
Shahram Najm 81011ca5a1 ECC-86: Rename all grib related API examples (Part 10) 2015-03-17 16:17:33 +00:00
Sandor Kertesz 9cebda8b47 Make C, Fortran and Python examples ECC-15 2015-03-17 16:13:20 +00:00
Shahram Najm 9574a7689d ECC-86: Rename all grib related API examples (Part 9) 2015-03-17 15:55:36 +00:00
Shahram Najm 8cd3291a25 ECC-86: Rename all grib related API examples (Part 8) 2015-03-17 15:41:04 +00:00
Shahram Najm b2719ca8f2 ECC-86: Rename all grib related API examples (Part 7) 2015-03-17 15:23:16 +00:00
Shahram Najm dc1a3d85d2 ECC-86: Rename all grib related API examples (Part 6) 2015-03-17 15:01:07 +00:00
Shahram Najm 34592d71c5 ECC-86: Rename all grib related API examples (Part 3) 2015-03-17 14:21:14 +00:00
Shahram Najm 7fd8826789 ECC-86: Rename all grib related API examples (Part 2) 2015-03-17 14:01:14 +00:00
Shahram Najm ee2ab390b9 ECC-86: Rename all grib related API examples (Part 1) 2015-03-17 13:19:09 +00:00
Sandor Kertesz e220456317 Make C, Fortran and Python examples ECC-15 2015-03-17 09:14:03 +00:00
Sandor Kertesz 09a3156f6e Make C, Fortran and Python examples ECC-15 2015-03-16 17:44:37 +00:00
Sandor Kertesz a03f6b08f7 Make C, Fortran and Python examples ECC-15 2015-03-16 15:58:38 +00:00
Shahram Najm 5e40052511 ECC-80: Python example/test 2015-03-12 18:04:42 +00:00
Shahram Najm cb77f3eabc Cleanup 2015-03-12 17:38:43 +00:00
Shahram Najm 49f3e1a0b3 Fix path to tools when in a bundle project 2015-03-10 18:19:51 +00:00
Shahram Najm 549fc7fa3a GRIB-711: CMake build: should not need to download data to compile 2015-03-10 15:52:33 +00:00
Shahram Najm cd4926d964 Use PROJECT_BINARY_DIR instead of CMAKE_BINARY_DIR for tool invocation 2015-03-09 16:22:55 +00:00
Shahram Najm d8ad173c1a Merge branch 'eccodes' of ssh://software.ecmwf.int:7999/GRIB/grib_api into eccodes 2015-03-04 17:39:01 +00:00
Sandor Kertesz 8c57fff608 Resolve key name conflict between BUFR headers and data ECC-69 2015-03-04 17:15:48 +00:00
Shahram Najm bc5b883c21 ECC-10: Creating a handle from a file 2015-03-04 17:11:18 +00:00
Sandor Kertesz cf7e85b5d1 Make C, Fortran and Python examples ECC-15 2015-02-25 12:19:18 +00:00
Shahram Najm 47085c545f ECC-63: Change name of the library (autotools) 2015-02-14 16:22:49 +00:00
Shahram Najm f0ea1ec12f ECC-63: Change name of the library 2015-02-13 18:04:42 +00:00
Shahram Najm 5296896af5 ECC-60: Rename API functions which are GRIB specific 2015-02-11 16:53:09 +00:00
Shahram Najm c06bd38aeb Fix name of temporary output file 2015-02-10 18:25:27 +00:00
Sandor Kertesz 8dce88542e Add C, F90 and python examples ECC-15 2015-02-10 08:44:20 +00:00
Sandor Kertesz 4836cc1039 Add C, F90 and python examples ECC-15 2015-02-09 15:41:15 +00:00
Sandor Kertesz 968e15d806 Add C,F90 and python examples ECC-15 2015-02-09 12:30:11 +00:00
Sandor Kertesz 52de2b4686 Add bufr_print_header example ECC-15 2015-02-04 15:43:49 +00:00
Sandor Kertesz aad2fe1bbe Add bufr_read_header example to F90 and python 2015-01-30 10:42:34 +00:00
Sandor Kertesz 23a02e9cc6 Add bufr_read_header example to F90 and python 2015-01-30 09:23:16 +00:00
Shahram Najm b927e5a4fe GRIB-527: prepare for parallel test runs 2015-01-26 19:15:00 +00:00
Shahram Najm 1fca46dfb4 Testing: add env var to allow verbose output 2015-01-26 17:26:18 +00:00
Shahram Najm 0b2a6131a0 GRIB-527: prepare for parallel test runs 2015-01-26 11:28:47 +00:00
Shahram Najm 8e3f489091 ECC-28: Change the prefix of all environment variables 2015-01-23 22:47:51 +00:00
Shahram Najm 5566658825 ECC-11: Python interface with codes_ prefix 2015-01-13 18:34:04 +00:00
Shahram Najm 188c7f3d3c Update Copyright notice to 2015 2015-01-05 15:45:46 +00:00
Shahram Najm 948b2443c5 CMake: use HAVE_X not ENABLE_X to test if feature X is there 2014-10-24 13:36:19 +01:00