Skip to content
Snippets Groups Projects

Release 0.1

Merged Timm Fitschen requested to merge dev into main
1 file
+ 16
17
Compare changes
  • Side-by-side
  • Inline
@@ -21,24 +21,23 @@
@@ -21,24 +21,23 @@
#ifndef CAOSDB_CONFIGURATION_H
#ifndef CAOSDB_CONFIGURATION_H
#define CAOSDB_CONFIGURATION_H
#define CAOSDB_CONFIGURATION_H
#include "caosdb/authentication.h" // for Authenticator, PlainPassw...
#include "caosdb/certificate_provider.h" // for CertificateProvider, path
#include "caosdb/authentication.h" // for Authenticator, PlainPassw...
#include "caosdb/exceptions.h" // for ConfigurationError
#include "caosdb/certificate_provider.h" // for CertificateProvider, path
#include "caosdb/logging.h" // for CAOSDB_LOG_...
#include "caosdb/exceptions.h" // for ConfigurationError
#include "caosdb/protobuf_helper.h" // for reset_arena
#include "caosdb/logging.h" // for SinkConfiguration, Loggin...
#include "caosdb/utility.h" // for load_json_file
#include "caosdb/utility.h" // for load_json_file
 
#include <google/protobuf/arena.h> // for Arena
 
#include <google/protobuf/extension_set.h> // for Arena
 
#include <grpcpp/security/credentials.h> // for ChannelCredentials
 
#include <boost/json/object.hpp> // for object
 
#include <boost/json/value.hpp> // for value
 
#include <boost/json/value_ref.hpp> // for array, object
// IWYU pragma: no_include "boost/json/fwd.hpp"
// IWYU pragma: no_include "boost/json/fwd.hpp"
#include <boost/filesystem/operations.hpp> // for exists
#include <filesystem> // for path, exists
#include <boost/filesystem/path.hpp> // for path
#include <iosfwd> // for ostream
#include <boost/json/object.hpp> // for object
#include <memory> // for shared_ptr, unique_ptr
#include <boost/json/value.hpp> // for value
#include <string> // for string
#include <boost/json/value_ref.hpp> // IWYU pragma: keep
#include <google/protobuf/arena.h> // for Arena
#include <grpcpp/security/credentials.h> // for ChannelCredentials
#include <iosfwd> // for ostream
#include <iostream>
#include <memory> // for unique_ptr, shared_ptr
#include <string> // for string
namespace caosdb::configuration {
namespace caosdb::configuration {
using boost::json::array;
using boost::json::array;
Loading