summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAge
* Makefile: Don’t warn about C++98 compatibility issuesGravatar Benjamin Barenblat2014-12-21
| | | | | | The whole point of using C++11 is to get features that aren’t in C++98, so having Clang warn about compatibility problems with C++98 is really silly.
* Makefile: Actually use -std=c++11Gravatar Benjamin Barenblat2014-12-21
|
* C++ skeleton: Initial commitGravatar Benjamin Barenblat2014-12-21