File tree Expand file tree Collapse file tree 7 files changed +10
-12
lines changed
Expand file tree Collapse file tree 7 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ project(simdjson
77
88set (PROJECT_VERSION_MAJOR 0)
99set (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" )
1212set (SIMDJSON_LIB_VERSION "2.0.0" CACHE STRING "simdjson library version" )
1313set (SIMDJSON_LIB_SOVERSION "2" CACHE STRING "simdjson library soversion" )
1414set (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
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = "0.4.6 "
41+ PROJECT_NUMBER = "0.4.7 "
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# 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 44#define SIMDJSON_SIMDJSON_VERSION_H
55
66/* * The version of simdjson being used (major.minor.revision) */
7- #define SIMDJSON_VERSION 0.4.6
7+ #define SIMDJSON_VERSION 0.4.7
88
99namespace simdjson {
1010enum {
1919 /* *
2020 * The revision (major.minor.REVISION) of simdjson being used.
2121 */
22- SIMDJSON_VERSION_REVISION = 6
22+ SIMDJSON_VERSION_REVISION = 7
2323};
2424} // namespace simdjson
2525
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! */
22
33#include < iostream>
44#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! */
22/* begin file src/simdjson.cpp */
33#include "simdjson.h"
44
@@ -520,7 +520,6 @@ class detect_best_supported_implementation_on_first_use final : public implement
520520
521521const detect_best_supported_implementation_on_first_use detect_best_supported_implementation_on_first_use_singleton;
522522
523- internal::atomic_ptr<const implementation> active_implementation{&internal::detect_best_supported_implementation_on_first_use_singleton};
524523
525524const std::initializer_list<const implementation *> available_implementation_pointers {
526525#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! */
22/* begin file include/simdjson.h */
33#ifndef SIMDJSON_H
44#define SIMDJSON_H
@@ -2040,7 +2040,7 @@ SIMDJSON_DISABLE_UNDESIRED_WARNINGS
20402040#define SIMDJSON_SIMDJSON_VERSION_H
20412041
20422042/** The version of simdjson being used (major.minor.revision) */
2043- #define SIMDJSON_VERSION 0.4.6
2043+ #define SIMDJSON_VERSION 0.4.7
20442044
20452045namespace simdjson {
20462046enum {
@@ -2055,7 +2055,7 @@ enum {
20552055 /**
20562056 * The revision (major.minor.REVISION) of simdjson being used.
20572057 */
2058- SIMDJSON_VERSION_REVISION = 6
2058+ SIMDJSON_VERSION_REVISION = 7
20592059};
20602060} // namespace simdjson
20612061
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
5858
5959const detect_best_supported_implementation_on_first_use detect_best_supported_implementation_on_first_use_singleton;
6060
61- internal::atomic_ptr<const implementation> active_implementation{&internal::detect_best_supported_implementation_on_first_use_singleton};
6261
6362const std::initializer_list<const implementation *> available_implementation_pointers {
6463#if SIMDJSON_IMPLEMENTATION_HASWELL
You can’t perform that action at this time.
0 commit comments