Skip to content

Commit

Permalink
libs: add cthash (a c++ library implementing constexpr sha-2) (#4631)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Quist <partouf@gmail.com>
  • Loading branch information
hanickadot and partouf committed Jan 22, 2023
1 parent 4b8b36d commit 37213c5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
9 changes: 8 additions & 1 deletion etc/config/c++.amazon.properties
Expand Up @@ -1967,7 +1967,7 @@ compiler.nvcxx_arm_cxx22_9.semver=22.9
#################################
#################################
# Installed libs
libs=abseil:belleviews:benchmark:benri:blaze:boost:bmulti:brigand:catch2:cctz:cmcstl2:cnl:cppcoro:cppitertools:crosscables:ctbignum:ctre:date:dataframe:dawjson:dlib:doctest:eastl:eigen:enoki:entt:etl:eve:expected_lite:fastor:fmt:gemmlowp:glm:gnufs:gnulibbacktrace:googletest:gsl:hdf5:hedley:hfsm:highfive:highway:hotels-template-library:immer:jsoncons:jsoncpp:kiwaku:kumi:kvasir:lager:lagom:lexy:libassert:libguarded:libsimdpp:libuv:llvm:llvmfs:lua:magic_enum:mfem:mlir:mp-coro:mp-units:namedtype:nanorange:nlohmann_json:nsimd:ofw:openssl:outcome:pegtl:pipes:pugixml:python:rangesv3:raberu:scnlib:seastar:seqan3:simde:sol2:spdlog:spy:stdexec:strong_type:taojson:tbb:tlexpected:toml11:tomlplusplus:trompeloeil:tts:type_safe:unifex:vcl:xercesc:xsimd:xtensor:xtl:ztdtext:zug:cli11:avr-libstdcpp:curl:copperspice:sqlite
libs=abseil:belleviews:benchmark:benri:blaze:boost:bmulti:brigand:catch2:cctz:cmcstl2:cnl:cppcoro:cppitertools:crosscables:ctbignum:cthash:ctre:date:dataframe:dawjson:dlib:doctest:eastl:eigen:enoki:entt:etl:eve:expected_lite:fastor:fmt:gemmlowp:glm:gnufs:gnulibbacktrace:googletest:gsl:hdf5:hedley:hfsm:highfive:highway:hotels-template-library:immer:jsoncons:jsoncpp:kiwaku:kumi:kvasir:lager:lagom:lexy:libassert:libguarded:libsimdpp:libuv:llvm:llvmfs:lua:magic_enum:mfem:mlir:mp-coro:mp-units:namedtype:nanorange:nlohmann_json:nsimd:ofw:openssl:outcome:pegtl:pipes:pugixml:python:rangesv3:raberu:scnlib:seastar:seqan3:simde:sol2:spdlog:spy:stdexec:strong_type:taojson:tbb:tlexpected:toml11:tomlplusplus:trompeloeil:tts:type_safe:unifex:vcl:xercesc:xsimd:xtensor:xtl:ztdtext:zug:cli11:avr-libstdcpp:curl:copperspice:sqlite

libs.abseil.name=Abseil
libs.abseil.versions=trunk
Expand Down Expand Up @@ -2213,6 +2213,13 @@ libs.ctbignum.url=https://github.com/niekbouman/ctbignum
libs.ctbignum.versions.trunk.version=trunk
libs.ctbignum.versions.trunk.path=/opt/compiler-explorer/libs/ctbignum/include

libs.cthash.name=CTHASH
libs.cthash.description=Compile time hashes
libs.cthash.versions=main
libs.cthash.url=https://github.com/hanickadot/cthash
libs.cthash.versions.main.version=main
libs.cthash.versions.main.path=/opt/compiler-explorer/libs/cthash/main/include

libs.ctre.name=CTRE
libs.ctre.description=Compile Time Regular Expressions
libs.ctre.versions=trunk:ecma-unicode:dfa:v2
Expand Down
9 changes: 8 additions & 1 deletion etc/config/circle.amazon.properties
Expand Up @@ -26,7 +26,7 @@ compiler.circle128.intelAsm=
#################################
#################################
# Installed libs (See c++.amazon.properties for a scheme of libs group)
libs=abseil:benchmark:benri:blaze:boost:bmulti:brigand:catch2:cctz:cmcstl2:cnl:cppcoro:cppitertools:crosscables:ctbignum:ctre:date:dataframe:dlib:doctest:eastl:eigen:enoki:entt:etl:eve:expected_lite:fastor:fmt:glm:gnufs:googletest:gsl:hedley:hfsm:highway:immer:jsoncpp:kiwaku:kumi:kvasir:lager:lexy:libguarded:libuv:llvm:llvmfs:lua:mp-coro:mp-units:namedtype:nanorange:nlohmann_json:nsimd:ofw:openssl:outcome:pegtl:pipes:pugixml:python:rangesv3:raberu:seastar:simde:sol2:spdlog:spy:taojson:tbb:tomlplusplus:trompeloeil:tts:type_safe:unifex:vcl:xsimd:xtensor:xtl:ztdtext:zug
libs=abseil:benchmark:benri:blaze:boost:bmulti:brigand:catch2:cctz:cmcstl2:cnl:cppcoro:cppitertools:crosscables:ctbignum:cthash:ctre:date:dataframe:dlib:doctest:eastl:eigen:enoki:entt:etl:eve:expected_lite:fastor:fmt:glm:gnufs:googletest:gsl:hedley:hfsm:highway:immer:jsoncpp:kiwaku:kumi:kvasir:lager:lexy:libguarded:libuv:llvm:llvmfs:lua:mp-coro:mp-units:namedtype:nanorange:nlohmann_json:nsimd:ofw:openssl:outcome:pegtl:pipes:pugixml:python:rangesv3:raberu:seastar:simde:sol2:spdlog:spy:taojson:tbb:tomlplusplus:trompeloeil:tts:type_safe:unifex:vcl:xsimd:xtensor:xtl:ztdtext:zug

libs.abseil.name=Abseil
libs.abseil.versions=trunk
Expand Down Expand Up @@ -247,6 +247,13 @@ libs.ctbignum.url=https://github.com/niekbouman/ctbignum
libs.ctbignum.versions.trunk.version=trunk
libs.ctbignum.versions.trunk.path=/opt/compiler-explorer/libs/ctbignum/include

libs.cthash.name=CTHASH
libs.cthash.description=Compile time hashes
libs.cthash.versions=main
libs.cthash.url=https://github.com/hanickadot/cthash
libs.cthash.versions.main.version=main
libs.cthash.versions.main.path=/opt/compiler-explorer/libs/cthash/main/include

libs.ctre.name=CTRE
libs.ctre.description=Compile Time Regular Expressions
libs.ctre.versions=trunk:ecma-unicode:dfa:v2
Expand Down
9 changes: 8 additions & 1 deletion etc/config/objc++.amazon.properties
Expand Up @@ -37,7 +37,7 @@ compiler.objcppgsnapshot.semver=(trunk)
#################################
#################################
# Installed libs
libs=abseil:belleviews:benchmark:benri:blaze:boost:bmulti:brigand:catch2:cctz:cmcstl2:cnl:cppcoro:cppitertools:crosscables:ctbignum:ctre:date:dataframe:dawjson:dlib:doctest:eastl:eigen:enoki:entt:etl:eve:expected_lite:fastor:fmt:gemmlowp:glm:gnufs:gnulibbacktrace:googletest:gsl:hdf5:hedley:hfsm:highfive:highway:hotels-template-library:immer:jsoncons:jsoncpp:kiwaku:kumi:kvasir:lager:lagom:lexy:libassert:libguarded:libsimdpp:libuv:llvm:llvmfs:lua:magic_enum:mfem:mlir:mp-coro:mp-units:namedtype:nanorange:nlohmann_json:nsimd:ofw:openssl:outcome:pegtl:pipes:pugixml:python:rangesv3:raberu:scnlib:seastar:seqan3:simde:sol2:spdlog:spy:stdexec:strong_type:taojson:tbb:tlexpected:toml11:tomlplusplus:trompeloeil:tts:type_safe:unifex:vcl:xercesc:xsimd:xtensor:xtl:ztdtext:zug:cli11:avr-libstdcpp:curl:copperspice:sqlite
libs=abseil:belleviews:benchmark:benri:blaze:boost:bmulti:brigand:catch2:cctz:cmcstl2:cnl:cppcoro:cppitertools:crosscables:ctbignum:cthash:ctre:date:dataframe:dawjson:dlib:doctest:eastl:eigen:enoki:entt:etl:eve:expected_lite:fastor:fmt:gemmlowp:glm:gnufs:gnulibbacktrace:googletest:gsl:hdf5:hedley:hfsm:highfive:highway:hotels-template-library:immer:jsoncons:jsoncpp:kiwaku:kumi:kvasir:lager:lagom:lexy:libassert:libguarded:libsimdpp:libuv:llvm:llvmfs:lua:magic_enum:mfem:mlir:mp-coro:mp-units:namedtype:nanorange:nlohmann_json:nsimd:ofw:openssl:outcome:pegtl:pipes:pugixml:python:rangesv3:raberu:scnlib:seastar:seqan3:simde:sol2:spdlog:spy:stdexec:strong_type:taojson:tbb:tlexpected:toml11:tomlplusplus:trompeloeil:tts:type_safe:unifex:vcl:xercesc:xsimd:xtensor:xtl:ztdtext:zug:cli11:avr-libstdcpp:curl:copperspice:sqlite

libs.abseil.name=Abseil
libs.abseil.versions=trunk
Expand Down Expand Up @@ -283,6 +283,13 @@ libs.ctbignum.url=https://github.com/niekbouman/ctbignum
libs.ctbignum.versions.trunk.version=trunk
libs.ctbignum.versions.trunk.path=/opt/compiler-explorer/libs/ctbignum/include

libs.cthash.name=CTHASH
libs.cthash.description=Compile time hashes
libs.cthash.versions=main
libs.cthash.url=https://github.com/hanickadot/cthash
libs.cthash.versions.main.version=main
libs.cthash.versions.main.path=/opt/compiler-explorer/libs/cthash/main/include

libs.ctre.name=CTRE
libs.ctre.description=Compile Time Regular Expressions
libs.ctre.versions=trunk:ecma-unicode:dfa:v2
Expand Down

0 comments on commit 37213c5

Please sign in to comment.