| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| | |
Weekday Generation From Civil Second
70003fbf387f8f0157cff5f0fa3ab4354871d703
|
| |
| |
| |
| | |
5383f45f0d7fadf7fe1f72830869c4caa770749b
|
| |
| |
| |
| | |
126c0cfa83378569f6fcef85a64a147009117de2
|
| |
| |
| |
| | |
76faaa2be1a95a3ba117ecb4d48e22eac0360f99
|
| |
| |
| |
| | |
155ab801b664cc38013eaea040033fd1eefae1b3
|
| |
| |
| |
| | |
62c4cf20966ac12ba500e1b7f7f048969a8aacca
|
| |
| |
| |
| | |
31e18f04efdf8642428d4ab8ec8c87b4101f5ff2
|
| |
| |
| |
| | |
f637e6debdcb60f78ab07fb4be833a881a1452f7
|
| |
| |
| |
| | |
96265cd0cc64e1b9bb31fe97b915ed2a09caf1cb
|
| | |
|
| |
| |
| |
| | |
replace complex hack in monlib macro
|
| |
| |
| |
| | |
Микрооптимизация, уменьшающая в два раза число вызовов функций на каждый helper: компилятор пытается встраивать тело конструктора, хотя не имеет никаких шансов что-то в нём соптимизировать без LTO или без знания о том, что `CommonStore()` всегда возвращает одно и то же значнеие, .
|
| |
| |
| |
| | |
The implementation has also been moved into a cpp file.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
```
In file included from $(SOURCE_ROOT)/contrib/libs/cxxsupp/libcxx/include/__algorithm/copy_move_common.h:12:
$(SOURCE_ROOT)/contrib/libs/cxxsupp/libcxx/include/__algorithm/iterator_operations.h:72:3: error: no type named 'value_type' in 'std::iterator_traits<TIpAddressRange::TIterator>'
using __value_type = typename iterator_traits<_Iter>::value_type;
^~~~~
$(SOURCE_ROOT)/contrib/libs/cxxsupp/libcxx/include/__algorithm/copy_move_common.h:149:62: note: in instantiation of template type alias '__value_type' requested here
using _InValue = typename _IterOps<_AlgPolicy>::template __value_type<_InIter>;
```
|
| |
| |
| |
| | |
Note: mandatory check (NEED_CHECK) was skipped
|
| |
| |
| |
| | |
Note: mandatory check (NEED_CHECK) was skipped
|
| |
| |
| |
| | |
Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Co-authored-by: robot-piglet <[email protected]>
Co-authored-by: deshevoy <[email protected]>
Co-authored-by: robot-contrib <[email protected]>
Co-authored-by: thegeorg <[email protected]>
Co-authored-by: robot-ya-builder <[email protected]>
Co-authored-by: svidyuk <[email protected]>
Co-authored-by: shadchin <[email protected]>
Co-authored-by: robot-ratatosk <[email protected]>
Co-authored-by: innokentii <[email protected]>
Co-authored-by: arkady-e1ppa <[email protected]>
Co-authored-by: snermolaev <[email protected]>
Co-authored-by: dimdim11 <[email protected]>
Co-authored-by: kickbutt <[email protected]>
Co-authored-by: abdullinsaid <[email protected]>
Co-authored-by: korsunandrei <[email protected]>
Co-authored-by: petrk <[email protected]>
Co-authored-by: miroslav2 <[email protected]>
Co-authored-by: serjflint <[email protected]>
Co-authored-by: akhropov <[email protected]>
Co-authored-by: prettyboy <[email protected]>
Co-authored-by: ilikepugs <[email protected]>
Co-authored-by: hiddenpath <[email protected]>
Co-authored-by: mikhnenko <[email protected]>
Co-authored-by: spreis <[email protected]>
Co-authored-by: andreyshspb <[email protected]>
Co-authored-by: dimaandreev <[email protected]>
Co-authored-by: rashid <[email protected]>
Co-authored-by: robot-ydb-importer <[email protected]>
Co-authored-by: r-vetrov <[email protected]>
Co-authored-by: ypodlesov <[email protected]>
Co-authored-by: zaverden <[email protected]>
Co-authored-by: vpozdyayev <[email protected]>
Co-authored-by: robot-cozmo <[email protected]>
Co-authored-by: v-korovin <[email protected]>
Co-authored-by: arikon <[email protected]>
Co-authored-by: khoden <[email protected]>
Co-authored-by: psydmm <[email protected]>
Co-authored-by: robot-javacom <[email protected]>
Co-authored-by: dtorilov <[email protected]>
Co-authored-by: sennikovmv <[email protected]>
Co-authored-by: hcpp <[email protected]>
|
| | |
|
| |
| |
| |
| | |
155ab801b664cc38013eaea040033fd1eefae1b3
|
| |
| |
| |
| | |
62c4cf20966ac12ba500e1b7f7f048969a8aacca
|
| |
| |
| |
| | |
31e18f04efdf8642428d4ab8ec8c87b4101f5ff2
|
| |
| |
| |
| | |
f637e6debdcb60f78ab07fb4be833a881a1452f7
|
| |
| |
| |
| | |
96265cd0cc64e1b9bb31fe97b915ed2a09caf1cb
|
| | |
|
| | |
|
| |
| |
| |
| | |
replace complex hack in monlib macro
|
| |
| |
| |
| | |
Микрооптимизация, уменьшающая в два раза число вызовов функций на каждый helper: компилятор пытается встраивать тело конструктора, хотя не имеет никаких шансов что-то в нём соптимизировать без LTO или без знания о том, что `CommonStore()` всегда возвращает одно и то же значнеие, .
|
| |
| |
| |
| | |
The implementation has also been moved into a cpp file.
|
| | |
|