Skip to content

Commit

Permalink
Replace dependency on boost with a custom small vector (#13716)
Browse files Browse the repository at this point in the history
This replaces ~70k LOC (parts of boost, 1/4th of the code in this project)
with ~700 LOC (`small_vector.h`). By replacing boost, we simplify future
maintenance and improve compile times.

## Validation Steps Performed
* New and existing unit tests are ok ✅
* Various common VT applications run fine in debug mode OpenConsole ✅
  • Loading branch information
lhecker committed Sep 14, 2022
1 parent 704458e commit 71fc4b1
Show file tree
Hide file tree
Showing 464 changed files with 1,302 additions and 119,862 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/allow/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ locl
lorem
Lorigin
maxed
minimalistic
mkmk
mnt
mru
Expand Down
33 changes: 0 additions & 33 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,39 +215,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```


## boost

**Source**: [https://github.com/boostorg/boost](https://github.com/boostorg/boost)

### License

```
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:
The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
```

## PCG Random Number Generation

**Source**: [https://github.com/imneme/pcg-cpp](https://github.com/imneme/pcg-cpp)
Expand Down
15 changes: 0 additions & 15 deletions oss/boost/MAINTAINER_README.md

This file was deleted.

23 changes: 0 additions & 23 deletions oss/boost/boost_1_73_0/LICENSE_1_0.txt

This file was deleted.

11 changes: 0 additions & 11 deletions oss/boost/boost_1_73_0/README.md

This file was deleted.

85 changes: 0 additions & 85 deletions oss/boost/boost_1_73_0/boost/assert.hpp

This file was deleted.

67 changes: 0 additions & 67 deletions oss/boost/boost_1_73_0/boost/config.hpp

This file was deleted.

27 changes: 0 additions & 27 deletions oss/boost/boost_1_73_0/boost/config/abi/borland_prefix.hpp

This file was deleted.

12 changes: 0 additions & 12 deletions oss/boost/boost_1_73_0/boost/config/abi/borland_suffix.hpp

This file was deleted.

22 changes: 0 additions & 22 deletions oss/boost/boost_1_73_0/boost/config/abi/msvc_prefix.hpp

This file was deleted.

8 changes: 0 additions & 8 deletions oss/boost/boost_1_73_0/boost/config/abi/msvc_suffix.hpp

This file was deleted.

25 changes: 0 additions & 25 deletions oss/boost/boost_1_73_0/boost/config/abi_prefix.hpp

This file was deleted.

27 changes: 0 additions & 27 deletions oss/boost/boost_1_73_0/boost/config/abi_suffix.hpp

This file was deleted.

Loading

0 comments on commit 71fc4b1

Please sign in to comment.