summaryrefslogtreecommitdiff
path: root/cppbuild.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cppbuild.cc')
-rw-r--r--cppbuild.cc47
1 files changed, 0 insertions, 47 deletions
diff --git a/cppbuild.cc b/cppbuild.cc
index 0524d84..b0f3eae 100644
--- a/cppbuild.cc
+++ b/cppbuild.cc
@@ -1,52 +1,5 @@
-#if 0/*
-if [ "cppbuild" -ot "$0" ]
-then
- echo "Rebuilding cppbuild"
- g++ -s -O3 -std=c++17 -pthread $0 libcppbuild.a -o cppbuild
- [ $? != 0 ] && exit 1
-fi
-
-echo "Launching cppbuild"
-./cppbuild $*
-exit $?
-*/
-#endif
-
-#include <vector>
-#include <string>
-#include <utility>
-
#include "libcppbuild.h"
-/*
-Nested build configurations for for example unit-tests in a test folder
-#include "test/cppbuild.cc"
-*/
-
-/*
-Glob convenience methods
-std::string glob = getFilesInDir(...);
-*/
-
-/*
-Compilation database
-https://clang.llvm.org/docs/JSONCompilationDatabase.html
-*/
-
-/*
-En feature mere kunne være: pre-post build hooks
-De vil kunne udtrykkes som intra-build dependencies
-Og så selvfølgelig med conditions
-*/
-
-/*
-Target som er "shell script" eller sådan noget
-så kan man kalde f.eks. imageconvert
-*/
-
-/*
-Compiler selection per-target (for arm cross-compilation)
-*/
namespace
{
BuildConfigurations myConfigs()