0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 7 months ago. based on code collected 7 months ago.
Jul 05, 2024 — Jul 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Imported cpp-yaml 0.2.4, hosted at http://code.google.com/p/yaml-cpp. More... over 16 years ago
Using a compile option to warn on unused method parameters. Cleaned up the More... over 16 years ago
Renamed string benchmarking class. More... over 16 years ago
Refactored benchmarking facility to make it possible to execute setup() and More... over 16 years ago
Fixed the problem with _maxTitleSize not being initialized. Added ability to More... over 16 years ago
Refactored to provide a class method to convert specified microseconds to More... over 16 years ago
Added ability to benchmark plain C functions. More... over 16 years ago
Added ability to add a benchmark by non-const reference. More... over 16 years ago
Implemented better reporting for benchmarks. More... over 16 years ago
Changed stopwatch granularity to native microseconds. More... over 16 years ago
Added first real benchmark for string creation. More... over 16 years ago
Added first benchmark applicaction skeleton. Adjusted sk::rt::Benchmark More... over 16 years ago
Added tests and implementation for Stopwatch inspect()/toString() methods. More... over 16 years ago
Added tests for running time and provided working implementation. More... over 16 years ago
Renamed sk::rt::Timer to sk::rt::StopWatch to better reflect the purpose. More... over 16 years ago
Added implementation of Timer's start/stop/isTicking functionality. More... over 16 years ago
Simple benchmarking facility. More... over 16 years ago
Implemented ability to compact bitset. Fixed a bug with bit referencing. More... over 16 years ago
Refactoring. More... over 16 years ago
Updating Bitset interface. More... over 16 years ago
Implemented bulk operations. More... over 16 years ago
More tests and fixes. More... over 16 years ago
Fixed left-over free(). More... over 16 years ago
Implemented Bitset memory management. More... over 16 years ago
Some refactoring before introducing set implementation. More... over 16 years ago
Fixed compile on Linux. More... over 16 years ago
Added more bitset methods. Many not implemented yet. More... over 16 years ago
Added a test for an empty bitset. More... over 16 years ago
Forgot to include the actual class files for the last commit. More... over 16 years ago
Added a skeleton for Bitset class. More... over 16 years ago