summaryrefslogtreecommitdiffstats
path: root/Utilities/cm_jsoncpp_writer.h
blob: 33b246847cdf30321f2f043a1bf03584abe53b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
   file Copyright.txt or https://cmake.org/licensing for details.  */
#ifndef cm_jsoncpp_writer_h
#define cm_jsoncpp_writer_h

/* Use the jsoncpp library configured for CMake.  */
#include "cmThirdParty.h"
#ifdef CMAKE_USE_SYSTEM_JSONCPP
#include <json/writer.h>
#else
#include <cmjsoncpp/include/json/writer.h>
#endif

#endif
rnaling Mirror from: https://github.com/HDFGroup/hdf5.git
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | Minor refactoring based on 1.10 normalization workDana Robinson2020-08-1724-175/+195
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'develop' into develop_minorDana Robinson2020-08-1710-787/+2306
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge pull request #2769 in HDFFV/hdf5 from mdc_sl_opt to developJohn Mainzer2020-08-1710-787/+2306
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd00bab96fb4da12a18b5de528c96469978c4c927': Minor copy edits to comments -- no code changes. Tab to space conversions. When flushing, the metadata cache attempts to flush entries in increasing address order. To facilitate this, the metadata cache needs a list of of dirty entries in increasing address order. This is implemented via a skip list of all dirty entries in the cache.
| | * | | | | | | | | Minor copy edits to comments -- no code changes.inactive/mdc_sl_optmainzer2020-08-173-3/+3
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'develop' into mdc_sl_optmainzer2020-08-15