-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from tgockel/issue/137/no-boost
Removes all usage of Boost from the project.
- Loading branch information
Showing
14 changed files
with
157 additions
and
85 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
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 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 |
---|---|---|
|
@@ -2,7 +2,6 @@ FROM archlinux/base | |
LABEL maintainer="Travis Gockel <[email protected]>" | ||
|
||
RUN pacman -Sy --noconfirm \ | ||
boost \ | ||
cmake \ | ||
gcc \ | ||
git \ | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ubuntu:18.10 | ||
FROM debian:10.1 | ||
LABEL maintainer="Travis Gockel <[email protected]>" | ||
|
||
RUN apt-get update \ | ||
|
@@ -7,7 +7,6 @@ RUN apt-get update \ | |
grep \ | ||
g++ \ | ||
lcov \ | ||
libboost-all-dev \ | ||
ninja-build | ||
|
||
CMD ["/root/jsonv/config/run-tests"] |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ubuntu:19.04 | ||
FROM debian:10.2 | ||
LABEL maintainer="Travis Gockel <[email protected]>" | ||
|
||
RUN apt-get update \ | ||
|
@@ -7,7 +7,6 @@ RUN apt-get update \ | |
grep \ | ||
g++ \ | ||
lcov \ | ||
libboost-all-dev \ | ||
ninja-build | ||
|
||
CMD ["/root/jsonv/config/run-tests"] |
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 |
---|---|---|
|
@@ -3,7 +3,6 @@ LABEL maintainer="Travis Gockel <[email protected]>" | |
|
||
RUN dnf refresh \ | ||
&& dnf install -y \ | ||
boost-devel \ | ||
cmake \ | ||
grep \ | ||
gcc-c++ \ | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,6 @@ FROM fedora:30 | |
LABEL maintainer="Travis Gockel <[email protected]>" | ||
|
||
RUN dnf install -y --refresh \ | ||
boost-devel \ | ||
cmake \ | ||
grep \ | ||
gcc-c++ \ | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,6 @@ RUN apt-get update \ | |
grep \ | ||
g++ \ | ||
lcov \ | ||
libboost-all-dev \ | ||
ninja-build | ||
|
||
CMD ["/root/jsonv/config/run-tests"] |
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 |
---|---|---|
|
@@ -7,7 +7,6 @@ RUN apt-get update \ | |
grep \ | ||
g++ \ | ||
lcov \ | ||
libboost-all-dev \ | ||
ninja-build | ||
|
||
CMD ["/root/jsonv/config/run-tests"] |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
FROM ubuntu:19.10 | ||
LABEL maintainer="Travis Gockel <[email protected]>" | ||
|
||
RUN apt-get update \ | ||
&& apt-get install --yes \ | ||
cmake \ | ||
grep \ | ||
g++ \ | ||
lcov \ | ||
ninja-build | ||
|
||
CMD ["/root/jsonv/config/run-tests"] |
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 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
Oops, something went wrong.