summaryrefslogtreecommitdiffstats
path: root/contrib/libs/flatbuffers
Commit message (Collapse)AuthorAgeFilesLines
* Update libcxx to 18 Mar 2025mikhnenko2026-02-192-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` [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
* Follow up for rXXXXXXthegeorg2025-06-152-6/+0
| | | | commit_hash:39c5d2a8a9f618b4e01f1489e11fa131e2db4001
* Make contrib/libs/flatbuffers independent from abseil-cppthegeorg2025-06-153-7/+2
| | | | commit_hash:80437ff8d8e74785109837b24c42b552e551542e
* Intermediate changesrobot-piglet2025-05-071-1/+1
| | | | commit_hash:8e91f1bc83ec2f7c5c04762b6c4a7343ab3506f2
* publishFullContrib: true for ydbmaxim-yurchuk2024-10-0912-0/+1994
| | | | | <HIDDEN_URL> commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
* Fix flatbuf sandboxing buildspreis2024-10-041-1/+1
| | | | | | | Fix for sandboxing builds like https://a.yandex-team.ru/ci-card-preview/23700000012721 (2nd iteration of https://a.yandex-team.ru/review/6927716/details) Explanation is here https://docs.yandex-team.ru/ya-make/manual/common/macros#induced_deps, the flatbuf command currently emits .cpp in addition to .h (this is need for immediate schema validation by `ya make my/flatfbuf/schemas` build. The headers alone won't trigger any build and so code generation) commit_hash:f27ec4e20e6fd552df2934802a4a6251893bc53a
* Intermediate changesrobot-piglet2024-08-201-0/+2
|
* Completely remove traces of prebuilt contrib/tools/flatcthegeorg2024-07-031-1/+8
| | | | ab468c13a4ddf617e8b43c98d237c329fc5ece20
* Fix patchthegeorg2024-05-211-1/+1
| | | | e871e4c16da73fb080536ac9b70a5086517e67bf
* Update contrib/libs/flatbuffers to 24.3.25robot-contrib2024-03-2910-11/+76
| | | | 62e6ced1e7bd530347c0f0f4cf53953c063e0c4b
* Update contrib/libs/flatbuffers to 24.3.7thegeorg2024-03-1633-175/+1990
| | | | ba53b58280bb890a80379f491d436458add8f0ed
* Intermediate changesrobot-piglet2024-03-142-6/+6
|
* Intermediate changesrobot-piglet2024-03-144-156/+0
|
* feat contrib: aiogram 3armenqa2024-01-1912-482/+0
| | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
* External build system generator release 65robot-ya-builder2023-12-052-6/+6
| | | | Update tools: yexport, os-yexport
* add darwin-arm64 CMakeListsdcherednik2023-11-204-0/+92
|
* Update contrib/libs/flatbuffers to 23.5.26thegeorg2023-09-0649-1507/+719
|
* Fix input variable missprintsvidyuk2023-08-309-0/+267
|
* All .ll files support in LLVM_BCsvidyuk2023-08-309-267/+0
|
* Intermediate changesrobot-piglet2023-08-151-1/+1
|
* Fix flatbuffers patchreshilkin2023-08-121-1/+1
|
* Remove needless patchreshilkin2023-08-111-2/+2
|
* Update contrib/libs/flatbuffers to 23.5.9reshilkin2023-08-11112-9497/+23089
|
* Auto code-generation for .fbs.h in arrowreshilkin2023-08-0265-0/+41188
|
* Revert "YT-19324: move YT provider to ydb/library/yql"max422023-06-3055-40834/+0
| | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.
* YT-19324: move YT provider to ydb/library/yqlmax422023-06-3055-0/+40834
| | | | | | | | | | | | | | 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-0250-40583/+0
|
* validate canons without yatest_commonqrort2022-11-3050-0/+40583
|
* fix ya.makemonster2022-07-0714-7545/+0
|
* intermediate changesarcadia-devtools2022-03-151-46/+0
| | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
* 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.yazevnul2022-02-101-2/+2
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.yazevnul2022-02-101-2/+2
|
* Restoring authorship annotation for Sergey Brazhnik <[email protected]>. ↵Sergey Brazhnik2022-02-101-1/+1
| | | | Commit 2 of 2.
* Restoring authorship annotation for Sergey Brazhnik <[email protected]>. ↵Sergey Brazhnik2022-02-101-1/+1
| | | | Commit 1 of 2.
* 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-107-2177/+2177
| | | | <[email protected]>. Commit 2 of 2.
* Restoring authorship annotation for Stanislav Kirillov ↵Stanislav Kirillov2022-02-107-2177/+2177
| | | | <[email protected]>. Commit 1 of 2.
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.heretic2022-02-101-9/+9
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.heretic2022-02-101-9/+9
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.thegeorg2022-02-1013-910/+910
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.thegeorg2022-02-1013-910/+910
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.orivej2022-02-1017-2107/+2107
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.orivej2022-02-1017-2107/+2107
|
* intermediate changesDevtools Arcadia2022-02-0718-0/+11657
ref:cde9a383711a11544ce7e107a78147fb96cc4029