Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/danielaparker/jsoncons in…
Browse files Browse the repository at this point in the history
…to csv-dev2
  • Loading branch information
danielaparker committed Jan 16, 2025
2 parents 8e15c2f + 551f344 commit c607373
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Get latest CMake and ninja
uses: lukka/[email protected].3
uses: lukka/[email protected].4
- name: cmake
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On
- name: build
Expand All @@ -189,7 +189,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Get latest CMake and ninja
uses: lukka/[email protected].3
uses: lukka/[email protected].4
- name: cmake
run: cmake -S . -B build -DJSONCONS_SANITIZE=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On
- name: build
Expand All @@ -210,7 +210,7 @@ jobs:
run: apt-get update ; apt-get install -y unzip git
- uses: actions/checkout@v4
- name: Get latest CMake and ninja
uses: lukka/[email protected].3
uses: lukka/[email protected].4
- name: cmake
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DJSONCONS_BUILD_TESTS=On
- name: build
Expand All @@ -231,7 +231,7 @@ jobs:
run: apt-get update ; apt-get install -y unzip git
- uses: actions/checkout@v4
- name: Get latest CMake and ninja
uses: lukka/[email protected].3
uses: lukka/[email protected].4
- name: cmake
run: cmake -S . -B build -DJSONCONS_SANITIZE=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On
- name: build
Expand Down
1 change: 0 additions & 1 deletion include/jsoncons/detail/grisu3.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ minor modifications.
#ifndef JSONCONS_DETAIL_GRISU3_HPP
#define JSONCONS_DETAIL_GRISU3_HPP

#pragma once
#include <cassert>
#include <cinttypes>
#include <cmath>
Expand Down
1 change: 0 additions & 1 deletion include/jsoncons/text_source_adaptor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ namespace jsoncons {
class json_source_adaptor
{
public:
using value_type = typename Source::value_type;
using value_type = typename Source::value_type;
using source_type = Source;
private:
Expand Down
2 changes: 2 additions & 0 deletions include/jsoncons/utility/heap_string.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include <memory> // std::allocator

#include <jsoncons/config/compiler_support.hpp>
#include <jsoncons/config/jsoncons_config.hpp>
#include <jsoncons/utility/extension_traits.hpp>

namespace jsoncons {
namespace utility {
Expand Down
1 change: 1 addition & 0 deletions include/jsoncons_ext/csv/csv_encoder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <jsoncons/json_exception.hpp>
#include <jsoncons/json_visitor.hpp>
#include <jsoncons/sink.hpp>
#include <jsoncons_ext/csv/csv_error.hpp>
#include <jsoncons_ext/csv/csv_options.hpp>

namespace jsoncons { namespace csv {
Expand Down
1 change: 1 addition & 0 deletions include/jsoncons_ext/ubjson/ubjson_parser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <utility> // std::move

#include <jsoncons/config/jsoncons_config.hpp>
#include <jsoncons/detail/parse_number.hpp>
#include <jsoncons/json_visitor.hpp>
#include <jsoncons/ser_context.hpp>
#include <jsoncons/source.hpp>
Expand Down

0 comments on commit c607373

Please sign in to comment.