Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more c++11/c++14 features | Dave Reisner | 2016-07-17 | 1 | -1/+1 |
| | | | | | | | - use std::move instead of std::swap - use assignment instead of memcpy - wrap operations in WaitOperationComplete (eh, not really c++11) - prefer unique_ptr assignment instead of reset | ||||
* | prepare v5 | Dave Reisner | 2016-06-07 | 1 | -1/+1 |
| | |||||
* | prepare v4 | Dave Reisner | 2014-08-21 | 1 | -1/+1 |
| | |||||
* | prepare v3 | Dave Reisner | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | prepare v2 release | Dave Reisner | 2013-08-25 | 1 | -1/+1 |
| | |||||
* | Add upload target, switch to xz distballs | Dave Reisner | 2013-08-25 | 1 | -1/+5 |
| | |||||
* | makefile: -std=c++11 should be part of CFLAGS | Dave Reisner | 2013-08-03 | 1 | -3/+1 |
| | |||||
* | add version function, wire it up from the makefile | Dave Reisner | 2013-04-10 | 1 | -2/+8 |
| | |||||
* | add dist target | Dave Reisner | 2013-01-27 | 1 | -0/+4 |
| | |||||
* | add support for libnotify based notifier | Dave Reisner | 2013-01-22 | 1 | -0/+6 |
| | |||||
* | abstract volume/balance output away from ponymix | Dave Reisner | 2013-01-21 | 1 | -1/+1 |
| | | | | | | Add a Notifier virtual base class and a CommandLineNotifier implementation which handles output of volume and balance levels after a change. | ||||
* | install bash completion too.... | Dave Reisner | 2013-01-04 | 1 | -0/+1 |
| | |||||
* | add zsh completion | Daniel Wallace | 2013-01-03 | 1 | -0/+1 |
| | | | | Updated but doesn't include card/profile completion | ||||
* | allow overriding the compiler | Dave Reisner | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | makefile: CFLAGS -> CXXFLAGS | Dave Reisner | 2013-01-01 | 1 | -4/+10 |
| | |||||
* | initial commit | Dave Reisner | 2013-01-01 | 1 | -0/+22 |