aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-02-23 16:16:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-02-23 16:16:23 +0200
commitdea0d0913711f23fff3b902e3aa6006c6b54905a (patch)
tree3d1c3802af8bf68566e02683347f4251fa6d603e
parente5fedf8a485d7b1b7d26e08557ca40c863d3255b (diff)
Clean up file names
-rw-r--r--build/key-set2
-rw-r--r--build/prefix-map (renamed from build/prefix_map)4
-rw-r--r--build/prefix-map.txx (renamed from build/prefix_map.txx)2
-rw-r--r--build/rule2
-rw-r--r--tests/build/prefix-map/buildfile (renamed from tests/build/prefix_map/buildfile)0
-rw-r--r--tests/build/prefix-map/driver.cxx (renamed from tests/build/prefix_map/driver.cxx)4
6 files changed, 7 insertions, 7 deletions
diff --git a/build/key-set b/build/key-set
index 9cb7d6c..8c197b8 100644
--- a/build/key-set
+++ b/build/key-set
@@ -1,4 +1,4 @@
-// file : build/key_set -*- C++ -*-
+// file : build/key-set -*- C++ -*-
// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/build/prefix_map b/build/prefix-map
index f911d26..d2ca9be 100644
--- a/build/prefix_map
+++ b/build/prefix-map
@@ -1,4 +1,4 @@
-// file : build/prefix_map -*- C++ -*-
+// file : build/prefix-map -*- C++ -*-
// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
@@ -135,6 +135,6 @@ namespace build
prefix_map_impl<std::multimap<K, T, compare_prefix<K>>, D>;
}
-#include <build/prefix_map.txx>
+#include <build/prefix-map.txx>
#endif // BUILD_PREFIX_MAP
diff --git a/build/prefix_map.txx b/build/prefix-map.txx
index 91f8e0a..0da911d 100644
--- a/build/prefix_map.txx
+++ b/build/prefix-map.txx
@@ -1,4 +1,4 @@
-// file : build/prefix_map.txx -*- C++ -*-
+// file : build/prefix-map.txx -*- C++ -*-
// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/build/rule b/build/rule
index 889c94c..cbaac04 100644
--- a/build/rule
+++ b/build/rule
@@ -11,7 +11,7 @@
#include <unordered_map>
#include <build/target>
-#include <build/prefix_map>
+#include <build/prefix-map>
namespace build
{
diff --git a/tests/build/prefix_map/buildfile b/tests/build/prefix-map/buildfile
index a72d02f..a72d02f 100644
--- a/tests/build/prefix_map/buildfile
+++ b/tests/build/prefix-map/buildfile
diff --git a/tests/build/prefix_map/driver.cxx b/tests/build/prefix-map/driver.cxx
index ba9478c..fb5269c 100644
--- a/tests/build/prefix_map/driver.cxx
+++ b/tests/build/prefix-map/driver.cxx
@@ -1,4 +1,4 @@
-// file : tests/build/prefix_map/driver.cxx -*- C++ -*-
+// file : tests/build/prefix-map/driver.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
@@ -6,7 +6,7 @@
#include <cassert>
#include <iostream>
-#include <build/prefix_map>
+#include <build/prefix-map>
using namespace std;
using namespace build;