This is just a test c++ repo. Go ahead and break it.

David Blume David Blume Renamed README to README.md 2938886 @ 2015-11-08 14:22:24
include include/my_lib.hpp shouldn't be executable. 2015-11-07 22:15:45
my_lib Use __PRETTY_FUNCTION__ and __func__. 2015-11-08 01:17:45
product Use __PRETTY_FUNCTION__ and __func__. 2015-11-08 01:17:45
Makefile first commit 2015-11-07 22:13:58
README.md Renamed README to README.md 2015-11-08 14:22:24
build first commit 2015-11-07 22:13:58
make_path_helper first commit 2015-11-07 22:13:58
makecsope.sh first commit 2015-11-07 22:13:58
maketags.sh first commit 2015-11-07 22:13:58
testcode.sublime-project first commit 2015-11-07 22:13:58
README.md

This is a test project. You can do anything here.

You can clone from the origin with:

$ git clone ssh://USERNAME@dlma.com/~/git/testcode.git

CURRENT FEATURES

  • Multiple directories for testing build systems and IDEs
  • "make" essentially works.

TODO:

  • Compare make vs. cmake vs. autotools
  • Experiment with ctags generation