Commits on Dec 7, 2022

Commits on Apr 19, 2023

  1. [union] fix issue 1100

    barendgehrels committed Apr 19, 2023

Commits on Apr 23, 2023

Commits on Apr 24, 2023

  1. Drop dependencies, replace boost with std, remove includes

    Drop Boost.SmartPtr dependency
    Drop Boost.Utility (Call Traits) dependency
    Replace boost::array with std::array
    Replace boost::minmax_element with std::minmax_element
    Remove unneeded headers of Boost.Tuple and Boost.Algorithm
    Include specific headers from Boost.StringAlgo and Boost.Thread
    Use auto for iterator types
    awulkiew committed Apr 24, 2023

Commits on May 8, 2023

  1. [fix] support different geometry types

    This fixes #1139 , and more required code changes.
    
    Including unit test.
    barendgehrels committed May 8, 2023

Commits on May 16, 2023

  1. Merge pull request #1140 from awulkiew/feature/dependencies

    Drop dependencies, replace boost with std, remove includes
    awulkiew committed May 16, 2023
  2. [index] Remove Boost.Move and Boost.Preprocessor emulation of move se…

    …mantics and variadic templates
    awulkiew committed May 16, 2023
  3. Merge pull request #1143 from awulkiew/feature/index_remove_move

    [index] Remove Boost.Move and Boost.Preprocessor emulation...
    awulkiew committed May 16, 2023

Commits on May 17, 2023

  1. [doc] Add missing includes

    awulkiew committed May 17, 2023
  2. [buffer] Fix compilation error with gcc-6

    Use this keyword explicitly when calling member function in lambda.
    awulkiew committed May 17, 2023
  3. [test] Add missing includes

    awulkiew committed May 17, 2023
  4. Declare move ctor as defaul to avoid ambiguous call errors (also decl…

    …are as default the move assignment operator)
    vissarion committed May 17, 2023
  5. [test] Add missing includes

    vissarion committed May 17, 2023

Commits on May 19, 2023

  1. Merge pull request #1147 from vissarion/fix/ci_warnings_errors

    Several fixes of errors and warnings
    vissarion committed May 19, 2023

Commits on May 22, 2023

Commits on May 23, 2023

Commits on May 25, 2023

  1. Merge pull request #1150 from vissarion/fix/envelope_test

    [test] Relaxing envelope test due to invalid box computation
    vissarion committed May 25, 2023
  2. Merge pull request #1151 from vissarion/fix/whitespaces

    Remove trailing whitespaces
    vissarion committed May 25, 2023
  3. Merge pull request #1152 from vissarion/fix/cxx11_macros

    Remove CXX11/14 related macros
    vissarion committed May 25, 2023