aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* more c++11/c++14 featuresDave Reisner2016-07-171-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 v5Dave Reisner2016-06-071-1/+1
|
* prepare v4Dave Reisner2014-08-211-1/+1
|
* prepare v3Dave Reisner2014-08-191-1/+1
|
* prepare v2 releaseDave Reisner2013-08-251-1/+1
|
* Add upload target, switch to xz distballsDave Reisner2013-08-251-1/+5
|
* makefile: -std=c++11 should be part of CFLAGSDave Reisner2013-08-031-3/+1
|
* add version function, wire it up from the makefileDave Reisner2013-04-101-2/+8
|
* add dist targetDave Reisner2013-01-271-0/+4
|
* add support for libnotify based notifierDave Reisner2013-01-221-0/+6
|
* abstract volume/balance output away from ponymixDave Reisner2013-01-211-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 Reisner2013-01-041-0/+1
|
* add zsh completionDaniel Wallace2013-01-031-0/+1
| | | | Updated but doesn't include card/profile completion
* allow overriding the compilerDave Reisner2013-01-031-1/+1
|
* makefile: CFLAGS -> CXXFLAGSDave Reisner2013-01-011-4/+10
|
* initial commitDave Reisner2013-01-011-0/+22