aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into zs/xrepozs/xrepoZousar Shaker2024-12-0621-330/+1986
|\
| * global open process cache for projectstore (#257)Dan Engelbrecht2024-12-056-31/+64
| | | | | | | | * move openprocess cache to central location * enable openprocesscache in projectstore so "getchunks" can send filehandles when requested
| * projectstore getchunks rpc with modtag (#244)Dan Engelbrecht2024-12-0511-233/+1848
| | | | | | Feature: Project store "getchunks" rpc call /prj/{project}/oplog/{log}/rpc extended to accept both CAS (RawHash) and Id (Oid) identifiers as well as partial ranges
| * Unity build fixes (#253)Stefan Boberg2024-12-057-71/+79
| | | | | | some fixes to make everything build using unity build mode. Mostly moved code from anonymous namespaces into local impl namespace to avoid ambiguity in name resolution.
* | xmake build fixesZousar Shaker2024-12-031-1/+1
| | | | | | | | | | robin-map public dep of zenstore c4core added as a require
* | Merge branch 'zs/xrepo' into zs/merge-scratchZousar Shaker2024-12-0317-55/+83
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/main' into sb/xrepoStefan Boberg2024-08-2375-1658/+8055
| |\
| * \ Merge branch 'main' into sb/xrepoStefan Boberg2024-04-3032-405/+823
| |\ \
| * | | made fullformatter thread safeStefan Boberg2024-04-261-5/+10
| | | |
| * | | some TSAN cleanup of Linux/Mac Event implStefan Boberg2024-04-261-3/+2
| | | |
| * | | added dedicated timer for EnqueueStateExitFlagTimerStefan Boberg2024-04-262-2/+3
| | | |
| * | | some xmake tweaksStefan Boberg2024-04-241-1/+1
| | | |
| * | | Merge branch 'main' into sb/xrepoStefan Boberg2024-04-2431-559/+2084
| |\ \ \
| * \ \ \ Merge branch 'main' into sb/xrepoStefan Boberg2024-04-155-110/+184
| |\ \ \ \
| * | | | | explicitly use vcpkg for sentry-nativeStefan Boberg2024-04-151-1/+1
| | | | | |
| * | | | | proper xrepo package definition for rymlStefan Boberg2024-04-123-3/+6
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/main' into sb/xrepoStefan Boberg2024-04-10127-4189/+7853
| |\ \ \ \ \
| * | | | | | added robin-map dependency to zenutilStefan Boberg2024-02-011-1/+1
| | | | | | |
| * | | | | | Merge remote-tracking branch 'origin/main' into sb/xrepoStefan Boberg2024-02-0158-3438/+3677
| |\ \ \ \ \ \
| * | | | | | | Revert "removed all remaining references to vcpkg packages"Stefan Boberg2023-12-202-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ade2b8ad9c930ed26d4fdc916d7931b32d4bf185.
| * | | | | | | add utfcpp to repo and use it instead of in-tree codeStefan Boberg2023-12-191-2/+2
| | | | | | | |
| * | | | | | | reinstated SCOPED_TIMER instances which are useful after allStefan Boberg2023-12-191-0/+2
| | | | | | | |
| * | | | | | | actual fix: removed now-unnecessary preprocessor conditionalsStefan Boberg2023-12-191-0/+8
| | | | | | | |
| * | | | | | | removed now-unnecessary preprocessor conditionalsStefan Boberg2023-12-191-14/+0
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/main' into sb/xrepoStefan Boberg2023-12-192-1/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/main' into sb/xrepoStefan Boberg2023-12-183-19/+28
| |\ \ \ \ \ \ \ \
| * | | | | | | | | removed all remaining references to vcpkg packagesStefan Boberg2023-12-182-2/+2
| | | | | | | | | |
| * | | | | | | | | switch over to local json11 (from vcpkg)Stefan Boberg2023-12-183-4/+3
| | | | | | | | | |
| * | | | | | | | | use xrepo for robin-map,zlibStefan Boberg2023-12-183-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also made json11 dependencies explicit
| * | | | | | | | | updated sentry-native to xrepoStefan Boberg2023-12-181-1/+1
| | | | | | | | | |
| * | | | | | | | | fix Windows build issueStefan Boberg2023-12-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | failed on HANDLE usage
| * | | | | | | | | added ZEN_WITH_TRACE conditionalsStefan Boberg2023-12-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this makes Windows also build without trace support
| * | | | | | | | | ClangFormatStefan Boberg2023-12-187-25/+25
| | | | | | | | | |
| * | | | | | | | | TSAN: eliminated apparently redundant SCOPED_TIMER instancesStefan Boberg2023-12-181-2/+0
| | | | | | | | | |
| * | | | | | | | | prevent memory leaks due to small-block materialize pathStefan Boberg2023-12-181-2/+2
| | | | | | | | | |
| * | | | | | | | | added atomic_thread_fence to ensure consistent state is seenStefan Boberg2023-12-181-1/+8
| | | | | | | | | |
| * | | | | | | | | fixed application exit TSAN issuesStefan Boberg2023-12-181-2/+4
| | | | | | | | | |
| * | | | | | | | | fixed TSAN issue in Event::SetStefan Boberg2023-12-181-1/+1
| | | | | | | | | |
| * | | | | | | | | TSAN: fixed issue with m_KeepAliveStefan Boberg2023-12-181-1/+3
| | | | | | | | | |
| * | | | | | | | | TSAN: fixed some problems with RPC recordingStefan Boberg2023-12-183-54/+110
| | | | | | | | | |
| * | | | | | | | | fixed Linux logic around breakpad_clientStefan Boberg2023-12-181-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | previous logic would not work if sentry was compiled out
| * | | | | | | | | fixed accidental uint64Stefan Boberg2023-12-181-2/+2
| | | | | | | | | |
| * | | | | | | | | support compiling without traceStefan Boberg2023-12-182-0/+10
| | | | | | | | | |
| * | | | | | | | | fixed use-after-free in JobQueue testStefan Boberg2023-12-181-2/+3
| | | | | | | | | |
| * | | | | | | | | fixed memory leak in ZenStructuredCacheClientStefan Boberg2023-12-181-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | entries in the session cache were not cleaned up on exit
| * | | | | | | | | prevent ParseHexNumber from out-of-bounds access on invalid inputsStefan Boberg2023-12-181-1/+6
| | | | | | | | | |
| * | | | | | | | | ASAN: fixed issue where code would set element without proper resizeStefan Boberg2023-12-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the existing reserve should ensure this is not an actual stomp bug however
| * | | | | | | | | Merge remote-tracking branch 'origin/main' into sb/xrepoStefan Boberg2023-12-18128-5465/+10253
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | updated xmake files so spdlog/fmt uses xrepoStefan Boberg2023-12-185-7/+7
| | | | | | | | | | |
| * | | | | | | | | | remove vestiges of some test stuffbionicbeagle2023-11-131-48/+0
| | | | | | | | | | |