Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xtrace-cpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reyhaneh Karimipour
xtrace-cpp
Graph
f7aed90b734d5664f7586b66a1ff0545df64cda6
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
5
Aug
31
Mar
30
29
May
28
27
24
21
20
17
Add sampling in logs and some tests
master
master
Add xtrace_sampler.cpp and modify tests
Update README.md
Add sampling interface and tests
Fix string conversion whilst setting and joining baggage
Switch to using lua_pushlstring instead of lua_pushstring to avoid null terminated strings
Remove debugging logging statements
Fix protobuf in CMake files
Fix luaxtrace dependency issue
Add lua wrappers for operations on baggage
Add basic lua wrapper library around xtrace
Downgrade required CMake version
Require version 2 of protobuf
Do protocol buffers generation during make, to resolve some of the versioning problems
Capitalize operation logging
Add some auto baggage macros
Add some handy macros for logging baggage invocations
Add baggage swap operation
Add some more API calls to xtrace
Add some convenience string serialization methods:
Rearrange some of the files, to reduce the footprint of included headers
Fix header install path
Update CMakeLists
Update CMakeLists
Revise CMakeLists.txt again
Fix CMakeLists, I think
Fix main dependencies
Update README.md
Merge branch 'master' of github.com:MPI-SWS/xtrace-cpp
Add readme with simple instructions
Add simple example
Hard-code xtrace server to the xtrace-server hostname
Initial commit of minimal implementation.
Loading