Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-17 | Remove useless casts | David Robillard | 1 | -2/+2 | |
2019-04-22 | Simplify unit tests and improve coverage by using assert | David Robillard | 1 | -11/+8 | |
2018-09-16 | Lint with clang-tidy | David Robillard | 1 | -15/+14 | |
2018-09-16 | Remove using namespace declarations | David Robillard | 1 | -7/+6 | |
2018-09-16 | Clean up includes | David Robillard | 1 | -3/+3 | |
2012-11-17 | Fix symbolifying strings that start with numbers. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4824 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-17 | Update test suite to compile and pass again. | David Robillard | 1 | -2/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4718 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-14 | Remove glib dependency. | David Robillard | 1 | -0/+77 | |
Make Symbol, URI, and Path simpler derivatives of std::string. 100% test coverage by line for Symbol, URI, Path, AtomicInt, and AtomicPtr. Add Raul::Exception. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4686 a436a847-0d15-0410-975c-d299462d15a1 |