Skip to content

Commit

Permalink
Merge pull request #9 from RyeMutt/1.85
Browse files Browse the repository at this point in the history
Update to boost 1.85.0 and enable url module build
  • Loading branch information
bennettgoble authored Jul 27, 2024
2 parents 518f56a + 40fca1f commit d34b6b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boost
Submodule boost updated 92 files
+42 −10 .github/workflows/ci.yml
+131 −0 .github/workflows/release-cmake.yml
+0 −60 .github/workflows/release.yml
+10 −0 .gitmodules
+1 −1 CMakeLists.txt
+1 −1 Jamroot
+1 −1 libs/any
+1 −1 libs/array
+1 −1 libs/asio
+1 −1 libs/assert
+1 −1 libs/atomic
+1 −1 libs/beast
+1 −1 libs/bimap
+1 −1 libs/bind
+1 −0 libs/charconv
+1 −1 libs/chrono
+1 −1 libs/cobalt
+1 −1 libs/compat
+1 −1 libs/config
+1 −1 libs/container
+1 −1 libs/container_hash
+1 −1 libs/context
+1 −1 libs/conversion
+1 −1 libs/core
+1 −1 libs/describe
+1 −1 libs/detail
+1 −1 libs/dll
+1 −1 libs/exception
+1 −1 libs/filesystem
+1 −1 libs/function
+1 −1 libs/geometry
+1 −1 libs/hana
+1 −1 libs/integer
+1 −1 libs/interprocess
+1 −1 libs/intrusive
+1 −1 libs/iterator
+1 −1 libs/json
+1 −1 libs/lambda2
+1 −1 libs/leaf
+1 −1 libs/lexical_cast
+1 −1 libs/local_function
+1 −1 libs/locale
+1 −1 libs/log
+5 −3 libs/maintainers.txt
+1 −1 libs/math
+1 −1 libs/move
+1 −1 libs/mp11
+1 −1 libs/msm
+1 −1 libs/multi_index
+1 −1 libs/multiprecision
+1 −1 libs/mysql
+1 −1 libs/nowide
+1 −1 libs/numeric/odeint
+1 −1 libs/outcome
+1 −1 libs/parameter
+1 −1 libs/pfr
+1 −1 libs/pool
+1 −1 libs/preprocessor
+1 −1 libs/process
+1 −1 libs/program_options
+1 −1 libs/property_tree
+1 −1 libs/qvm
+1 −1 libs/random
+1 −1 libs/range
+1 −1 libs/redis
+1 −0 libs/scope
+1 −1 libs/signals2
+1 −1 libs/smart_ptr
+1 −1 libs/spirit
+1 −1 libs/stacktrace
+1 −1 libs/stl_interfaces
+1 −1 libs/system
+1 −1 libs/test
+1 −1 libs/throw_exception
+1 −1 libs/timer
+1 −1 libs/type_index
+1 −1 libs/type_traits
+1 −1 libs/unordered
+1 −1 libs/url
+1 −1 libs/utility
+1 −1 libs/uuid
+1 −1 libs/variant
+1 −1 libs/variant2
+1 −1 libs/wave
+1 −1 more
+1 −1 tools/auto_index
+1 −1 tools/boost_install
+1 −1 tools/boostbook
+1 −1 tools/build
+1 −1 tools/cmake
+1 −1 tools/inspect
+1 −1 tools/quickbook
2 changes: 1 addition & 1 deletion build-cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi

# Libraries on which we depend - please keep alphabetized for maintenance
BOOST_LIBS=(context date_time fiber filesystem iostreams json program_options
regex stacktrace system thread wave)
regex stacktrace system thread url wave)

# -d0 is quiet, "-d2 -d+4" allows compilation to be examined
BOOST_BUILD_SPAM="-d0"
Expand Down

0 comments on commit d34b6b4

Please sign in to comment.