-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace dependency on boost with a custom small vector (#13716)
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
Showing
464 changed files
with
1,302 additions
and
119,862 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,6 +57,7 @@ locl | |
lorem | ||
Lorigin | ||
maxed | ||
minimalistic | ||
mkmk | ||
mnt | ||
mru | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
oss/boost/boost_1_73_0/boost/config/abi/borland_prefix.hpp
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
oss/boost/boost_1_73_0/boost/config/abi/borland_suffix.hpp
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.