Skip to content
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

REFACTORING: Add update_command.py script and update boost headers to the 1.79.0 version #8

Merged
merged 2 commits into from
Jun 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2016]
os: [windows-2019, windows-latest]
architecture: [x86, x64]
python: ["3.6", "3.7", "3.8", "3.9", "pypy-3.8"]
steps:
Expand Down
Empty file removed boost_headers/1_69_0
Empty file.
27 changes: 0 additions & 27 deletions boost_headers/boost/accumulators/accumulators.hpp

This file was deleted.

230 changes: 0 additions & 230 deletions boost_headers/boost/accumulators/accumulators_fwd.hpp

This file was deleted.

65 changes: 0 additions & 65 deletions boost_headers/boost/accumulators/framework/accumulator_base.hpp

This file was deleted.

29 changes: 0 additions & 29 deletions boost_headers/boost/accumulators/framework/accumulator_concept.hpp

This file was deleted.

Loading