citrun

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

commit e7d5a52473f29bf945871efaf3c59d5ecc2de25f
parent 9c02de4dafed7c4034fb6b4ec839c55ea1ece8d8
Author: kyle <kyle@getaddrinfo.net>
Date:   Sat,  2 Apr 2016 10:20:07 -0600

move glyphy into src/glyphy

Diffstat:
Asrc/glyphy/Jamfile | 12++++++++++++
Rviewer/glyphy/glyphy-arc-bezier.hh -> src/glyphy/glyphy-arc-bezier.hh | 0
Rviewer/glyphy/glyphy-arc.cc -> src/glyphy/glyphy-arc.cc | 0
Rviewer/glyphy/glyphy-arcs-bezier.hh -> src/glyphy/glyphy-arcs-bezier.hh | 0
Rviewer/glyphy/glyphy-arcs.cc -> src/glyphy/glyphy-arcs.cc | 0
Rviewer/glyphy/glyphy-blob.cc -> src/glyphy/glyphy-blob.cc | 0
Rviewer/glyphy/glyphy-common-glsl.h -> src/glyphy/glyphy-common-glsl.h | 0
Rviewer/glyphy/glyphy-common.hh -> src/glyphy/glyphy-common.hh | 0
Rviewer/glyphy/glyphy-extents.cc -> src/glyphy/glyphy-extents.cc | 0
Rviewer/glyphy/glyphy-freetype.h -> src/glyphy/glyphy-freetype.h | 0
Rviewer/glyphy/glyphy-geometry.hh -> src/glyphy/glyphy-geometry.hh | 0
Rviewer/glyphy/glyphy-outline.cc -> src/glyphy/glyphy-outline.cc | 0
Rviewer/glyphy/glyphy-sdf-glsl.h -> src/glyphy/glyphy-sdf-glsl.h | 0
Rviewer/glyphy/glyphy-sdf.cc -> src/glyphy/glyphy-sdf.cc | 0
Rviewer/glyphy/glyphy-shaders.cc -> src/glyphy/glyphy-shaders.cc | 0
Rviewer/glyphy/glyphy.h -> src/glyphy/glyphy.h | 0
Dviewer/glyphy/Jamfile | 12------------
17 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/glyphy/Jamfile b/src/glyphy/Jamfile @@ -0,0 +1,12 @@ +SubDir TOP src glyphy ; + +SubDirHdrs . ; +SubDirC++Flags -DPKGDATADIR="" ; + +Library libglyphy : glyphy-arc.cc + glyphy-arcs.cc + glyphy-blob.cc + glyphy-extents.cc + glyphy-outline.cc + glyphy-sdf.cc + glyphy-shaders.cc ; diff --git a/viewer/glyphy/glyphy-arc-bezier.hh b/src/glyphy/glyphy-arc-bezier.hh diff --git a/viewer/glyphy/glyphy-arc.cc b/src/glyphy/glyphy-arc.cc diff --git a/viewer/glyphy/glyphy-arcs-bezier.hh b/src/glyphy/glyphy-arcs-bezier.hh diff --git a/viewer/glyphy/glyphy-arcs.cc b/src/glyphy/glyphy-arcs.cc diff --git a/viewer/glyphy/glyphy-blob.cc b/src/glyphy/glyphy-blob.cc diff --git a/viewer/glyphy/glyphy-common-glsl.h b/src/glyphy/glyphy-common-glsl.h diff --git a/viewer/glyphy/glyphy-common.hh b/src/glyphy/glyphy-common.hh diff --git a/viewer/glyphy/glyphy-extents.cc b/src/glyphy/glyphy-extents.cc diff --git a/viewer/glyphy/glyphy-freetype.h b/src/glyphy/glyphy-freetype.h diff --git a/viewer/glyphy/glyphy-geometry.hh b/src/glyphy/glyphy-geometry.hh diff --git a/viewer/glyphy/glyphy-outline.cc b/src/glyphy/glyphy-outline.cc diff --git a/viewer/glyphy/glyphy-sdf-glsl.h b/src/glyphy/glyphy-sdf-glsl.h diff --git a/viewer/glyphy/glyphy-sdf.cc b/src/glyphy/glyphy-sdf.cc diff --git a/viewer/glyphy/glyphy-shaders.cc b/src/glyphy/glyphy-shaders.cc diff --git a/viewer/glyphy/glyphy.h b/src/glyphy/glyphy.h diff --git a/viewer/glyphy/Jamfile b/viewer/glyphy/Jamfile @@ -1,12 +0,0 @@ -SubDir TOP viewer glyphy ; - -SubDirHdrs . ; -SubDirC++Flags -DPKGDATADIR="" ; - -Library libglyphy : glyphy-arc.cc - glyphy-arcs.cc - glyphy-blob.cc - glyphy-extents.cc - glyphy-outline.cc - glyphy-sdf.cc - glyphy-shaders.cc ;