citrun

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

commit a672a7767d1585e12c31b4828df7a6a4c9d98c7b
parent e6403754eb3c78c9e68113d0fff933f1aae2c715
Author: Kyle Milz <milz@macbook.0x30.net>
Date:   Mon, 20 Jul 2020 13:46:49 -0700

move bin/ and lib/ source files to root directory

Diffstat:
Rlib/citrun.c -> citrun.c | 0
Rlib/citrun.h -> citrun.h | 0
Rbin/demo-common.h -> demo-common.h | 0
Rbin/draw.h -> draw.h | 0
Rbin/gl.cc -> gl.cc | 0
Rbin/gl_atlas.cc -> gl_atlas.cc | 0
Rbin/gl_atlas.glsl -> gl_atlas.glsl | 0
Rbin/gl_atlas.h -> gl_atlas.h | 0
Rbin/gl_buffer.cc -> gl_buffer.cc | 0
Rbin/gl_buffer.h -> gl_buffer.h | 0
Rbin/gl_font.cc -> gl_font.cc | 0
Rbin/gl_font.h -> gl_font.h | 0
Rbin/gl_fshader.glsl -> gl_fshader.glsl | 0
Rbin/gl_main.cc -> gl_main.cc | 0
Rbin/gl_main.h -> gl_main.h | 0
Rbin/gl_runtime.cc -> gl_runtime.cc | 0
Rbin/gl_runtime.h -> gl_runtime.h | 0
Rbin/gl_shader.cc -> gl_shader.cc | 0
Rbin/gl_shader.h -> gl_shader.h | 0
Rbin/gl_state.cc -> gl_state.cc | 0
Rbin/gl_state.h -> gl_state.h | 0
Rbin/gl_view.cc -> gl_view.cc | 0
Rbin/gl_view.h -> gl_view.h | 0
Rbin/gl_vshader.glsl -> gl_vshader.glsl | 0
Rbin/inst_action.cc -> inst_action.cc | 0
Rbin/inst_action.h -> inst_action.h | 0
Rbin/inst_consumer.h -> inst_consumer.h | 0
Rbin/inst_fe.cc -> inst_fe.cc | 0
Rbin/inst_fe.h -> inst_fe.h | 0
Rbin/inst_feunix.cc -> inst_feunix.cc | 0
Rbin/inst_feunix.h -> inst_feunix.h | 0
Rbin/inst_fewin32.cc -> inst_fewin32.cc | 0
Rbin/inst_fewin32.h -> inst_fewin32.h | 0
Rbin/inst_log.h -> inst_log.h | 0
Rbin/inst_main.cc -> inst_main.cc | 0
Rbin/inst_visitor.cc -> inst_visitor.cc | 0
Rbin/inst_visitor.h -> inst_visitor.h | 0
Dlib/Jamfile | 8--------
Rbin/matrix4x4.c -> matrix4x4.c | 0
Rbin/matrix4x4.h -> matrix4x4.h | 0
Rbin/mem.h -> mem.h | 0
Rbin/mem_unix.h -> mem_unix.h | 0
Rlib/os.h -> os.h | 0
Rbin/report.awk -> report.awk | 0
Rbin/term.cc -> term.cc | 0
Rlib/unix.c -> unix.c | 0
Rlib/win32.c -> win32.c | 0
Rbin/wrap.sh -> wrap.sh | 0
48 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/lib/citrun.c b/citrun.c diff --git a/lib/citrun.h b/citrun.h diff --git a/bin/demo-common.h b/demo-common.h diff --git a/bin/draw.h b/draw.h diff --git a/bin/gl.cc b/gl.cc diff --git a/bin/gl_atlas.cc b/gl_atlas.cc diff --git a/bin/gl_atlas.glsl b/gl_atlas.glsl diff --git a/bin/gl_atlas.h b/gl_atlas.h diff --git a/bin/gl_buffer.cc b/gl_buffer.cc diff --git a/bin/gl_buffer.h b/gl_buffer.h diff --git a/bin/gl_font.cc b/gl_font.cc diff --git a/bin/gl_font.h b/gl_font.h diff --git a/bin/gl_fshader.glsl b/gl_fshader.glsl diff --git a/bin/gl_main.cc b/gl_main.cc diff --git a/bin/gl_main.h b/gl_main.h diff --git a/bin/gl_runtime.cc b/gl_runtime.cc diff --git a/bin/gl_runtime.h b/gl_runtime.h diff --git a/bin/gl_shader.cc b/gl_shader.cc diff --git a/bin/gl_shader.h b/gl_shader.h diff --git a/bin/gl_state.cc b/gl_state.cc diff --git a/bin/gl_state.h b/gl_state.h diff --git a/bin/gl_view.cc b/gl_view.cc diff --git a/bin/gl_view.h b/gl_view.h diff --git a/bin/gl_vshader.glsl b/gl_vshader.glsl diff --git a/bin/inst_action.cc b/inst_action.cc diff --git a/bin/inst_action.h b/inst_action.h diff --git a/bin/inst_consumer.h b/inst_consumer.h diff --git a/bin/inst_fe.cc b/inst_fe.cc diff --git a/bin/inst_fe.h b/inst_fe.h diff --git a/bin/inst_feunix.cc b/inst_feunix.cc diff --git a/bin/inst_feunix.h b/inst_feunix.h diff --git a/bin/inst_fewin32.cc b/inst_fewin32.cc diff --git a/bin/inst_fewin32.h b/inst_fewin32.h diff --git a/bin/inst_log.h b/inst_log.h diff --git a/bin/inst_main.cc b/inst_main.cc diff --git a/bin/inst_visitor.cc b/inst_visitor.cc diff --git a/bin/inst_visitor.h b/inst_visitor.h diff --git a/lib/Jamfile b/lib/Jamfile @@ -1,8 +0,0 @@ -SubDir TOP lib ; - -Stringize citrun_h.h : citrun.h ; - -ObjectCcFlags citrun.c unix.c : -fPIC -ansi ; -Library libcitrun : citrun.c unix.c ; - -InstallLib $(PREFIX)/lib : libcitrun.a ; diff --git a/bin/matrix4x4.c b/matrix4x4.c diff --git a/bin/matrix4x4.h b/matrix4x4.h diff --git a/bin/mem.h b/mem.h diff --git a/bin/mem_unix.h b/mem_unix.h diff --git a/lib/os.h b/os.h diff --git a/bin/report.awk b/report.awk diff --git a/bin/term.cc b/term.cc diff --git a/lib/unix.c b/unix.c diff --git a/lib/win32.c b/win32.c diff --git a/bin/wrap.sh b/wrap.sh