2
0
mirror of https://github.com/boostorg/url.git synced 2026-01-19 04:42:15 +00:00

880 Commits

Author SHA1 Message Date
alandefreitas
c9ee0038c2 docs: missing javadoc params 2025-03-08 14:31:51 -03:00
alandefreitas
da331e4c99 docs: refactor javadoc
Refactor javadoc to use new MrDocs features
2025-01-10 19:59:51 -03:00
alandefreitas
435c05aa13 ci: cpp-actions v1.8.8
* Support ubuntu noble and clang 19
* Support tags without conventional commits for changelog
* Better handling of multi-config generators
* boost-clone initializes essential modules
* Multiple bug fixes
2025-01-09 10:41:25 -03:00
alandefreitas
51c9118bb4 docs: antora-cpp-reference-extension v0.0.6 2025-01-02 11:16:36 -03:00
alandefreitas
560e6d9cac docs: add literal_rule to tagfiles 2024-12-13 16:02:57 -03:00
Alexander Grund
2fd73d3bf4 ci: use boost.io node 2024-12-09 11:46:18 -03:00
Sam Darwin
f930913504 docs: redirect fix 2024-11-13 12:39:33 -03:00
alandefreitas
428ea43f40 refactor(string_view_base): remove hash_value
Since 92f6cfb3cc in Boost.Core, we have been getting "error: use of undeclared identifier 'hash_value'" because hash_value is not part of the interface of core::string_view.

hash_value has been removed from core::string_view because it's redundant. Boost containers don't need it and it does not enable std containers.
2024-11-12 01:03:57 -03:00
alandefreitas
91f81f8a8d docs: reference is nav link 2024-11-11 15:41:34 -03:00
alandefreitas
4f665c5a24 docs: redirects from doc/html
Documentation is in boost/doc/antora/url/index.html, but any user who visits the entry point of the a previous version in boost/libs/url/doc/html/index.html would get a 404.

fix #878
2024-11-11 15:18:02 -03:00
alandefreitas
b1772c1d1c docs(readme): cmake config variables explicit value 2024-11-11 15:13:18 -03:00
sdarwin
4980f8ec37 build_antora.sh executable 2024-11-05 16:21:46 -07:00
sdarwin
3915041274 docs: set -e 2024-10-28 12:50:02 -03:00
alandefreitas
d8cacb5658 refactor(url_base): copy operation uses reference to underlying implementation
The copy operation from a url_view_base should use the pointed implementation rather than the underlying implementation so that url_views that refer to other urls are accounted for.

fix #872
boost-1.87.0.beta1 boost-1.87.0
2024-10-24 22:01:22 -03:00
alandefreitas
41e6b077c5 refactor(url_base): remove undefined resolve_impl 2024-10-24 22:01:22 -03:00
alandefreitas
38a1a89c16 docs(readme): VS solution generating includes tests 2024-10-24 22:01:22 -03:00
alandefreitas
2e5868300f docs(readme): commands use Visual Studio 17 2022 generator 2024-10-21 16:42:23 -03:00
alandefreitas
4ba05c465e ci: antora matrix 2024-10-16 23:28:40 -03:00
alandefreitas
4525108055 docs: update extensions 2024-10-16 23:28:40 -03:00
alandefreitas
83e7b8c08c build: exceptions are not an explicit default
fix #868
2024-10-14 15:26:30 -03:00
alandefreitas
b6688d9fbb test: cmake tests return integers 2024-10-04 11:32:08 -03:00
alandefreitas
f4ae8f2de2 ci: BoundsSan workflow 2024-10-04 11:32:08 -03:00
alandefreitas
c1b3ecc8f2 refactor: no deprecated variant2 alias from API
fix #857
2024-10-04 11:32:08 -03:00
alandefreitas
bcebb991fe docs: replicate main playbook parameters 2024-10-04 11:32:08 -03:00
alandefreitas
81e8f8a53b docs(params): exemplify param edge cases 2024-10-04 11:32:08 -03:00
alandefreitas
5118483c8b refactor: query_rule consistent interpretation
query_rule broke a grammar parse invariant by using different interpretations of the string depending on whether the reason for termination was the end of a string or a continuation with an invalid character.

fix #864
2024-10-04 11:32:08 -03:00
alandefreitas
78ed463014 docs: set system-env for Boost 2024-09-12 21:48:01 -03:00
alandefreitas
b186f022a1 docs: remove doc/Jamfile 2024-09-12 21:48:01 -03:00
alandefreitas
c6ff0acefe docs: redirect index.html 2024-09-12 21:48:01 -03:00
alandefreitas
f2f8b0fee3 ci: cpp-actions v1.8.7 2024-09-08 19:03:41 -03:00
Rene Rivera
471aec5940 build: modular build structure 2024-08-20 19:41:20 -03:00
alandefreitas
dcfe9dfd51 ci: delegate GCC-Asan to GHA 2024-08-19 21:48:54 -03:00
alandefreitas
22bd8eeb9d docs: json::error_code is deprecated 2024-08-19 21:48:54 -03:00
alandefreitas
d1f16a9e41 build: tests are excluded for all target
fix #841
2024-08-19 21:48:54 -03:00
alandefreitas
d5cc0a5723 docs: urls::errc reference as namespace alias
fix #844
2024-08-19 21:48:54 -03:00
alandefreitas
cb17cf9b14 feat: set_params supports encoding_opts
fix #856
2024-08-19 21:48:54 -03:00
alandefreitas
3f1d11812c build: disable clang unused-parameter in external modules 2024-08-19 21:48:54 -03:00
alandefreitas
d533d6ee66 refactor: no deprecated variant2 alias from API
fix #857
2024-08-19 21:48:54 -03:00
alandefreitas
350989f454 docs: disable antora collector extension 2024-08-19 21:48:54 -03:00
Brian Weed
4998971f13 refactor: buf unused variable 2024-08-16 13:18:31 -03:00
alandefreitas
094a535b93 docs: cpp-reference extension is npm package 2024-08-06 12:57:39 -03:00
alandefreitas
8c1982aca1 docs: boost-links extension is npm package 2024-07-31 13:35:13 -03:00
alandefreitas
5534746675 docs: tagfiles extension is npm package 2024-07-26 17:59:39 -03:00
alandefreitas
ab3cce2709 docs: support and include reference tagfiles 2024-07-25 13:00:33 -03:00
alandefreitas
7220e6e671 docs: cpp-tagfiles is antora extension 2024-07-25 13:00:33 -03:00
alandefreitas
3058725a47 docs: remove sidenav 2024-07-25 13:00:33 -03:00
alandefreitas
eccce47157 docs: cpp.js uses fast-xml-parser 2024-07-23 19:16:26 -03:00
alandefreitas
83984532ab docs: collector finds versioned compilers 2024-07-11 03:21:49 -03:00
alandefreitas
1c5d99b398 docs: reference table 2024-07-11 03:21:49 -03:00
alandefreitas
a1ecad8243 docs: implementation defined filters 2024-07-11 03:21:49 -03:00