citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit fe7b54eb8d7b2bca9f15a4754d4777ae22185ebb
parent c9aa1596f28fef166f96ad86c6467f1bf5f016ce
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Mon, 21 Mar 2016 19:40:18 -0600

viewer/glyphy: rename extensions cxx to cc

Diffstat:
Mviewer/glyphy/Makefile | 14+++++++-------
Rviewer/glyphy/glyphy-arc.cxx -> viewer/glyphy/glyphy-arc.cc | 0
Rviewer/glyphy/glyphy-arcs.cxx -> viewer/glyphy/glyphy-arcs.cc | 0
Rviewer/glyphy/glyphy-blob.cxx -> viewer/glyphy/glyphy-blob.cc | 0
Rviewer/glyphy/glyphy-extents.cxx -> viewer/glyphy/glyphy-extents.cc | 0
Rviewer/glyphy/glyphy-outline.cxx -> viewer/glyphy/glyphy-outline.cc | 0
Rviewer/glyphy/glyphy-sdf.cxx -> viewer/glyphy/glyphy-sdf.cc | 0
Rviewer/glyphy/glyphy-shaders.cxx -> viewer/glyphy/glyphy-shaders.cc | 0
8 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/viewer/glyphy/Makefile b/viewer/glyphy/Makefile @@ -1,12 +1,12 @@ LIB = glyphy -SRCS += glyphy-arc.cxx \ - glyphy-arcs.cxx \ - glyphy-blob.cxx \ - glyphy-extents.cxx \ - glyphy-outline.cxx \ - glyphy-sdf.cxx \ - glyphy-shaders.cxx +SRCS += glyphy-arc.cc \ + glyphy-arcs.cc \ + glyphy-blob.cc \ + glyphy-extents.cc \ + glyphy-outline.cc \ + glyphy-sdf.cc \ + glyphy-shaders.cc CXXFLAGS += -I. -DPKGDATADIR="" diff --git a/viewer/glyphy/glyphy-arc.cxx b/viewer/glyphy/glyphy-arc.cc diff --git a/viewer/glyphy/glyphy-arcs.cxx b/viewer/glyphy/glyphy-arcs.cc diff --git a/viewer/glyphy/glyphy-blob.cxx b/viewer/glyphy/glyphy-blob.cc diff --git a/viewer/glyphy/glyphy-extents.cxx b/viewer/glyphy/glyphy-extents.cc diff --git a/viewer/glyphy/glyphy-outline.cxx b/viewer/glyphy/glyphy-outline.cc diff --git a/viewer/glyphy/glyphy-sdf.cxx b/viewer/glyphy/glyphy-sdf.cc diff --git a/viewer/glyphy/glyphy-shaders.cxx b/viewer/glyphy/glyphy-shaders.cc