Commit Graph

4 Commits

Author SHA1 Message Date
Frédéric Mangano
5ae31c9bc9 fix typo in man page 2016-03-30 17:37:56 +02:00
Frédéric Mangano
be3984423f man: reorganize + add a few options
including --version, --full, --export, --list, --no-color
2016-03-09 16:35:33 +01:00
Frédéric Mangano
2443490b0b update the man page to reflect the new expectations 2016-03-07 17:16:09 +01:00
rr-
5cdcb5457f Add CMake; prepare basic structure
- Added Catch (downloaded automatically by cmake) for unit tests
- Added basic tests/ and src/ directories
- Added basic unit test example. Any changes to files other than main.cc
  in src/ will recompile the relevant tests as needed
- Added CMakeLists that compiles the project using cmake
- Moved the man page to docs/
- Moved old source file to src/
- Since libogg doesn't support cmake based builds, I've added also a
  module in CMakeModules that searches for it, but I haven't tested if
  it works yet...
- Haven't really touched Makefile - I've changed it only to refer to the
  new file locations
2016-02-20 13:35:08 +01:00