summaryrefslogtreecommitdiffstats
path: root/contrib/libs/libc_compat
Commit message (Collapse)AuthorAgeFilesLines
* YT-25950: Move queue.h to separate folderdtorilov2025-08-262-2/+8
| | | | commit_hash:e3de43adddfa3fb08b2352b34358b29de1b5122f
* YT-25950: Support libevent builddtorilov2025-08-251-0/+6
| | | | commit_hash:b2c6b90b6b4b2ffc8ec1a8fbe179306629db53dc
* Intermediate changesrobot-piglet2025-04-111-3/+3
| | | | commit_hash:4474830375e04693a618bff42250231cdaafbec0
* Intermediate changesrobot-piglet2025-01-051-0/+2
| | | | commit_hash:b8814fc562c25a23c3ef94f30c0f0f5ddb08d58d
* Provide sys/mman.h by the means of libc_compatthegeorg2024-10-123-2/+28
| | | | | Default OS_SDK does not provide `#define MFD_CLOEXEC` and `#define MADV_WIPEONFORK`. commit_hash:8546994c7256265f0c1623df629f2dd2e9f4414d
* publishFullContrib: true for ydbmaxim-yurchuk2024-10-0928-0/+2906
| | | | | <HIDDEN_URL> commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
* Intermediate changesrobot-piglet2024-08-242-0/+4
|
* dedaf1ec1008e987c6bb5d57ef7d4707c5103d11pg2024-07-2311-259/+0
|
* Add OS_SDK from ubuntu-22mikhnenko2024-06-131-1/+1
| | | | afb63fdba183d6c56bedb1bc853c1c19edd333d3
* export contrib/libs/libc_compat/ubuntu_14vvvv2024-03-2812-0/+295
| | | | 0ec9dab7e194664a7c2b8df657f03408fe3378bc
* feat contrib: aiogram 3armenqa2024-01-196-157/+0
| | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
* Library import 8 (#1074)AlexSm2024-01-1812-295/+0
| | | | | * Library import 8 * Add contrib/libs/cxxsupp/libcxx/include/__verbose_abort
* External build system generator release 65robot-ya-builder2023-12-051-3/+3
| | | | Update tools: yexport, os-yexport
* add darwin-arm64 CMakeListsdcherednik2023-11-202-0/+24
|
* fixed syscall numbers for different platformsvvvv2023-11-111-1/+13
| | | | | | https://github.com/torvalds/linux/blob/29dcea88779c856c7dc92040a0c01233263101d4/include/uapi/asm-generic/unistd.h#L707 https://gpages.juszkiewicz.com.pl/syscalls-table/syscalls.html
* Use ADDINCL GLOBAL for the sake of simplicity and predictabilitythegeorg2023-10-172-3/+5
|
* add contrib/libs/libc_compat/getservbyname for memory sanitizernkozlovskiy2023-10-124-0/+236
|
* Intermediate changesrobot-piglet2023-09-1312-0/+350
|
* Provide getrandom for Android toothegeorg2023-09-042-0/+6
|
* Properly unpoison data generated by getrandom syscallthegeorg2023-09-014-0/+16
|
* Use UDFs from YDBvvvv2023-07-311-15/+0
|
* YQL-16239 Move purecalc to publicvvvv2023-07-311-0/+15
|
* remove NO_SANITIZE_HEADERS macrosreshilkin2023-07-282-4/+0
|
* Unconditionally depend on build/sysincl/android.ymlthegeorg2023-06-271-0/+54
| | | Also: provide universal sysincls for jni.h on Linux.
* add ymake export to ydbalexv-smirnov2023-06-132-0/+196
|
* Do not undef Y_UCRT_INCLUDE_NEXT if we did not define itmikhnenko2023-05-241-3/+7
|
* External build system generator release 29robot-ya-builder2023-04-191-1/+1
| | | Update tools: yexport
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-282-192/+0
|
* External build system generator release 21robot-ya-builder2023-03-171-3/+3
| | | Update tools: yexport
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-152-0/+192
|
* Intermediate changesrobot-piglet2023-03-092-0/+30
|
* Intermediate changesrobot-piglet2023-03-073-2/+2
|
* External build system generator release 17robot-ya-builder2023-03-061-1/+1
| | | Update tools: yexport
* NO_COMPILER_WARNINGS in cmake msvc buildssvidyuk2023-02-183-3/+3
|
* Intermediate changesrobot-piglet2023-02-073-22/+22
|
* Intermediate changesrobot-piglet2023-02-073-22/+22
|
* External build system generator release 12robot-ya-builder2023-01-311-1/+1
| | | Update tools: yexport
* External build system generator release 8robot-ya-builder2023-01-174-4/+4
| | | Update tools: yexport
* add windows platform to ydb github exportalexv-smirnov2022-12-206-0/+868
|
* Switch back to old good OS_SDK=ubuntu-14 by defaultthegeorg2022-12-152-91/+5
|
* Sync linux-headers instead of using system onesthegeorg2022-12-152-0/+6
|
* remove kikimr/driver DEPENDSqrort2022-12-021-15/+0
|
* Use 'ubuntu-18' OS SDK for individual execution.korum2022-12-012-5/+91
|
* validate canons without yatest_commonqrort2022-11-301-0/+15
|
* Enable linux-arm platform.dcherednik2022-10-262-1/+32
|
* External build system generator release 10robot-ya-builder2022-09-261-1/+1
| | | Update tools: yexport
* External build system generator release 7robot-ya-builder2022-09-061-1/+1
|
* Fix macro naming in libc_compatthegeorg2022-08-041-3/+3
| | | These includes belong to ucrt (C runtime library, being a part of Windows SDK), not to MSVC compiler.
* Provide getrandom() and getentropy() by the means of contrib/libs/libc_compatthegeorg2022-07-274-9/+42
|
* libc_compat: Utilize #include_next to avoid contrib patchingthegeorg2022-07-224-2/+26
|