Skip to content

Commit e7bc2e9

Browse files
Merge branch 'userver-framework:develop' into develop
2 parents f1d7bc0 + 977cd9a commit e7bc2e9

File tree

42 files changed

+140
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+140
-86
lines changed

chaotic/include/userver/chaotic/io/boost/uuids/uuid.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// Utilitary header for chaotic for a custom type serialization/parsing support
4+
35
#include <userver/chaotic/convert/to.hpp>
46

57
#include <boost/uuid/uuid.hpp>

chaotic/include/userver/chaotic/io/crypto/base64/string64.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// Utilitary header for chaotic for a custom type serialization/parsing support
4+
35
#include <string>
46

57
#include <userver/chaotic/convert.hpp>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// Utilitary header for chaotic for a custom type serialization/parsing support
4+
35
// TODO: Compatibility header
46

57
#include <userver/chaotic/io/userver/decimal64/decimal.hpp>

chaotic/include/userver/chaotic/io/std/chrono/days.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// Utilitary header for chaotic for a custom type serialization/parsing support
4+
35
#include <chrono>
46

57
#include <userver/chaotic/convert.hpp>

chaotic/include/userver/chaotic/io/std/chrono/duration.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// Utilitary header for chaotic for a custom type serialization/parsing support
4+
35
#include <chrono>
46

57
#include <userver/chaotic/convert.hpp>

chaotic/include/userver/chaotic/io/std/chrono/hours.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// Utilitary header for chaotic for a custom type serialization/parsing support
4+
35
#include <chrono>
46

57
#include <userver/chaotic/convert.hpp>

chaotic/include/userver/chaotic/io/std/chrono/microseconds.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// Utilitary header for chaotic for a custom type serialization/parsing support
4+
35
#include <chrono>
46

57
#include <userver/chaotic/convert.hpp>

chaotic/include/userver/chaotic/io/std/chrono/milliseconds.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// Utilitary header for chaotic for a custom type serialization/parsing support
4+
35
#include <chrono>
46
#include <string>
57
#include <string_view>

chaotic/include/userver/chaotic/io/std/chrono/minutes.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// Utilitary header for chaotic for a custom type serialization/parsing support
4+
35
#include <chrono>
46

57
#include <userver/chaotic/convert.hpp>

chaotic/include/userver/chaotic/io/std/chrono/seconds.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// Utilitary header for chaotic for a custom type serialization/parsing support
4+
35
#include <chrono>
46

57
#include <userver/chaotic/convert.hpp>

0 commit comments

Comments
 (0)