Initial commit.
b1d8ea85
Update CMakeLists.txt
8aa5ce44
Add .clang-format.
c644e3ee
Rename registered_message to registered_string.
a6021dfb
Merge branch 'add-cpp-bindings' of github.com:jrhemstad/NVTX into add…
6cd7d648
Add benchmark infrastructure.
0086b6f9
Rename to example benchmark.
42f1fbfc
Add benchmark comparing RAII against raw C calls.
93698a17
Add linking against libdl for tests to resolve undefined symbol error…
b6d0441a
Consistently use nvtx3 headers.
4f75b6f0
Default to building tests.
e2e17c2c
Initialize reserved portion of event attributes struct.
db906820
Format.
140782fb
Rename C++ benchmark.
72d2c432
Add more benchmarks.
5ce94140
Benchmark func range.
d4aedca3
Add initial include guards for NVTX_DISABLE.
2aae81fe
Delete operator new.
f5075561
jrhemstad
changed the base branch from
master
to
dev
5 years ago
Add include for utility.
17748360
Add type_traits include.
bdaf419c
Use symbolic boolean operators.
e82b298f
Make `end_range` inline to avoid ODR violation.
0ba005e7
Correct missing explicit domain template arg for start_range.
5c921974
Use unique_ptr<range_handle> for domain_process_range to allow defaul…
38bc1a07
Make range_handle ctor explicit.
514543a9
Correct dtor for process_range to end range.
8a54e249
Add missing <memory> include for unique_ptr.
2a947750
Add missing size param to deleted operator new.
5be74457
Correct type for handle member name.
fd92c419
Remove cupti based unit test framework.
e610b888
cmake changes from @germasch
52e43a31
Revert "cmake changes from @germasch"
016bf7fe
Add missing license.
eb2e0a08
Remove unnecessary cmake stuff.
331efea5
Unnecessary compiler settings.
38e155d9
Remove all the C11 ABI stuff.
48d96795
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub