File tree 7 files changed +10
-12
lines changed
7 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ project(simdjson
7
7
8
8
set (PROJECT_VERSION_MAJOR 0)
9
9
set (PROJECT_VERSION_MINOR 4)
10
- set (PROJECT_VERSION_PATCH 6 )
11
- set (SIMDJSON_SEMANTIC_VERSION "0.4.6 " CACHE STRING "simdjson semantic version" )
10
+ set (PROJECT_VERSION_PATCH 7 )
11
+ set (SIMDJSON_SEMANTIC_VERSION "0.4.7 " CACHE STRING "simdjson semantic version" )
12
12
set (SIMDJSON_LIB_VERSION "2.0.0" CACHE STRING "simdjson library version" )
13
13
set (SIMDJSON_LIB_SOVERSION "2" CACHE STRING "simdjson library soversion" )
14
14
set (SIMDJSON_GITHUB_REPOSITORY https://github.com/simdjson/simdjson)
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = simdjson
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = "0.4.6 "
41
+ PROJECT_NUMBER = "0.4.7 "
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 4
4
#define SIMDJSON_SIMDJSON_VERSION_H
5
5
6
6
/* * The version of simdjson being used (major.minor.revision) */
7
- #define SIMDJSON_VERSION 0.4.6
7
+ #define SIMDJSON_VERSION 0.4.7
8
8
9
9
namespace simdjson {
10
10
enum {
19
19
/* *
20
20
* The revision (major.minor.REVISION) of simdjson being used.
21
21
*/
22
- SIMDJSON_VERSION_REVISION = 6
22
+ SIMDJSON_VERSION_REVISION = 7
23
23
};
24
24
} // namespace simdjson
25
25
Original file line number Diff line number Diff line change 1
- /* auto-generated on Wed Jul 1 14:00:57 EDT 2020. Do not edit! */
1
+ /* auto-generated on Fri Jul 17 14:52:28 EDT 2020. Do not edit! */
2
2
3
3
#include < iostream>
4
4
#include " simdjson.h"
Original file line number Diff line number Diff line change 1
- /* auto-generated on Wed Jul 1 14:00:57 EDT 2020. Do not edit! */
1
+ /* auto-generated on Fri Jul 17 14:52:28 EDT 2020. Do not edit! */
2
2
/* begin file src/simdjson.cpp */
3
3
#include "simdjson.h"
4
4
@@ -520,7 +520,6 @@ class detect_best_supported_implementation_on_first_use final : public implement
520
520
521
521
const detect_best_supported_implementation_on_first_use detect_best_supported_implementation_on_first_use_singleton;
522
522
523
- internal::atomic_ptr<const implementation> active_implementation{&internal::detect_best_supported_implementation_on_first_use_singleton};
524
523
525
524
const std::initializer_list<const implementation *> available_implementation_pointers {
526
525
#if SIMDJSON_IMPLEMENTATION_HASWELL
Original file line number Diff line number Diff line change 1
- /* auto-generated on Wed Jul 1 14:00:57 EDT 2020. Do not edit! */
1
+ /* auto-generated on Fri Jul 17 14:52:28 EDT 2020. Do not edit! */
2
2
/* begin file include/simdjson.h */
3
3
#ifndef SIMDJSON_H
4
4
#define SIMDJSON_H
@@ -2040,7 +2040,7 @@ SIMDJSON_DISABLE_UNDESIRED_WARNINGS
2040
2040
#define SIMDJSON_SIMDJSON_VERSION_H
2041
2041
2042
2042
/** The version of simdjson being used (major.minor.revision) */
2043
- #define SIMDJSON_VERSION 0.4.6
2043
+ #define SIMDJSON_VERSION 0.4.7
2044
2044
2045
2045
namespace simdjson {
2046
2046
enum {
@@ -2055,7 +2055,7 @@ enum {
2055
2055
/**
2056
2056
* The revision (major.minor.REVISION) of simdjson being used.
2057
2057
*/
2058
- SIMDJSON_VERSION_REVISION = 6
2058
+ SIMDJSON_VERSION_REVISION = 7
2059
2059
};
2060
2060
} // namespace simdjson
2061
2061
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ class detect_best_supported_implementation_on_first_use final : public implement
58
58
59
59
const detect_best_supported_implementation_on_first_use detect_best_supported_implementation_on_first_use_singleton;
60
60
61
- internal::atomic_ptr<const implementation> active_implementation{&internal::detect_best_supported_implementation_on_first_use_singleton};
62
61
63
62
const std::initializer_list<const implementation *> available_implementation_pointers {
64
63
#if SIMDJSON_IMPLEMENTATION_HASWELL
You can’t perform that action at this time.
0 commit comments