0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge remote-tracking branch 'kobol/c++11' More... over 10 years ago
replace garbage collector for shared pointers More... over 10 years ago
enable rubberband support by default More... over 10 years ago
remove unused argument / class member More... over 10 years ago
"update" warning flags to -Wall -Wextra More... over 10 years ago
add realtime annotations for use with stoat More... over 10 years ago
port to C++11 More... almost 11 years ago
honor environment variables More... about 11 years ago
add .gitignore More... about 11 years ago
slightly nicer error message More... over 12 years ago
replace binary search in locate() with an immediate formula, again devised mostly by derive (tm) More... over 12 years ago
use boost::bind instead of std::bind2nd More... over 12 years ago
recalculate entry positions when adding preroll or setting start label More... over 12 years ago
allow tempo maps to be loaded from stdin More... over 12 years ago
use proper C++ math functions from std namespace eliminate C-style casts More... over 12 years ago
add support for long options using getopt_long() (can be disabled if it's not available) improve --help output a bit More... over 12 years ago
use das::regex class instead of functions from regex.h make regexes a little more readable More... over 12 years ago
add a das::regex::match() method that returns the matches found move class das::regex to its own header More... over 12 years ago
update util headers (from mididings) remove util.cc move logv from util to klick rename ringbuffer.hh to jack_ringbuffer.hh More... over 12 years ago
change include guards to include the name "klick", and not start with an underscore More... over 12 years ago
change copyright date to 2013 More... over 12 years ago
replace deprecated usleep() with nanosleep() use sig_atomic_t instead of bool in signal handler More... over 12 years ago
minor cleanup and formatting changes, cherry-picked from an ancient diff More... over 12 years ago
replace weird templated OSCInterface::send() for multiple recipients More... almost 13 years ago
replace deprecated Options class with new Variables class More... almost 13 years ago
use jack_free() instead of std::free() More... about 14 years ago
set bar_start_tick when running as timebase master More... about 15 years ago
updated NEWS for 0.12.2 More... almost 16 years ago
distortion in space-time continuum now properly detected and handled More... almost 16 years ago
fixed a frequent segfault on termination. boost::function keeping a shared_ptr reference is pretty cool... More... almost 16 years ago