summaryrefslogtreecommitdiffstats
path: root/contrib/libs/flatbuffers/include
Commit message (Collapse)AuthorAgeFilesLines
* Update libcxx to 18 Mar 2025mikhnenko2026-02-191-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` [libc++] Improve deprecated diagnostic guards. [libc++] Guard call_once against operator hijacking. (#128054) [libc++] Remove redundant assignments in bitset string-like constructors (#121424) [libc++] Fix allocate_at_least test that assumes the size_type of the allocator (#131682) [libc++] Fix check for _LIBCPP_HAS_NO_WIDE_CHARACTERS in features.py (#131675) [libc++] Add remaining benchmarks from [alg.modifying.operations] (#127354) [libc++][test] Adds a test for a reserved name. (#131363) [libc++][test] Skip a `is_virtual_base_of` test for apple-clang-17 (#131438) [libc++][test] Skip some `is_implicit_lifetime` tests for apple-clang-17 (#131302) [libc++] Fix ambiguous call in {ranges, std}::find (#122641) [libc++] Optimize ranges::rotate for vector<bool>::iterator (#121168) [regex] fix uncaught exception when string is like "\\_" (#129348) [libc++] Add `-Watomic-memory-ordering` diagnostic tests for `atomic_ref` (#130206) [libc++][docs] Remove mis-added entry for P2513R4 (#130581) [libc++][CI] Update action runner base image. (#130433) [libc++] Protect more code against -Wdeprecated. (#130419) [libc++][type_traits] Implements "A type trait to detect reference binding to temporary" (#128649) [libc++] Deprecate `is_pod(_v)` since C++20 (#129471) [libc++] Implement part of P2562R1: constexpr `ranges::stable_sort` (#128860) [libc++] Remove identity casts in <{forward_,}list> (#130049) [libc++] Remove a few unused includes from <__concepts/*> (#129883) [libc++] Verify that LWG4140 is implemented (#128624) [libc++] Implement part of P2562R1: constexpr `ranges::stable_partition` (#129839) [libcxx] Export directory_iterator in module build (#129195) [libc++] Optimize num_put integral functions (#120859) [libc++] Add missed `constexpr` to `erase(_if)` in `<string>` (#129666) [libc++] Optimize ranges::swap_ranges for vector<bool>::iterator (#121150) [libc++] Remove a few unused includes in <utility> headers (#129674) [libc++] Implement part of P2562R1: constexpr `std::stable_partition` (#128868) [libc++] Fix assignment in insertion into `vector` (#116001) [libc++][test] extend XFAIL clauses to cover Amazon Linux too (#129377) [libc++] Fix `money_get::do_get` with huge input (#126273) [libc++][chrono][doc] Use stable names in synopsis. (#129381) [libc++][format] Enables formattable tests for chrono formatters. (#128356) [libc++] Implement LWG3990 for Clang (#128834) [libc++][test] XFAIL for FreeBSD in thread_create_failure.pass.cpp (#129413) [libc++] Add tests for gcd that result in something other than zero or one (#129395) [libc++] Prohibits initializer_list specializations. (#128042) [libc++] Implements LWG3600 Making istream_iterator copy constructor trivial is an ABI break (#127343) [libcxx] Provide locale conversions to tests through lit substitution (#105651) [libc++] Guard <codecvt> contents on _LIBCPP_HAS_LOCALIZATION (#129112) [libc++] Mark _XOPEN_SOURCE test as unsupported on FreeBSD (#128950) [libc++] Enable algorithm vectorization on arm neon (#128873) [libc++][test] extend -linux-gnu XFAIL to cover all of the -linux targets (#129140) [libc++] Fix the locale base API on Linux with musl (#128936) [libc++] Diagnose when nullptrs are passed to string APIs (#122790) [libc++] Silence CMake's install messages in the CI (#128872) [libcxx] Add LWG4135: The helper lambda of std::erase for list should specify return type as bool (#128358) [libc++] Optimize ranges::equal for vector<bool>::iterator (#121084) [libc++][test] Refactor tests for rotate and rotate_copy (#126458) [libc++][format] Disables narrow string to wide string formatters. (#128355) [lib++][print] Don't pad the ostream output. (#128354) [libc++] Updates ostream's println LWG status. (#128214) [libc++][test] Refactor tests for ranges::swap_range algorithms (#121138) [libc++][test] Augment ranges::{fill, fill_n, find} with missing tests (#121209) Simplify flip() for std::bitset (#120807) Exclude hwasan from thread_create_failure.pass.cpp (#128768) [libc++] Make .verify.cpp tests more robust against changing headers (#128703) [libc++] Don't try to wait on a thread that hasn't started in std::async (#125433) [libc++] Use the new locale base API on Linux (#128007) [libc++] Synchronize Docker container SHA in run-buildbot-container (#128225) [libc++] Fix basic_string not allowing max_size() elements to be stored (#125423) [libc++] Fix shrink_to_fit to swap buffer only when capacity is strictly smaller (#127321) [libcxx] Enable localization for the GPU in the config files (#128224) [libc++] std::atomic primary template should not have a `difference_type` member type (#123236) [libc++][chrono] implements GPS clock. (#125921) [libc++] Re-enable the FreeBSD CI job (#127687) [libc++] Qualify calls to nullary functions like __throw_foo (#122465) [libcxx] Work around picolibc argv handling in tests. (#127662) [libc++] Reduce the dependency of the locale base API on the base system from the headers (#117764) [libc++] Add benchmarks for copy algorithms (#127328) Apply clang-format to bitset_test_cases.h to make PR#120807 cleaner [libc++][test] Refactor tests for std::{copy, move, fill} algorithms (#120909) [libc++] Optimize ranges::move{,_backward} for vector<bool>::iterator (#121109) [libc++] Avoid code duplication in strings operator+ overloads (#126048) [libc++] Deprecate and remove member types of `hash` in `<variant>` (#127758) [libc++] Guard include of <features.h> with __has_include (#127691) [libc++] Set feature-test macro `__cpp_lib_atomic_float` (#127559) [libc++] Add Hagenberg issues and papers to the Status pages (#127510) [libc++][TZDB] Improves system time zone detection. (#127339) [libc++] Updates the compilers used post branching. (#126564) [libc++] Do not guard inclusion of wchar.h with _LIBCPP_HAS_WIDE_CHARACTERS (#126924) [libc++] Document that libc++ does not and will never implement the Networking TS (#127508) [libc++][TZDB] Fixes mapping of nonexisting time. (#127330) [libc++] Synchronize a few remaining status page rows with Github issues [libc++] Synchronize status pages with Github issues list [libc++] Add watchOS and tvOS checks for aligned_alloc (#126862) ``` commit_hash:0fe92794332887531b208345c6646cabf16dc21f
* Make contrib/libs/flatbuffers independent from abseil-cppthegeorg2025-06-151-1/+1
| | | | commit_hash:80437ff8d8e74785109837b24c42b552e551542e
* publishFullContrib: true for ydbmaxim-yurchuk2024-10-094-0/+886
| | | | | <HIDDEN_URL> commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
* Update contrib/libs/flatbuffers to 24.3.25robot-contrib2024-03-292-2/+44
| | | | 62e6ced1e7bd530347c0f0f4cf53953c063e0c4b
* Update contrib/libs/flatbuffers to 24.3.7thegeorg2024-03-169-67/+159
| | | | ba53b58280bb890a80379f491d436458add8f0ed
* Update contrib/libs/flatbuffers to 23.5.26thegeorg2023-09-0612-171/+73
|
* Remove needless patchreshilkin2023-08-111-2/+2
|
* Update contrib/libs/flatbuffers to 23.5.9reshilkin2023-08-1126-3569/+5206
|
* Auto code-generation for .fbs.h in arrowreshilkin2023-08-029-0/+6424
|
* Revert "YT-19324: move YT provider to ydb/library/yql"max422023-06-309-6424/+0
| | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.
* YT-19324: move YT provider to ydb/library/yqlmax422023-06-309-0/+6424
| | | | | | | | | | | | | | This commit is formed by the following script: https://paste.yandex-team.ru/6f92e4b8-efc5-4d34-948b-15ee2accd7e7/text. This commit has zero effect on all projects that depend on YQL. The summary of changes: - `yql/providers/yt -> ydb/library/yql/providers/yt `- the whole implementation of YT provider is moved into YDB code base for further export as a part of YT YQL plugin shared library; - `yql/providers/stat/{expr_nodes,uploader} -> ydb/library/yql/providers/stat/{expr_nodes,uploader}` - a small interface without implementation and the description of stat expr nodes; - `yql/core/extract_predicate/ut -> ydb/library/yql/core/extract_predicate/ut`; - `yql/core/{ut,ut_common} -> ydb/library/yql/core/{ut,ut_common}`; - `yql/core` is gone; - `yql/library/url_preprocessing -> ydb/library/yql/core/url_preprocessing`. **NB**: all new targets inside `ydb/` are under `IF (NOT CMAKE_EXPORT)` clause which disables them from open-source cmake generation and ya make build. They will be enabled in the subsequent commits.
* Mark import of undefined macros as error. Contribs under yamaker, pt. 1alperevyshin2023-05-051-1/+1
|
* remove kikimr/driver DEPENDSqrort2022-12-029-6424/+0
|
* validate canons without yatest_commonqrort2022-11-309-0/+6424
|
* fix ya.makemonster2022-07-0712-7301/+0
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.architect2022-02-101-22/+22
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.architect2022-02-101-22/+22
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.eeight2022-02-1014-5780/+5780
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.eeight2022-02-1014-5780/+5780
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.trivias2022-02-102-648/+648
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.trivias2022-02-102-648/+648
|
* Restoring authorship annotation for Stanislav Kirillov ↵Stanislav Kirillov2022-02-106-2169/+2169
| | | | <[email protected]>. Commit 2 of 2.
* Restoring authorship annotation for Stanislav Kirillov ↵Stanislav Kirillov2022-02-106-2169/+2169
| | | | <[email protected]>. Commit 1 of 2.
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.thegeorg2022-02-1012-901/+901
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.thegeorg2022-02-1012-901/+901
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.orivej2022-02-1014-1847/+1847
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.orivej2022-02-1014-1847/+1847
|
* intermediate changesDevtools Arcadia2022-02-0715-0/+11367
ref:cde9a383711a11544ce7e107a78147fb96cc4029