citrun

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

ModeNameSize
-rw-r--r--LICENSE13L
-rw-r--r--Makefile12L
-rw-r--r--Makefile.inc54L
-rw-r--r--bin/Makefile15L
-rw-r--r--bin/citrun_report.181L
-rw-r--r--bin/citrun_wrap.1134L
-rw-r--r--bin/report.awk77L
-rw-r--r--bin/wrap.sh4L
-rw-r--r--distrib/configure.bat89L
-rw-r--r--distrib/darwin/devel/citrun/Portfile40L
-rw-r--r--distrib/debian/changelog5L
-rw-r--r--distrib/debian/compat1L
-rw-r--r--distrib/debian/control12L
-rw-r--r--distrib/debian/copyright0B
-rw-r--r--distrib/debian/deps_list18L
-rwxr-xr-xdistrib/debian/rules9L
-rw-r--r--distrib/debian/source/format1L
-rw-r--r--distrib/openbsd/Makefile48L
-rw-r--r--distrib/openbsd/pkg/DESCR6L
-rw-r--r--distrib/openbsd/pkg/PLIST19L
-rwxr-xr-xdistrib/pkg.sh42L
-rwxr-xr-xdistrib/www.sh9L
-rw-r--r--gl/Makefile43L
-rw-r--r--gl/citrun_gl.159L
-rw-r--r--gl/demo-common.h66L
-rw-r--r--gl/draw.h10L
-rw-r--r--gl/gl.cc180L
-rw-r--r--gl/gl_atlas.cc112L
-rw-r--r--gl/gl_atlas.glsl16L
-rw-r--r--gl/gl_atlas.h47L
-rw-r--r--gl/gl_atlas_glsl.h18L
-rw-r--r--gl/gl_buffer.cc162L
-rw-r--r--gl/gl_buffer.h56L
-rw-r--r--gl/gl_font.cc208L
-rw-r--r--gl/gl_font.h80L
-rw-r--r--gl/gl_fshader.glsl85L
-rw-r--r--gl/gl_fshader_glsl.h87L
-rw-r--r--gl/gl_main.cc68L
-rw-r--r--gl/gl_main.h27L
-rw-r--r--gl/gl_runtime.cc255L
-rw-r--r--gl/gl_runtime.h91L
-rw-r--r--gl/gl_shader.cc210L
-rw-r--r--gl/gl_shader.h52L
-rw-r--r--gl/gl_state.cc113L
-rw-r--r--gl/gl_state.h57L
-rw-r--r--gl/gl_view.cc443L
-rw-r--r--gl/gl_view.h77L
-rw-r--r--gl/gl_vshader.glsl22L
-rw-r--r--gl/gl_vshader_glsl.h24L
-rw-r--r--gl/matrix4x4.c398L
-rw-r--r--gl/matrix4x4.h104L
-rw-r--r--gl/mem.h46L
-rw-r--r--gl/mem_unix.h65L
-rw-r--r--include/citrun.h23L
-rw-r--r--inst/Makefile38L
-rw-r--r--inst/action.cc147L
-rw-r--r--inst/action.h57L
-rw-r--r--inst/citrun_inst.165L
-rw-r--r--inst/consumer.h27L
-rw-r--r--inst/fe.cc297L
-rw-r--r--inst/fe.h68L
-rw-r--r--inst/fe_unix.cc167L
-rw-r--r--inst/fe_unix.h18L
-rw-r--r--inst/fewin32.cc170L
-rw-r--r--inst/fewin32.h18L
-rw-r--r--inst/log.h60L
-rw-r--r--inst/main.cc70L
-rw-r--r--inst/visitor.cc209L
-rw-r--r--inst/visitor.h51L
-rw-r--r--lib/Makefile8L
-rw-r--r--lib/citrun.c137L
-rw-r--r--lib/os.h41L
-rw-r--r--lib/unix.c142L
-rw-r--r--lib/win32.c151L
-rw-r--r--share/Makefile9L
l---------share/c++1L
l---------share/cc1L
l---------share/citrun/c++1L
l---------share/citrun/cc1L
l---------share/citrun/clang1L
l---------share/citrun/clang++1L
l---------share/citrun/eg++1L
l---------share/citrun/egcc1L
l---------share/citrun/g++1L
l---------share/citrun/gcc1L
l---------share/gcc1L
-rw-r--r--t/e2e_ansi.t47L
-rw-r--r--t/e2e_fail.t50L
-rw-r--r--t/e2e_intent.t90L
-rw-r--r--t/e2e_link_multiple.t84L
-rw-r--r--t/e2e_nosrc.t33L
-rw-r--r--t/e2e_shlib.t94L
-rw-r--r--t/gl/basic.tga1440018B
-rw-r--r--t/gl/welcome.tga1440018B
-rw-r--r--t/gl_basic.t31L
-rw-r--r--t/gl_nodir.t18L
-rw-r--r--t/gl_utils.pm53L
-rw-r--r--t/gl_welcome.t24L
-rw-r--r--t/inst_basic_link.t45L
-rw-r--r--t/inst_binop.t86L
-rw-r--r--t/inst_dowhile.t62L
-rw-r--r--t/inst_fail.t41L
-rw-r--r--t/inst_for.t62L
-rw-r--r--t/inst_funcdef.t64L
-rw-r--r--t/inst_if.t73L
-rw-r--r--t/inst_log.t81L
-rw-r--r--t/inst_logeol.t35L
-rw-r--r--t/inst_macro.t62L
-rw-r--r--t/inst_millis.t24L
-rw-r--r--t/inst_nosrc.t28L
-rw-r--r--t/inst_path.t38L
-rw-r--r--t/inst_preamble.t91L
-rw-r--r--t/inst_preprocess.t60L
-rw-r--r--t/inst_return.t73L
-rw-r--r--t/inst_srcext.t57L
-rw-r--r--t/inst_switch.t76L
-rw-r--r--t/inst_two_src.t60L
-rw-r--r--t/inst_while.t65L
-rw-r--r--t/lib_badver.t42L
-rw-r--r--t/lib_deadcount.t83L
-rw-r--r--t/lib_header.t46L
-rw-r--r--t/lib_livecount.t41L
-rw-r--r--t/lib_size.t22L
-rw-r--r--t/lib_transunit.t35L
-rw-r--r--t/lib_viewer.t62L
-rw-r--r--t/libcitrun_gcov.mri5L
-rw-r--r--t/mem.pm90L
-rw-r--r--t/mem_unix.pm26L
-rw-r--r--t/mem_win32.pm69L
-rw-r--r--t/report.t56L
-rw-r--r--t/src_trailingspace.t23L
-rw-r--r--t/term_basic.t18L
-rw-r--r--t/utils.pm96L
-rw-r--r--t/wrap_badarg.t21L
-rw-r--r--t/wrap_cmake.t89L
-rw-r--r--t/wrap_devenv.t77L
-rw-r--r--t/wrap_exitcode.t23L
-rw-r--r--t/wrap_jam.t72L
-rw-r--r--t/wrap_make.t65L
-rw-r--r--t/wrap_ninja.t71L
-rw-r--r--t/wrap_nmake.t70L
-rw-r--r--t/wrap_parallel.t67L
-rw-r--r--t/www.t33L
-rw-r--r--term/Makefile6L
-rw-r--r--term/citrun_term.150L
-rw-r--r--term/term.cc261L
-rw-r--r--tt/bash.sh209L
-rw-r--r--tt/ccitrunrun.sh84L
-rw-r--r--tt/e2e.txt19L
-rw-r--r--tt/git.sh328L
-rw-r--r--tt/libtap.subr246L
-rw-r--r--tt/mutt.sh164L
-rw-r--r--tt/nmap.sh146L
-rw-r--r--tt/nvi.sh163L
-rw-r--r--tt/openbsd.subr148L
-rw-r--r--tt/openssl.sh727L
-rw-r--r--tt/report.pm97L
-rw-r--r--tt/spidermonkey.sh45L
-rwxr-xr-xtt/write_tus.pl20L
-rw-r--r--www/0.0/ANNOUNCEMENT76L
-rw-r--r--www/0.0/index.html110L
-rw-r--r--www/apple.png2012B
-rw-r--r--www/citrun.css8L
-rw-r--r--www/citrun.jpeg2328B
-rw-r--r--www/citrun_term.png69396B
-rw-r--r--www/debian.png3964B
-rw-r--r--www/index.html58L
-rw-r--r--www/logo.png12384B
-rw-r--r--www/puffy.png8391B
-rw-r--r--www/robots.txt0B