citrun

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

commit 22c8964158cea401f2526e1e9ec7f6139a558bcc
parent 13c5401c832b20909bccf9557b9ce75e4c12bdeb
Author: kyle <kyle@0x30.net>
Date:   Sun, 29 Jan 2017 10:17:51 -0700

move files into a dir structure that resembles final installation

Diffstat:
Rcheck.sh -> bin/check.sh | 0
Rdemo-atlas.cc -> bin/demo-atlas.cc | 0
Rdemo-atlas.h -> bin/demo-atlas.h | 0
Rdemo-common.h -> bin/demo-common.h | 0
Rdemo-glstate.cc -> bin/demo-glstate.cc | 0
Rdemo-glstate.h -> bin/demo-glstate.h | 0
Rdemo-shader.cc -> bin/demo-shader.cc | 0
Rdemo-shader.h -> bin/demo-shader.h | 0
Rdemo_atlas.glsl -> bin/demo_atlas.glsl | 0
Rdemo_fshader.glsl -> bin/demo_fshader.glsl | 0
Rdemo_vshader.glsl -> bin/demo_vshader.glsl | 0
Rdraw.h -> bin/draw.h | 0
Rgl_buffer.cc -> bin/gl_buffer.cc | 0
Rgl_buffer.h -> bin/gl_buffer.h | 0
Rgl_font.cc -> bin/gl_font.cc | 0
Rgl_font.h -> bin/gl_font.h | 0
Rgl_main.cc -> bin/gl_main.cc | 0
Rgl_procfile.cc -> bin/gl_procfile.cc | 0
Rgl_procfile.h -> bin/gl_procfile.h | 0
Rgl_transunit.cc -> bin/gl_transunit.cc | 0
Rgl_transunit.h -> bin/gl_transunit.h | 0
Rgl_view.cc -> bin/gl_view.cc | 0
Rgl_view.h -> bin/gl_view.h | 0
Rgltest.cc -> bin/gltest.cc | 0
Rglyphy/Jamfile -> bin/glyphy/Jamfile | 0
Rglyphy/glyphy-arc-bezier.hh -> bin/glyphy/glyphy-arc-bezier.hh | 0
Rglyphy/glyphy-arc.cc -> bin/glyphy/glyphy-arc.cc | 0
Rglyphy/glyphy-arcs-bezier.hh -> bin/glyphy/glyphy-arcs-bezier.hh | 0
Rglyphy/glyphy-arcs.cc -> bin/glyphy/glyphy-arcs.cc | 0
Rglyphy/glyphy-blob.cc -> bin/glyphy/glyphy-blob.cc | 0
Rglyphy/glyphy-common.glsl -> bin/glyphy/glyphy-common.glsl | 0
Rglyphy/glyphy-common.hh -> bin/glyphy/glyphy-common.hh | 0
Rglyphy/glyphy-extents.cc -> bin/glyphy/glyphy-extents.cc | 0
Rglyphy/glyphy-freetype.h -> bin/glyphy/glyphy-freetype.h | 0
Rglyphy/glyphy-geometry.hh -> bin/glyphy/glyphy-geometry.hh | 0
Rglyphy/glyphy-outline.cc -> bin/glyphy/glyphy-outline.cc | 0
Rglyphy/glyphy-sdf.cc -> bin/glyphy/glyphy-sdf.cc | 0
Rglyphy/glyphy-sdf.glsl -> bin/glyphy/glyphy-sdf.glsl | 0
Rglyphy/glyphy-shaders.cc -> bin/glyphy/glyphy-shaders.cc | 0
Rglyphy/glyphy.h -> bin/glyphy/glyphy.h | 0
Rinst_action.cc -> bin/inst_action.cc | 0
Rinst_action.h -> bin/inst_action.h | 0
Rinst_fe.cc -> bin/inst_fe.cc | 0
Rinst_fe.h -> bin/inst_fe.h | 0
Rinst_feunix.cc -> bin/inst_feunix.cc | 0
Rinst_feunix.h -> bin/inst_feunix.h | 0
Rinst_fewin32.cc -> bin/inst_fewin32.cc | 0
Rinst_fewin32.h -> bin/inst_fewin32.h | 0
Rinst_log.h -> bin/inst_log.h | 0
Rinst_main.cc -> bin/inst_main.cc | 0
Rinst_visitor.cc -> bin/inst_visitor.cc | 0
Rinst_visitor.h -> bin/inst_visitor.h | 0
Rmatrix4x4.c -> bin/matrix4x4.c | 0
Rmatrix4x4.h -> bin/matrix4x4.h | 0
Rmem.h -> bin/mem.h | 0
Rmem_unix.h -> bin/mem_unix.h | 0
Rprocess_dir.cc -> bin/process_dir.cc | 0
Rprocess_dir.h -> bin/process_dir.h | 0
Rterm.cc -> bin/term.cc | 0
Dcompilers/c++ | 2--
Dcompilers/cc | 2--
Dcompilers/eg++ | 2--
Dcompilers/gcc | 2--
Rlib.c -> lib/lib.c | 0
Rlib.h -> lib/lib.h | 0
RlibP.h -> lib/libP.h | 0
Rlib_unix.c -> lib/lib_unix.c | 0
Rlib_win32.c -> lib/lib_win32.c | 0
Rcitrun_check.1 -> man/citrun_check.1 | 0
Rcitrun_gl.1 -> man/citrun_gl.1 | 0
Rcitrun_inst.1 -> man/citrun_inst.1 | 0
Rcitrun_term.1 -> man/citrun_term.1 | 0
Rcitrun_wrap.1 -> man/citrun_wrap.1 | 0
73 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/check.sh b/bin/check.sh diff --git a/demo-atlas.cc b/bin/demo-atlas.cc diff --git a/demo-atlas.h b/bin/demo-atlas.h diff --git a/demo-common.h b/bin/demo-common.h diff --git a/demo-glstate.cc b/bin/demo-glstate.cc diff --git a/demo-glstate.h b/bin/demo-glstate.h diff --git a/demo-shader.cc b/bin/demo-shader.cc diff --git a/demo-shader.h b/bin/demo-shader.h diff --git a/demo_atlas.glsl b/bin/demo_atlas.glsl diff --git a/demo_fshader.glsl b/bin/demo_fshader.glsl diff --git a/demo_vshader.glsl b/bin/demo_vshader.glsl diff --git a/draw.h b/bin/draw.h diff --git a/gl_buffer.cc b/bin/gl_buffer.cc diff --git a/gl_buffer.h b/bin/gl_buffer.h diff --git a/gl_font.cc b/bin/gl_font.cc diff --git a/gl_font.h b/bin/gl_font.h diff --git a/gl_main.cc b/bin/gl_main.cc diff --git a/gl_procfile.cc b/bin/gl_procfile.cc diff --git a/gl_procfile.h b/bin/gl_procfile.h diff --git a/gl_transunit.cc b/bin/gl_transunit.cc diff --git a/gl_transunit.h b/bin/gl_transunit.h diff --git a/gl_view.cc b/bin/gl_view.cc diff --git a/gl_view.h b/bin/gl_view.h diff --git a/gltest.cc b/bin/gltest.cc diff --git a/glyphy/Jamfile b/bin/glyphy/Jamfile diff --git a/glyphy/glyphy-arc-bezier.hh b/bin/glyphy/glyphy-arc-bezier.hh diff --git a/glyphy/glyphy-arc.cc b/bin/glyphy/glyphy-arc.cc diff --git a/glyphy/glyphy-arcs-bezier.hh b/bin/glyphy/glyphy-arcs-bezier.hh diff --git a/glyphy/glyphy-arcs.cc b/bin/glyphy/glyphy-arcs.cc diff --git a/glyphy/glyphy-blob.cc b/bin/glyphy/glyphy-blob.cc diff --git a/glyphy/glyphy-common.glsl b/bin/glyphy/glyphy-common.glsl diff --git a/glyphy/glyphy-common.hh b/bin/glyphy/glyphy-common.hh diff --git a/glyphy/glyphy-extents.cc b/bin/glyphy/glyphy-extents.cc diff --git a/glyphy/glyphy-freetype.h b/bin/glyphy/glyphy-freetype.h diff --git a/glyphy/glyphy-geometry.hh b/bin/glyphy/glyphy-geometry.hh diff --git a/glyphy/glyphy-outline.cc b/bin/glyphy/glyphy-outline.cc diff --git a/glyphy/glyphy-sdf.cc b/bin/glyphy/glyphy-sdf.cc diff --git a/glyphy/glyphy-sdf.glsl b/bin/glyphy/glyphy-sdf.glsl diff --git a/glyphy/glyphy-shaders.cc b/bin/glyphy/glyphy-shaders.cc diff --git a/glyphy/glyphy.h b/bin/glyphy/glyphy.h diff --git a/inst_action.cc b/bin/inst_action.cc diff --git a/inst_action.h b/bin/inst_action.h diff --git a/inst_fe.cc b/bin/inst_fe.cc diff --git a/inst_fe.h b/bin/inst_fe.h diff --git a/inst_feunix.cc b/bin/inst_feunix.cc diff --git a/inst_feunix.h b/bin/inst_feunix.h diff --git a/inst_fewin32.cc b/bin/inst_fewin32.cc diff --git a/inst_fewin32.h b/bin/inst_fewin32.h diff --git a/inst_log.h b/bin/inst_log.h diff --git a/inst_main.cc b/bin/inst_main.cc diff --git a/inst_visitor.cc b/bin/inst_visitor.cc diff --git a/inst_visitor.h b/bin/inst_visitor.h diff --git a/matrix4x4.c b/bin/matrix4x4.c diff --git a/matrix4x4.h b/bin/matrix4x4.h diff --git a/mem.h b/bin/mem.h diff --git a/mem_unix.h b/bin/mem_unix.h diff --git a/process_dir.cc b/bin/process_dir.cc diff --git a/process_dir.h b/bin/process_dir.h diff --git a/term.cc b/bin/term.cc diff --git a/compilers/c++ b/compilers/c++ @@ -1 +0,0 @@ -../citrun_inst -\ No newline at end of file diff --git a/compilers/cc b/compilers/cc @@ -1 +0,0 @@ -../citrun_inst -\ No newline at end of file diff --git a/compilers/eg++ b/compilers/eg++ @@ -1 +0,0 @@ -../citrun_inst -\ No newline at end of file diff --git a/compilers/gcc b/compilers/gcc @@ -1 +0,0 @@ -../citrun_inst -\ No newline at end of file diff --git a/lib.c b/lib/lib.c diff --git a/lib.h b/lib/lib.h diff --git a/libP.h b/lib/libP.h diff --git a/lib_unix.c b/lib/lib_unix.c diff --git a/lib_win32.c b/lib/lib_win32.c diff --git a/citrun_check.1 b/man/citrun_check.1 diff --git a/citrun_gl.1 b/man/citrun_gl.1 diff --git a/citrun_inst.1 b/man/citrun_inst.1 diff --git a/citrun_term.1 b/man/citrun_term.1 diff --git a/citrun_wrap.1 b/man/citrun_wrap.1