Skip to content

Commit

Permalink
Feature/get rid off boost dependency (#136)
Browse files Browse the repository at this point in the history
* Update googletest submodule to release 1.8.1

* Add status section for compiler configuration

* Add gitignore section

* Fix compiler flags for modern compilers

* Fix path doc description

* Fix recursion on some compilers due to wrong copy_part method used

* Fix clang-format, remove useless states, update style according to used ones

* Apply codestyle to all files

* Apply codestyle to leftovers sources

* remove boost files

* Add boost algorithms replacement

* Replace boost usage

* Fix inner type usings

* Fix string erase usage

* Rewrite find algorithm to non-const iterator
  • Loading branch information
Liastre authored Mar 23, 2020
1 parent f5a701d commit 9f47767
Show file tree
Hide file tree
Showing 1,627 changed files with 204 additions and 283,444 deletions.
86 changes: 0 additions & 86 deletions src/boost/algorithm/algorithm.hpp

This file was deleted.

175 changes: 0 additions & 175 deletions src/boost/algorithm/clamp.hpp

This file was deleted.

86 changes: 0 additions & 86 deletions src/boost/algorithm/cxx11/all_of.hpp

This file was deleted.

Loading

0 comments on commit 9f47767

Please sign in to comment.