8000 Remove boost by surgura · Pull Request #7 · ci-group/MultiNEAT · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Remove boost #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 30 commits into from
Feb 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
74e3423
Replace boost unordered map with std
Feb 11, 2022
64efc1b
Fix warning
Feb 11, 2022
79951e9
fix wranings
Feb 11, 2022
63d5fae
Removed boost serialization and added cereal. Compiles. did not check…
surgura Feb 14, 2022
c25cdca
Python also works
surgura Feb 14, 2022
7e61537
Fix python tests. Fix bug where serialization wasn ot complete
surgura Feb 14, 2022
21ab8de
Cannot the warnings :( I thought I fixed but apparently I didn't. Rem…
surgura Feb 14, 2022
c98d29c
Replaced boost::variant with std
surgura Feb 14, 2022
1307754
Remove boost random
surgura Feb 14, 2022
3c9a9bf
Remove boost::acumulators
surgura Feb 14, 2022
af895c2
Fix test, but it doesn't work anyway because it already didn´t.
surgura Feb 14, 2022
b643a9c
Cleanup
surgura Feb 15, 2022
fa8f2bd
Rewrite CMakeLists
surgura Feb 15, 2022
0450e83
Removed boost python
surgura Feb 17, 2022
02afe5f
Remove boost datetime
surgura Feb 17, 2022
663b64d
Remove boost submodule
surgura Feb 17, 2022
b18e559
Cleanup last of boost
surgura Feb 17, 2022
6380e83
Test
surgura Feb 17, 2022
35459c0
Test
surgura Feb 17, 2022
66f32ee
Fix'
surgura Feb 17, 2022
560dbbf
Update readme
surgura Feb 17, 2022
1d6cc7d
Typo
surgura Feb 17, 2022
7d89e32
Fix lib instal ldir
surgura Feb 17, 2022
d7cfd3b
Clean up graph
surgura Feb 18, 2022
af34f85
Fix typo
surgura Feb 18, 2022
9dfc663
Remove required cereal from config cmake
surgura Feb 22, 2022
d61530a
Removed rng global state
surgura Feb 23, 2022
6fb008f
Make cereal required
surgura Feb 23, 2022
e316ccf
nevermind
surgura Feb 23, 2022
2870512
Version 0.8
surgura Feb 23, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- checkout
- run:
name: Installing CMAKE
command: sudo apt install -y cmake libboost-python-dev libboost-numpy-dev libboost-all-dev python3-numpy
command: sudo apt install -y cmake python3-numpy
- run:
name: Create Virtual Environment
command: |
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

Loading
0