# # ChangeLog for configure.ac # # Generated by Trac 1.2.1 # Mar 19, 2024, 1:20:04 AM Fri, 26 Apr 2019 20:05:12 GMT Thierry Delisle [114936a] * configure (modified) * configure.ac (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) google perftools are now linked in by default if available Thu, 28 Mar 2019 14:22:57 GMT tdelisle [1241851] * configure (modified) * configure.ac (modified) * longrun_tests/Makefile.am (moved) * longrun_tests/Makefile.in (moved) * longrun_tests/block.c (moved) * longrun_tests/coroutine.c (moved) * longrun_tests/create.c (moved) * longrun_tests/disjoint.c (moved) * longrun_tests/enter.c (moved) * longrun_tests/enter3.c (moved) * longrun_tests/preempt.c (moved) * longrun_tests/processor.c (moved) * longrun_tests/stack.c (moved) * longrun_tests/update-type (moved) * longrun_tests/wait.c (moved) * longrun_tests/yield.c (moved) Moved longrun tests outside of tests folder Sun, 10 Feb 2019 15:12:55 GMT Peter A. Buhr [1f86d5e] * Makefile.am (modified) * Makefile.in (modified) * automake/cfa.m4 (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.in (modified) * driver/cfa.cc (modified) * libcfa/configure (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/config.h.in (modified) * tests/Makefile.in (modified) * tests/preempt_longrun/Makefile.in (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.in (modified) remove unnecessary requirements in configure.ac, add check for ... Wed, 19 Dec 2018 18:47:03 GMT Thierry Delisle [107b01a] * Makefile.am (modified) * Makefile.in (modified) * aclocal.m4 (modified) * automake/libtool.m4 (added) * automake/ltmain.sh (added) * automake/ltoptions.m4 (added) * automake/ltsugar.m4 (added) * automake/ltversion.m4 (added) * automake/lt~obsolete.m4 (added) * benchmark/Makefile.am (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.am (modified) * driver/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/config.h.in (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/avltree/avl-private.cfa (moved) * tests/avltree/avl0.cfa (moved) * tests/avltree/avl1.cfa (moved) * tests/avltree/avl2.cfa (moved) * tests/avltree/avl3.cfa (moved) * tests/avltree/avl4.cfa (moved) * tests/avltree/avl_test.cfa (moved) * tests/builtins/sync.cfa (moved) * tests/concurrent/coroutineYield.cfa (moved) * tests/concurrent/examples/boundedBufferEXT.cfa (moved) * tests/concurrent/examples/boundedBufferINT.cfa (moved) * tests/concurrent/examples/datingService.cfa (moved) * tests/concurrent/examples/matrixSum.cfa (moved) * tests/concurrent/examples/quickSort.cfa (moved) * tests/concurrent/monitor.cfa (moved) * tests/concurrent/multi-monitor.cfa (moved) * tests/concurrent/preempt.cfa (moved) * tests/concurrent/signal/block.cfa (moved) * tests/concurrent/signal/disjoint.cfa (moved) * tests/concurrent/signal/wait.cfa (moved) * tests/concurrent/thread.cfa (moved) * tests/concurrent/waitfor/barge.cfa (moved) * tests/concurrent/waitfor/dtor.cfa (moved) * tests/concurrent/waitfor/else.cfa (moved) * tests/concurrent/waitfor/parse.cfa (moved) * tests/concurrent/waitfor/parse2.cfa (moved) * tests/concurrent/waitfor/recurse.cfa (moved) * tests/concurrent/waitfor/simple.cfa (moved) * tests/concurrent/waitfor/statment.cfa (moved) * tests/concurrent/waitfor/when.cfa (moved) * tests/coroutine/fibonacci.cfa (moved) * tests/coroutine/fibonacci_1.cfa (moved) * tests/coroutine/fmtLines.cfa (moved) * tests/coroutine/pingpong.cfa (moved) * tests/coroutine/prodcons.cfa (moved) * tests/coroutine/runningTotal.cfa (moved) * tests/preempt_longrun/Makefile.am (modified) * tests/preempt_longrun/Makefile.in (modified) * tests/raii/.expect/ctor-autogen-ERR1.txt (modified) * tests/raii/.expect/dtor-early-exit-ERR1.txt (modified) * tests/raii/.expect/dtor-early-exit-ERR2.txt (modified) * tests/raii/.expect/memberCtors-ERR1.txt (modified) * tests/raii/ctor-autogen.cfa (moved) * tests/raii/dtor-early-exit.cfa (moved) * tests/raii/globals.cfa (moved) * tests/raii/init_once.cfa (moved) * tests/raii/memberCtors.cfa (moved) * tests/raii/multiDimension.cfa (moved) * tests/tuple/tupleAssign.cfa (moved) * tests/tuple/tupleCast.cfa (moved) * tests/tuple/tupleFunction.cfa (moved) * tests/tuple/tupleMember.cfa (moved) * tests/tuple/tuplePolymorphism.cfa (moved) * tests/tuple/tupleVariadic.cfa (moved) * tests/tuple/tuples.cfa (moved) * tests/warnings/.expect/self-assignment.txt (modified) * tests/warnings/self-assignment.cfa (moved) * tools/Makefile.am (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.am (modified) * tools/prettyprinter/Makefile.in (modified) Several changes to the makefiles - change .c tests to .cfa - add ... Thu, 13 Dec 2018 21:22:08 GMT Thierry Delisle [95d0a5db] * Makefile.am (modified) * Makefile.in (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.in (modified) * libcfa/configure (modified) * libcfa/src/Makefile.in (modified) * src/Makefile.in (modified) * tests/Makefile.in (modified) * tests/preempt_longrun/Makefile.in (modified) * tools/Makefile.am (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.in (modified) Removed backend_cc, everything now uses CC or CXX Tue, 25 Sep 2018 20:43:25 GMT Thierry Delisle [c6bbcdb] * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * tests/Makefile.in (modified) Fixed shared library version number Tue, 25 Sep 2018 14:49:02 GMT Thierry Delisle [41cca44] * benchmark/Makefile.am (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) Added check for libfibre for use in benchmark Wed, 15 Aug 2018 15:37:10 GMT Thierry Delisle [8e485801] * automake/cfa.m4 (modified) * configure (modified) * configure.ac (modified) configure no longer requires install directories to exist Fri, 10 Aug 2018 21:45:51 GMT Thierry Delisle [47c1928] * Makefile.in (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.am (modified) * driver/Makefile.in (modified) * libcfa/configure (modified) * libcfa/prelude/Makefile.in (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * tests/Makefile.in (modified) * tests/preempt_longrun/Makefile.in (modified) * tests/pybin/settings.py (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.in (modified) Host now properly affects compiler Fri, 10 Aug 2018 19:48:29 GMT Thierry Delisle [2ea0a8a] * automake/cfa.m4 (modified) * configure (modified) * configure.ac (modified) Some more cannonical paths Fri, 10 Aug 2018 19:40:47 GMT Thierry Delisle [0c1b566] * benchmark/Makefile.am (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.am (modified) * driver/Makefile.in (modified) * libcfa/prelude/Makefile.am (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/preempt_longrun/Makefile.am (modified) * tests/preempt_longrun/Makefile.in (modified) * tools/Makefile.am (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.am (modified) * tools/prettyprinter/Makefile.in (modified) Fixed missing foreign options and tentative fix for TOP directories ... Thu, 09 Aug 2018 15:07:05 GMT Thierry Delisle [575a6e5] * Makefile.am (modified) * Makefile.in (modified) * configure (modified) * configure.ac (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/pybin/settings.py (modified) * tests/pybin/tools.py (modified) * tests/test.py (modified) Cross compilation appears to be working Tue, 07 Aug 2018 19:23:34 GMT Thierry Delisle [a5121bf] * Makefile.am (modified) * Makefile.in (modified) * automake/cfa.m4 (modified) * configure (modified) * configure.ac (modified) * driver/cfa.cc (modified) * libcfa/configure (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/pybin/settings.py (modified) * tests/pybin/tools.py (modified) * tests/test.py (modified) Tests can now be run from installed binaries or tree binaries Sun, 05 Aug 2018 20:11:41 GMT Thierry Delisle [37fe352] * automake/cfa.m4 (modified) * configure (modified) * configure.ac (modified) * driver/cfa.cc (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * libcfa/src/concurrency/CtxSwitch-x64.S (added) * libcfa/src/concurrency/CtxSwitch-x86.S (added) * src/config.h.in (modified) * src/main.cc (modified) Added proper multi-lib handling, tests still do not work and arm ... Sun, 05 Aug 2018 17:13:35 GMT Thierry Delisle [4dcaed2] * configure (modified) * configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * src/config.h.in (modified) * src/main.cc (modified) Added prelude-dir argument for cfa-cpp Fri, 03 Aug 2018 20:05:38 GMT Thierry Delisle [534e4e4] * Makefile.in (modified) * automake/cfa.m4 (added) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.in (modified) * src/Makefile.in (modified) * tests/Makefile.in (modified) * tests/preempt_longrun/Makefile.in (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.in (modified) Some clean-up before tackling finding directories Fri, 03 Aug 2018 17:57:12 GMT Thierry Delisle [ff1e0f38] * Makefile.am (modified) * Makefile.in (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.in (modified) * libcfa/Makefile.in (modified) * libcfa/automake/config.guess (added) * libcfa/automake/config.sub (added) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * src/Makefile.in (modified) * tests/Makefile.in (modified) * tests/preempt_longrun/Makefile.in (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.in (modified) configure flags are now propagated properly to libcfa Fri, 03 Aug 2018 15:25:46 GMT Thierry Delisle [c59712e] * Makefile.am (modified) * Makefile.in (modified) * aclocal.m4 (modified) * automake/compile (modified) * automake/config.guess (modified) * automake/config.sub (modified) * automake/depcomp (modified) * automake/install-sh (modified) * automake/missing (modified) * automake/test-driver (modified) * automake/ylwrap (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.am (modified) * driver/Makefile.in (modified) * driver/cfa.cc (modified) * libcfa/.autom4te.cfg (added) * libcfa/Makefile.am (added) * libcfa/Makefile.in (added) * libcfa/aclocal.m4 (added) * libcfa/automake/compile (added) * libcfa/automake/depcomp (added) * libcfa/automake/install-sh (added) * libcfa/automake/missing (added) * libcfa/configure (added) * libcfa/configure.ac (added) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * src/Makefile.in (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/preempt_longrun/Makefile.in (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.in (modified) Parent make now seems to properly call libcfa Thu, 02 Aug 2018 18:52:59 GMT Thierry Delisle [25a9b5a] * configure (modified) * configure.ac (modified) * src/config.h.in (modified) * src/main.cc (modified) * tests/Makefile.in (modified) Added defines for prelude path in tree Wed, 01 Aug 2018 22:24:51 GMT Thierry Delisle [bf71cfd] * .gitignore (modified) * Makefile.am (modified) * Makefile.in (modified) * benchmark/Makefile.am (moved) * benchmark/Makefile.in (moved) * benchmark/Monitor.c (moved) * benchmark/bench.h (moved) * benchmark/compile/empty.c (moved) * benchmark/creation/JavaThread.java (moved) * benchmark/creation/cfa_cor.c (moved) * benchmark/creation/cfa_thrd.c (moved) * benchmark/creation/goroutine.go (moved) * benchmark/creation/pthreads.c (moved) * benchmark/creation/upp_cor.cc (moved) * benchmark/creation/upp_thrd.cc (moved) * benchmark/ctxswitch/JavaThread.java (moved) * benchmark/ctxswitch/cfa_cor.c (moved) * benchmark/ctxswitch/cfa_thrd.c (moved) * benchmark/ctxswitch/cfa_thrd2.c (moved) * benchmark/ctxswitch/goroutine.go (moved) * benchmark/ctxswitch/kos_fibre.cpp (moved) * benchmark/ctxswitch/kos_fibre2.cpp (moved) * benchmark/ctxswitch/pthreads.c (moved) * benchmark/ctxswitch/upp_cor.cc (moved) * benchmark/ctxswitch/upp_thrd.cc (moved) * benchmark/fetch_add.c (moved) * benchmark/function.c (moved) * benchmark/interrupt_linux.c (moved) * benchmark/loop.c (moved) * benchmark/mutex/JavaThread.java (moved) * benchmark/mutex/cfa1.c (moved) * benchmark/mutex/cfa2.c (moved) * benchmark/mutex/cfa4.c (moved) * benchmark/mutex/pthreads.c (moved) * benchmark/mutex/upp.cc (moved) * benchmark/schedext/cfa1.c (moved) * benchmark/schedext/cfa2.c (moved) * benchmark/schedext/cfa4.c (moved) * benchmark/schedext/upp.cc (moved) * benchmark/schedint/JavaThread.java (moved) * benchmark/schedint/cfa1.c (moved) * benchmark/schedint/cfa2.c (moved) * benchmark/schedint/cfa4.c (moved) * benchmark/schedint/pthreads.c (moved) * benchmark/schedint/upp.cc (moved) * configure (modified) * configure.ac (modified) * driver/Makefile.am (moved) * driver/Makefile.in (moved) * driver/cc1.cc (moved) * driver/cfa.cc (moved) * examples/ArrayN.c (moved) * examples/Attributes.c (moved) * examples/Initialization.c (moved) * examples/Initialization2.c (moved) * examples/Makefile.example (moved) * examples/Members.c (moved) * examples/Misc.c (moved) * examples/MiscError.c (moved) * examples/Rank2.c (moved) * examples/Tuple.c (moved) * examples/abstype.c (moved) * examples/constructors.c (moved) * examples/forward.c (moved) * examples/gc_no_raii/.gitignore (moved) * examples/gc_no_raii/bug-repro/assert.c (moved) * examples/gc_no_raii/bug-repro/blockers.tar.gz (moved) * examples/gc_no_raii/bug-repro/blockers/explicit_cast.c (moved) * examples/gc_no_raii/bug-repro/blockers/file_scope.c (moved) * examples/gc_no_raii/bug-repro/blockers/recursive_realloc.c (moved) * examples/gc_no_raii/bug-repro/crash.c (moved) * examples/gc_no_raii/bug-repro/deref.c (moved) * examples/gc_no_raii/bug-repro/field.c (moved) * examples/gc_no_raii/bug-repro/find.c (moved) * examples/gc_no_raii/bug-repro/inline.c (moved) * examples/gc_no_raii/bug-repro/malloc.c (moved) * examples/gc_no_raii/bug-repro/not_equal.c (moved) * examples/gc_no_raii/bug-repro/oddtype.c (moved) * examples/gc_no_raii/bug-repro/push_back.c (moved) * examples/gc_no_raii/bug-repro/push_back.h (moved) * examples/gc_no_raii/bug-repro/realloc.c (moved) * examples/gc_no_raii/bug-repro/return.c (moved) * examples/gc_no_raii/bug-repro/return_template.c (moved) * examples/gc_no_raii/bug-repro/slow_malloc.c (moved) * examples/gc_no_raii/bug-repro/static_const_local.c (moved) * examples/gc_no_raii/bug-repro/test-assert.cpp (moved) * examples/gc_no_raii/bug-repro/void_pointer.c (moved) * examples/gc_no_raii/bug-repro/while.c (moved) * examples/gc_no_raii/bug-repro/zero.c (moved) * examples/gc_no_raii/pool-alloc/allocate-malign.c (moved) * examples/gc_no_raii/pool-alloc/allocate-malloc.c (moved) * examples/gc_no_raii/pool-alloc/allocate-mmap.c (moved) * examples/gc_no_raii/pool-alloc/allocate-win-valloc.c (moved) * examples/gc_no_raii/premake4.lua (moved) * examples/gc_no_raii/src/allocate-pool.c (moved) * examples/gc_no_raii/src/allocate-pool.h (moved) * examples/gc_no_raii/src/gc.h (moved) * examples/gc_no_raii/src/gcpointers.c (moved) * examples/gc_no_raii/src/gcpointers.h (moved) * examples/gc_no_raii/src/internal/card_table.h (moved) * examples/gc_no_raii/src/internal/collector.c (moved) * examples/gc_no_raii/src/internal/collector.h (moved) * examples/gc_no_raii/src/internal/gc_tools.h (moved) * examples/gc_no_raii/src/internal/globals.h (moved) * examples/gc_no_raii/src/internal/memory_pool.c (moved) * examples/gc_no_raii/src/internal/memory_pool.h (moved) * examples/gc_no_raii/src/internal/object_header.c (moved) * examples/gc_no_raii/src/internal/object_header.h (moved) * examples/gc_no_raii/src/internal/state.c (moved) * examples/gc_no_raii/src/internal/state.h (moved) * examples/gc_no_raii/src/test_include.c (moved) * examples/gc_no_raii/src/tools.h (moved) * examples/gc_no_raii/src/tools/checks.h (moved) * examples/gc_no_raii/src/tools/print.c (moved) * examples/gc_no_raii/src/tools/print.h (moved) * examples/gc_no_raii/src/tools/worklist.h (moved) * examples/gc_no_raii/test/badlll.c (moved) * examples/gc_no_raii/test/gctest.c (moved) * examples/gc_no_raii/test/operators.c (moved) * examples/huge.c (moved) * examples/includes.c (moved) * examples/index.h (moved) * examples/it_out.c (moved) * examples/multicore.c (moved) * examples/new.c (moved) * examples/poly-bench.c (moved) * examples/prolog.c (moved) * examples/quad.c (moved) * examples/s.c (moved) * examples/simplePoly.c (moved) * examples/simpler.c (moved) * examples/specialize.c (moved) * examples/square.c (moved) * examples/twice.c (moved) * examples/wrapper/.gitignore (moved) * examples/wrapper/premake4.lua (moved) * examples/wrapper/src/main.c (moved) * examples/wrapper/src/pointer.h (moved) * examples/zero_one.c (moved) * libcfa/prelude/Makefile.am (moved) * libcfa/prelude/Makefile.in (moved) * libcfa/prelude/bootloader.cf (moved) * libcfa/prelude/builtins.c (moved) * libcfa/prelude/builtins.def (moved) * libcfa/prelude/extras.c (moved) * libcfa/prelude/extras.regx (moved) * libcfa/prelude/prelude-gen.cc (moved) * libcfa/prelude/prelude.old.cf (moved) * libcfa/prelude/prototypes.awk (moved) * libcfa/prelude/prototypes.c (moved) * libcfa/prelude/prototypes.sed (moved) * libcfa/prelude/sync-builtins.cf (moved) * libcfa/prelude/sync-builtins.def (moved) * libcfa/src/Makefile.am (moved) * libcfa/src/Makefile.in (moved) * libcfa/src/assert.c (moved) * libcfa/src/bits/algorithms.h (moved) * libcfa/src/bits/align.h (moved) * libcfa/src/bits/containers.h (moved) * libcfa/src/bits/debug.c (moved) * libcfa/src/bits/debug.h (moved) * libcfa/src/bits/defs.h (moved) * libcfa/src/bits/locks.h (moved) * libcfa/src/bits/signal.h (moved) * libcfa/src/clock (moved) * libcfa/src/common (moved) * libcfa/src/common.c (moved) * libcfa/src/concurrency/CtxSwitch-armv7l.S (moved) * libcfa/src/concurrency/CtxSwitch-i386.S (moved) * libcfa/src/concurrency/CtxSwitch-i686.S (moved) * libcfa/src/concurrency/CtxSwitch-x86_64.S (moved) * libcfa/src/concurrency/alarm.c (moved) * libcfa/src/concurrency/alarm.h (moved) * libcfa/src/concurrency/coroutine (moved) * libcfa/src/concurrency/coroutine.c (moved) * libcfa/src/concurrency/invoke.c (moved) * libcfa/src/concurrency/invoke.h (moved) * libcfa/src/concurrency/kernel (moved) * libcfa/src/concurrency/kernel.c (moved) * libcfa/src/concurrency/kernel_private.h (moved) * libcfa/src/concurrency/monitor (moved) * libcfa/src/concurrency/monitor.c (moved) * libcfa/src/concurrency/mutex (moved) * libcfa/src/concurrency/mutex.c (moved) * libcfa/src/concurrency/preemption.c (moved) * libcfa/src/concurrency/preemption.h (moved) * libcfa/src/concurrency/thread (moved) * libcfa/src/concurrency/thread.c (moved) * libcfa/src/containers/maybe (moved) * libcfa/src/containers/maybe.c (moved) * libcfa/src/containers/pair (moved) * libcfa/src/containers/pair.c (moved) * libcfa/src/containers/result (moved) * libcfa/src/containers/result.c (moved) * libcfa/src/containers/vector (moved) * libcfa/src/containers/vector.c (moved) * libcfa/src/exception.c (moved) * libcfa/src/exception.h (moved) * libcfa/src/expat.h (moved) * libcfa/src/fstream (moved) * libcfa/src/fstream.c (moved) * libcfa/src/gmp (moved) * libcfa/src/heap.c (moved) * libcfa/src/interpose.c (moved) * libcfa/src/iostream (moved) * libcfa/src/iostream.c (moved) * libcfa/src/iterator (moved) * libcfa/src/iterator.c (moved) * libcfa/src/limits (moved) * libcfa/src/limits.c (moved) * libcfa/src/lsda.h (moved) * libcfa/src/math (moved) * libcfa/src/memcheck.awk (moved) * libcfa/src/rational (moved) * libcfa/src/rational.c (moved) * libcfa/src/startup.c (moved) * libcfa/src/startup.h (moved) * libcfa/src/stdhdr/assert.h (moved) * libcfa/src/stdhdr/bfdlink.h (moved) * libcfa/src/stdhdr/complex.h (moved) * libcfa/src/stdhdr/ctype.h (moved) * libcfa/src/stdhdr/errno.h (moved) * libcfa/src/stdhdr/fenv.h (moved) * libcfa/src/stdhdr/float.h (moved) * libcfa/src/stdhdr/gmp.h (moved) * libcfa/src/stdhdr/hwloc.h (moved) * libcfa/src/stdhdr/inttypes.h (moved) * libcfa/src/stdhdr/iso646.h (moved) * libcfa/src/stdhdr/krb5.h (moved) * libcfa/src/stdhdr/limits.h (moved) * libcfa/src/stdhdr/locale.h (moved) * libcfa/src/stdhdr/malloc.h (moved) * libcfa/src/stdhdr/math.h (moved) * libcfa/src/stdhdr/setjmp.h (moved) * libcfa/src/stdhdr/signal.h (moved) * libcfa/src/stdhdr/stdalign.h (moved) * libcfa/src/stdhdr/stdarg.h (moved) * libcfa/src/stdhdr/stdatomic.h (moved) * libcfa/src/stdhdr/stdbool.h (moved) * libcfa/src/stdhdr/stddef.h (moved) * libcfa/src/stdhdr/stdint.h (moved) * libcfa/src/stdhdr/stdio.h (moved) * libcfa/src/stdhdr/stdlib.h (moved) * libcfa/src/stdhdr/stdnoreturn.h (moved) * libcfa/src/stdhdr/string.h (moved) * libcfa/src/stdhdr/sys/ucontext.h (moved) * libcfa/src/stdhdr/tgmath.h (moved) * libcfa/src/stdhdr/threads.h (moved) * libcfa/src/stdhdr/time.h (moved) * libcfa/src/stdhdr/uchar.h (moved) * libcfa/src/stdhdr/unistd.h (moved) * libcfa/src/stdhdr/wchar.h (moved) * libcfa/src/stdhdr/wctype.h (moved) * libcfa/src/stdlib (moved) * libcfa/src/stdlib.c (moved) * libcfa/src/time (moved) * libcfa/src/time.c (moved) * libcfa/src/time_t.h (moved) * libcfa/src/virtual.c (moved) * libcfa/src/virtual.h (moved) * src/Docs/Makefile (deleted) * src/Docs/cfa-cpp.1 (deleted) * src/Docs/design.tex (deleted) * src/Docs/uml.dia (deleted) * src/Makefile.am (modified) * src/Makefile.in (modified) * tests/.expect/KRfunctions.x64.txt (moved) * tests/.expect/KRfunctions.x86.txt (moved) * tests/.expect/abs.txt (moved) * tests/.expect/alloc-ERROR.txt (moved) * tests/.expect/alloc.txt (moved) * tests/.expect/array.txt (moved) * tests/.expect/ato.txt (moved) * tests/.expect/attributes.x64.txt (moved) * tests/.expect/attributes.x86.txt (moved) * tests/.expect/avl_test.txt (moved) * tests/.expect/cast.txt (moved) * tests/.expect/castError.txt (moved) * tests/.expect/completeTypeError.txt (moved) * tests/.expect/complex.txt (moved) * tests/.expect/counter.txt (moved) * tests/.expect/declarationErrors.txt (moved) * tests/.expect/declarationSpecifier.x64.txt (moved) * tests/.expect/declarationSpecifier.x86.txt (moved) * tests/.expect/designations.txt (moved) * tests/.expect/div.txt (moved) * tests/.expect/enum.txt (moved) * tests/.expect/expression.txt (moved) * tests/.expect/extension.x64.txt (moved) * tests/.expect/extension.x86.txt (moved) * tests/.expect/fallthrough.txt (moved) * tests/.expect/forall.txt (moved) * tests/.expect/fstream_test.txt (moved) * tests/.expect/function-operator.txt (moved) * tests/.expect/functions.x64.txt (moved) * tests/.expect/functions.x86.txt (moved) * tests/.expect/gccExtensions.x64.txt (moved) * tests/.expect/gccExtensions.x86.txt (moved) * tests/.expect/genericUnion.txt (moved) * tests/.expect/gmp.x64.txt (moved) * tests/.expect/heap.txt (moved) * tests/.expect/hello.txt (moved) * tests/.expect/identFuncDeclarator.txt (moved) * tests/.expect/identParamDeclarator.txt (moved) * tests/.expect/identity.txt (moved) * tests/.expect/ifwhileCtl.txt (moved) * tests/.expect/io1.txt (moved) * tests/.expect/io2.txt (moved) * tests/.expect/labelledExit.txt (moved) * tests/.expect/limits.txt (moved) * tests/.expect/literals.txt (moved) * tests/.expect/math1.x64.txt (moved) * tests/.expect/math1.x86.txt (moved) * tests/.expect/math2.x64.txt (moved) * tests/.expect/math2.x86.txt (moved) * tests/.expect/math3.x64.txt (moved) * tests/.expect/math3.x86.txt (moved) * tests/.expect/math4.x64.txt (moved) * tests/.expect/maybe.txt (moved) * tests/.expect/minmax.txt (moved) * tests/.expect/nested-types-ERR1.txt (moved) * tests/.expect/nested-types-ERR2.txt (moved) * tests/.expect/nested-types.txt (moved) * tests/.expect/numericConstants.txt (moved) * tests/.expect/operators.txt (moved) * tests/.expect/polymorphism.txt (moved) * tests/.expect/quoted_keyword.txt (moved) * tests/.expect/random.txt (moved) * tests/.expect/rational.txt (moved) * tests/.expect/references.txt (moved) * tests/.expect/result.txt (moved) * tests/.expect/scopeErrors.txt (moved) * tests/.expect/searchsort.txt (moved) * tests/.expect/shortCircuit.txt (moved) * tests/.expect/simpleGenericTriple.txt (moved) * tests/.expect/stdincludes.txt (moved) * tests/.expect/sum.txt (moved) * tests/.expect/swap.txt (moved) * tests/.expect/switch.txt (moved) * tests/.expect/time.x64.txt (moved) * tests/.expect/time.x86.txt (moved) * tests/.expect/typedefRedef-ERR1.txt (moved) * tests/.expect/typedefRedef.txt (moved) * tests/.expect/typeof.txt (moved) * tests/.expect/user_literals.txt (moved) * tests/.expect/variableDeclarator.txt (moved) * tests/.expect/vector.txt (moved) * tests/.expect/voidPtr.txt (moved) * tests/.expect/with-statement.txt (moved) * tests/.gitignore (moved) * tests/.in/fstream_test.txt (moved) * tests/.in/gmp.txt (moved) * tests/.in/io.data (moved) * tests/.in/rational.txt (moved) * tests/KRfunctions.c (moved) * tests/Makefile.am (moved) * tests/Makefile.in (moved) * tests/abs.c (moved) * tests/alloc.c (moved) * tests/array.c (moved) * tests/ato.c (moved) * tests/attributes.c (moved) * tests/avltree/avl-private.c (moved) * tests/avltree/avl-private.h (moved) * tests/avltree/avl.h (moved) * tests/avltree/avl0.c (moved) * tests/avltree/avl1.c (moved) * tests/avltree/avl2.c (moved) * tests/avltree/avl3.c (moved) * tests/avltree/avl4.c (moved) * tests/avltree/avl_test.c (moved) * tests/builtins/.expect/sync.txt (moved) * tests/builtins/sync.c (moved) * tests/cast.c (moved) * tests/castError.c (moved) * tests/commentMisc.c (moved) * tests/completeTypeError.c (moved) * tests/complex.c (moved) * tests/concurrent/.expect/coroutineYield.txt (moved) * tests/concurrent/.expect/monitor.txt (moved) * tests/concurrent/.expect/multi-monitor.txt (moved) * tests/concurrent/.expect/preempt.txt (moved) * tests/concurrent/.expect/thread.txt (moved) * tests/concurrent/coroutineYield.c (moved) * tests/concurrent/examples/.expect/boundedBufferEXT.txt (moved) * tests/concurrent/examples/.expect/boundedBufferINT.txt (moved) * tests/concurrent/examples/.expect/datingService.txt (moved) * tests/concurrent/examples/.expect/matrixSum.txt (moved) * tests/concurrent/examples/.expect/quickSort.txt (moved) * tests/concurrent/examples/.in/quickSort.txt (moved) * tests/concurrent/examples/boundedBufferEXT.c (moved) * tests/concurrent/examples/boundedBufferINT.c (moved) * tests/concurrent/examples/datingService.c (moved) * tests/concurrent/examples/matrixSum.c (moved) * tests/concurrent/examples/quickSort.c (moved) * tests/concurrent/monitor.c (moved) * tests/concurrent/multi-monitor.c (moved) * tests/concurrent/preempt.c (moved) * tests/concurrent/signal/.expect/block.txt (moved) * tests/concurrent/signal/.expect/disjoint.txt (moved) * tests/concurrent/signal/.expect/wait.txt (moved) * tests/concurrent/signal/block.c (moved) * tests/concurrent/signal/disjoint.c (moved) * tests/concurrent/signal/wait.c (moved) * tests/concurrent/thread.c (moved) * tests/concurrent/waitfor/.expect/barge.txt (moved) * tests/concurrent/waitfor/.expect/dtor.txt (moved) * tests/concurrent/waitfor/.expect/else.txt (moved) * tests/concurrent/waitfor/.expect/recurse.txt (moved) * tests/concurrent/waitfor/.expect/statment.txt (moved) * tests/concurrent/waitfor/.expect/when.txt (moved) * tests/concurrent/waitfor/barge.c (moved) * tests/concurrent/waitfor/dtor.c (moved) * tests/concurrent/waitfor/else.c (moved) * tests/concurrent/waitfor/parse.c (moved) * tests/concurrent/waitfor/parse2.c (moved) * tests/concurrent/waitfor/recurse.c (moved) * tests/concurrent/waitfor/simple.c (moved) * tests/concurrent/waitfor/statment.c (moved) * tests/concurrent/waitfor/when.c (moved) * tests/config.py.in (moved) * tests/context.c (moved) * tests/coroutine/.expect/fibonacci.txt (moved) * tests/coroutine/.expect/fmtLines.txt (moved) * tests/coroutine/.expect/pingpong.txt (moved) * tests/coroutine/.expect/prodcons.txt (moved) * tests/coroutine/.expect/runningTotal.txt (moved) * tests/coroutine/.in/fmtLines.txt (moved) * tests/coroutine/fibonacci.c (moved) * tests/coroutine/fmtLines.c (moved) * tests/coroutine/pingpong.c (moved) * tests/coroutine/prodcons.c (moved) * tests/coroutine/runningTotal.c (moved) * tests/counter.c (moved) * tests/declarationErrors.c (moved) * tests/declarationSpecifier.c (moved) * tests/designations.c (moved) * tests/div.c (moved) * tests/enum.c (moved) * tests/except-0.c (moved) * tests/except-1.c (moved) * tests/except-2.c (moved) * tests/except-3.c (moved) * tests/except-mac.h (moved) * tests/expression.c (moved) * tests/extension.c (moved) * tests/fallthrough.c (moved) * tests/forall.c (moved) * tests/fstream_test.c (moved) * tests/function-operator.c (moved) * tests/functions.c (moved) * tests/gccExtensions.c (moved) * tests/genericUnion.c (moved) * tests/gmp.c (moved) * tests/heap.c (moved) * tests/hello.c (moved) * tests/identFuncDeclarator.c (moved) * tests/identParamDeclarator.c (moved) * tests/identity.c (moved) * tests/ifwhileCtl.c (moved) * tests/io1.c (moved) * tests/io2.c (moved) * tests/labelledExit.c (moved) * tests/limits.c (moved) * tests/literals.c (moved) * tests/long_tests.h (moved) * tests/math1.c (moved) * tests/math2.c (moved) * tests/math3.c (moved) * tests/math4.c (moved) * tests/maybe.c (moved) * tests/minmax.c (moved) * tests/namedParmArg.c (moved) * tests/nested-types.c (moved) * tests/numericConstants.c (moved) * tests/occursError.c (moved) * tests/operators.c (moved) * tests/polymorphism.c (moved) * tests/preempt_longrun/Makefile.am (moved) * tests/preempt_longrun/Makefile.in (moved) * tests/preempt_longrun/block.c (moved) * tests/preempt_longrun/coroutine.c (moved) * tests/preempt_longrun/create.c (moved) * tests/preempt_longrun/disjoint.c (moved) * tests/preempt_longrun/enter.c (moved) * tests/preempt_longrun/enter3.c (moved) * tests/preempt_longrun/preempt.c (moved) * tests/preempt_longrun/processor.c (moved) * tests/preempt_longrun/stack.c (moved) * tests/preempt_longrun/update-type (moved) * tests/preempt_longrun/wait.c (moved) * tests/preempt_longrun/yield.c (moved) * tests/pybin/__init__.py (moved) * tests/pybin/settings.py (moved) * tests/pybin/test_run.py (moved) * tests/pybin/tools.py (moved) * tests/quoted_keyword.c (moved) * tests/raii/.expect/ctor-autogen-ERR1.txt (moved) * tests/raii/.expect/ctor-autogen.txt (moved) * tests/raii/.expect/dtor-early-exit-ERR1.txt (moved) * tests/raii/.expect/dtor-early-exit-ERR2.txt (moved) * tests/raii/.expect/dtor-early-exit.txt (moved) * tests/raii/.expect/globals.txt (moved) * tests/raii/.expect/init_once.txt (moved) * tests/raii/.expect/memberCtors-ERR1.txt (moved) * tests/raii/.expect/memberCtors.txt (moved) * tests/raii/ctor-autogen.c (moved) * tests/raii/dtor-early-exit.c (moved) * tests/raii/globals.c (moved) * tests/raii/init_once.c (moved) * tests/raii/memberCtors.c (moved) * tests/raii/multiDimension.c (moved) * tests/raii/multiDimension.txt (moved) * tests/random.c (moved) * tests/rational.c (moved) * tests/references.c (moved) * tests/result.c (moved) * tests/scope.c (moved) * tests/scopeErrors.c (moved) * tests/searchsort.c (moved) * tests/shortCircuit.c (moved) * tests/simpleGenericTriple.c (moved) * tests/stdincludes.c (moved) * tests/structMember.c (moved) * tests/subrange.c (moved) * tests/sum.c (moved) * tests/swap.c (moved) * tests/switch.c (moved) * tests/test.py (moved) * tests/time.c (moved) * tests/tuple/.expect/tupleAssign.txt (moved) * tests/tuple/.expect/tupleCast.txt (moved) * tests/tuple/.expect/tupleFunction.txt (moved) * tests/tuple/.expect/tupleMember.txt (moved) * tests/tuple/.expect/tuplePolymorphism.txt (moved) * tests/tuple/.expect/tupleVariadic.txt (moved) * tests/tuple/tupleAssign.c (moved) * tests/tuple/tupleCast.c (moved) * tests/tuple/tupleFunction.c (moved) * tests/tuple/tupleMember.c (moved) * tests/tuple/tuplePolymorphism.c (moved) * tests/tuple/tupleVariadic.c (moved) * tests/tuple/tuples.c (moved) * tests/typeGenerator.c (moved) * tests/typedef.c (moved) * tests/typedefDeclarator.c (moved) * tests/typedefRedef.c (moved) * tests/typeof.c (moved) * tests/user_literals.c (moved) * tests/variableDeclarator.c (moved) * tests/vector.c (moved) * tests/virtualCast.c (moved) * tests/voidPtr.c (moved) * tests/warnings/.expect/self-assignment.txt (moved) * tests/warnings/self-assignment.c (moved) * tests/with-statement.c (moved) Moved up many directories in source Wed, 01 Aug 2018 21:30:05 GMT Thierry Delisle [e614d73] * Makefile.am (modified) * Makefile.in (modified) * configure (modified) * configure.ac (modified) * src/examples/Makefile.am (deleted) * src/examples/Makefile.in (deleted) Removed old stale makefile for examples Tue, 31 Jul 2018 14:57:00 GMT Thierry Delisle [ad486c5b] * configure (modified) * configure.ac (modified) * src/cfa.make (added) Added .make file with implicit rules for compiling cfa files fixed ... Mon, 30 Jul 2018 14:34:00 GMT Thierry Delisle [7fb69f6] * Makefile.in (modified) * configure (modified) * configure.ac (modified) * src/Makefile.in (modified) * src/benchmark/Makefile.in (modified) * src/driver/Makefile.in (modified) * src/examples/Makefile.in (modified) * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) * src/prelude/Makefile.in (modified) * src/tests/Makefile.am (modified) * src/tests/Makefile.in (modified) * src/tests/preempt_longrun/Makefile.in (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.in (modified) Added configure variable for building cfa source in tree Fri, 27 Jul 2018 19:33:11 GMT Thierry Delisle [50697b0] * Makefile.in (modified) * configure (modified) * configure.ac (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/benchmark/Makefile.in (modified) * src/driver/Makefile.in (modified) * src/examples/Makefile.am (modified) * src/examples/Makefile.in (modified) * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) * src/prelude/Makefile.am (modified) * src/prelude/Makefile.in (modified) * src/tests/Makefile.am (modified) * src/tests/Makefile.in (modified) * src/tests/preempt_longrun/Makefile.in (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.in (modified) Create variable for cfa, cfa-cpp in driver directory Wed, 25 Jul 2018 21:18:10 GMT Thierry Delisle [56de5932] * configure (modified) * configure.ac (modified) * src/tests/Makefile.in (modified) * src/tests/pybin/tools.py (modified) configure now creates a symlink in the test folder when building ... Wed, 25 Jul 2018 19:14:34 GMT Thierry Delisle [857638d] * Makefile.in (modified) * aclocal.m4 (modified) * configure (modified) * configure.ac (modified) * src/Makefile.in (modified) * src/benchmark/Makefile.in (modified) * src/driver/Makefile.in (modified) * src/examples/Makefile.in (modified) * src/libcfa/Makefile.in (modified) * src/prelude/Makefile.in (modified) * src/tests/Makefile.am (modified) * src/tests/Makefile.in (modified) * src/tests/preempt_longrun/Makefile.in (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.in (modified) Removed maintainer-mode macro as default seems more appropriate Sat, 21 Jul 2018 01:59:20 GMT Thierry Delisle [a5c722b] * Makefile.in (modified) * configure (modified) * configure.ac (modified) * src/config.h.in (moved) Moved config.h.in to src Sat, 21 Jul 2018 01:54:35 GMT Thierry Delisle [3a8cc12] * configure (modified) * configure.ac (modified) * src/tests/config.py.in (added) Added configuration file for python tests Thu, 01 Feb 2018 14:26:34 GMT Thierry Delisle [05f4b85] * configure (modified) * configure.ac (modified) * src/benchmark/Makefile.am (modified) * src/benchmark/Makefile.in (modified) Jenkins benchmark can now skipcompilation on demand and pin programs ... Thu, 26 Oct 2017 15:23:55 GMT Thierry Delisle [4149d9d] * .gitignore (modified) * configure (modified) * configure.ac (modified) * tools/Makefile.am (added) * tools/Makefile.in (added) * tools/catchsig.c (added) * tools/repeat.c (added) * tools/repeat.old (moved) replacing old repeat script with c program Fri, 14 Jul 2017 16:19:34 GMT Thierry Delisle [4ec769c] * configure (modified) * configure.ac (modified) Removed error when specifying both flags and host Wed, 05 Jul 2017 20:29:43 GMT Thierry Delisle [44f44617] * .gitignore (modified) * Makefile.in (modified) * aclocal.m4 (modified) * automake/config.guess (modified) * automake/config.sub (modified) * automake/missing (modified) * automake/test-driver (added) * config.h.in (modified) * configure (modified) * configure.ac (modified) * src/Makefile.in (modified) * src/Parser/ParserTypes.h (moved) * src/Parser/TypedefTable.h (modified) * src/Parser/module.mk (modified) * src/benchmark/Makefile.in (modified) * src/driver/Makefile.in (modified) * src/examples/Makefile.in (modified) * src/libcfa/Makefile.in (modified) * src/main.cc (modified) * src/prelude/Makefile.in (modified) * src/tests/Makefile.am (modified) * src/tests/Makefile.in (modified) * src/tests/preempt_longrun/Makefile.in (modified) * src/tests/test.py (modified) * tools/prettyprinter/Makefile.in (modified) Fix build for 16.04 Thu, 29 Jun 2017 12:16:04 GMT Peter A. Buhr [2b7afbd] * configure (modified) * configure.ac (modified) * tools/prettyprinter/parse.cc (deleted) * tools/prettyprinter/parse.h (deleted) * tools/prettyprinter/yacc.yy (deleted) add pretty printer to configure, and remove unnecessary files Fri, 16 Jun 2017 19:25:35 GMT Thierry Delisle [cc3e4d0] * configure (modified) * configure.ac (modified) * src/tests/preempt_longrun/Makefile.am (added) * src/tests/preempt_longrun/Makefile.in (added) * src/tests/preempt_longrun/create.c (added) * src/tests/preempt_longrun/processor.c (added) * src/tests/preempt_longrun/stack.c (added) * src/tests/preempt_longrun/yield.c (added) * tools/repeat (added) Added longrunning tests for preemption Wed, 31 May 2017 17:46:19 GMT Thierry Delisle [eb0951d0] * configure (modified) * configure.ac (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/driver/Makefile.am (modified) * src/driver/Makefile.in (modified) Refacted some of the CXXFLAGS and added c++14 and Werror Thu, 09 Mar 2017 20:08:16 GMT Thierry Delisle [5222605] * Jenkinsfile (modified) * configure (modified) * configure.ac (modified) Removed extraneous echoes and flags in jenkins build Thu, 09 Mar 2017 19:50:54 GMT Thierry Delisle [3f414ef] * configure (modified) * configure.ac (modified) configure now properly adds -m32/-m64 based on canonical build and host Wed, 08 Mar 2017 20:26:45 GMT Thierry Delisle [65e9bc1] * configure (modified) * configure.ac (modified) Removed incorrect double negative Wed, 08 Mar 2017 20:19:38 GMT Thierry Delisle [6363ad1] * configure.ac (modified) Disable program transform since they always break stuff Wed, 08 Mar 2017 20:17:58 GMT Thierry Delisle [796cea3] * configure (modified) * configure.ac (modified) * src/driver/Makefile.am (modified) * src/driver/Makefile.in (modified) * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) Added proper argument to rename cfa Mon, 06 Mar 2017 19:06:52 GMT Thierry Delisle [df47e2f] * Makefile.in (modified) * configure (modified) * configure.ac (modified) * src/Makefile.in (modified) * src/benchmark/Makefile.am (modified) * src/benchmark/Makefile.in (modified) * src/driver/Makefile.in (modified) * src/examples/Makefile.am (modified) * src/examples/Makefile.in (modified) * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) * src/prelude/Makefile.in (modified) * src/tests/Makefile.am (modified) * src/tests/Makefile.in (modified) Added partial support for renaming cfa through autoconf (using ... Wed, 01 Mar 2017 22:17:43 GMT Thierry Delisle [088a5cd] * configure (modified) * configure.ac (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/driver/Makefile.am (modified) * src/driver/Makefile.in (modified) * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) * src/prelude/Makefile.am (modified) * src/prelude/Makefile.in (modified) Libs are now installed in a subdiractory called cfa Wed, 01 Mar 2017 20:20:30 GMT Thierry Delisle [a62cbb3] * configure (modified) * configure.ac (modified) * src/tests/test.py (modified) Fixed enable-threading option and removed extraneous debug print Mon, 20 Feb 2017 17:05:40 GMT Thierry Delisle [facc44f] * configure (modified) * configure.ac (modified) * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) Added option to compile without concurrency using --disable-threading ... Thu, 02 Feb 2017 20:48:49 GMT Thierry Delisle [ac93b228] * configure (modified) * configure.ac (modified) * src/benchmark/Makefile.am (added) * src/benchmark/Makefile.in (added) * src/benchmark/bench.c (moved) added benchmark folder and appropriate makefile Wed, 11 Jan 2017 21:06:49 GMT Thierry Delisle [ff2d7341] * configure (modified) * configure.ac (modified) * src/driver/cfa.cc (modified) * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) Modified makefiles and cfa to install headers to include/cfa instead ... Wed, 14 Dec 2016 20:31:01 GMT Peter A. Buhr [375a068] * .gitignore (modified) * Makefile.am (modified) * Makefile.in (modified) * configure (modified) * configure.ac (modified) * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) * src/main.cc (modified) * src/prelude/Makefile.am (added) * src/prelude/Makefile.in (added) * src/prelude/builtins.c (moved) * src/prelude/builtins.def (moved) * src/prelude/extras.c (moved) * src/prelude/extras.regx (moved) * src/prelude/prelude.cf (moved) * src/prelude/prototypes.awk (moved) * src/prelude/prototypes.c (moved) move builtin/prelude into different directory Tue, 13 Dec 2016 15:53:21 GMT Thierry Delisle [24f4671] * configure (modified) * configure.ac (modified) * src/driver/Makefile.am (modified) * src/driver/Makefile.in (modified) Added defines to driver to enable debug/release modes (not ... Thu, 08 Dec 2016 22:44:46 GMT Thierry Delisle [9def87a] * aclocal.m4 (modified) * configure (modified) * configure.ac (modified) Added macros to select build target in configure Tue, 06 Dec 2016 20:38:11 GMT Thierry Delisle [e4745d7a] * Makefile.in (modified) * automake/config.guess (added) * automake/config.sub (added) * configure (modified) * configure.ac (modified) * src/Makefile.in (modified) * src/driver/Makefile.in (modified) * src/examples/Makefile.in (modified) * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) * src/libcfa/concurrency/CtxSwitch-i386.S (added) * src/libcfa/concurrency/invoke.c (modified) * src/tests/Makefile.in (modified) Properly fixed the build for i386/x86_64 including regular C file ... Tue, 29 Nov 2016 21:47:15 GMT Thierry Delisle [8e5724e] * Makefile.in (modified) * aclocal.m4 (modified) * configure (modified) * configure.ac (modified) * src/Makefile.in (modified) * src/driver/Makefile.in (modified) * src/examples/Makefile.in (modified) * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) * src/libcfa/concurrency/CtxSwitch-x86_64.S (added) * src/tests/Makefile.in (modified) Added the __CFA_DEBUG__ flag and the libhdr folder to libcfa ... Fri, 28 Oct 2016 21:06:26 GMT Peter A. Buhr [65c61ec] * configure (modified) * configure.ac (modified) file version is made read-only Fri, 28 Oct 2016 20:51:15 GMT Peter A. Buhr [2042d41] * configure (modified) * configure.ac (modified) use \'cut\' to subdivide version number Fri, 28 Oct 2016 18:24:46 GMT Peter A. Buhr [4b1afb6] * .gitignore (modified) * Makefile.in (modified) * configure (modified) * configure.ac (modified) * src/driver/Makefile.am (modified) * src/driver/Makefile.in (modified) * src/driver/cfa.cc (modified) * src/examples/Makefile.in (modified) * src/libcfa/Makefile.in (modified) * src/tests/Makefile.in (modified) configure.ac now is master version number, output file version ... Thu, 27 Oct 2016 19:02:56 GMT Thierry Delisle [47a8d17] * Makefile.in (modified) * config.h.in (modified) * configure (modified) * configure.ac (modified) * src/Makefile.in (modified) * src/driver/Makefile.am (modified) * src/driver/Makefile.in (modified) * src/driver/cfa.cc (modified) * src/examples/Makefile.in (modified) * src/libcfa/Makefile.in (modified) * src/tests/Makefile.in (modified) * version (added) cfa version is now based on file of the same name Wed, 26 Oct 2016 21:10:48 GMT Peter A. Buhr [ec129c4] * config.h.in (modified) * configure (modified) * configure.ac (modified) * doc/user/user.tex (modified) * src/driver/cfa.cc (modified) add additional #defines for CFA version numbers Sun, 10 Jul 2016 20:35:32 GMT Peter A. Buhr [6e4b913] * Makefile.in (modified) * config.h.in (modified) * configure (modified) * configure.ac (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/driver/Makefile.in (modified) * src/driver/cfa.cc (modified) * src/examples/Makefile.in (modified) * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) * src/libcfa/extras.c (modified) * src/libcfa/extras.regx (modified) * src/libcfa/limits.c (modified) * src/libcfa/rational.c (modified) * src/tests/.expect/extension.txt (modified) * src/tests/.expect/gccExtensions.txt (modified) * src/tests/Makefile.am (modified) * src/tests/Makefile.in (modified) * src/tests/avltree/avl.h (modified) * src/tests/avltree/avl1.c (modified) * src/tests/avltree/avl_test.c (modified) * src/tests/init_once.c (modified) allow 32-bit compilation of cfa-cpp, and 32-bit compilation of CFA ... Tue, 14 Jun 2016 15:12:40 GMT Thierry Delisle [ef7d253] * Makefile.in (modified) * config.h.in (modified) * configure (modified) * configure.ac (modified) * src/Makefile.in (modified) * src/driver/Makefile.in (modified) * src/examples/Makefile.in (modified) * src/libcfa/Makefile.in (modified) * src/tests/Makefile.am (added) * src/tests/Makefile.in (added) updated automake config to support less verbose build and compile the ... Thu, 02 Jun 2016 22:32:06 GMT Peter A. Buhr [e24f13a] * Makefile.in (modified) * config.h.in (modified) * configure (modified) * configure.ac (modified) * src/Makefile.in (modified) * src/driver/Makefile.in (modified) * src/driver/cc1.cc (modified) * src/driver/cfa.cc (modified) * src/examples/Makefile.in (modified) * src/libcfa/Makefile.in (modified) * src/libcfa/iostream.c (modified) modify makefile to allow different compilers, use constructor cast in ... Wed, 02 Mar 2016 21:59:19 GMT Peter A. Buhr [90c3b1c] * configure (modified) * configure.ac (modified) * doc/refrat/Makefile (modified) * doc/refrat/refrat.tex (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/TypeData.cc (modified) * src/Parser/TypeData.h (modified) * src/Parser/lex.cc (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.cc (modified) * src/Parser/parser.h (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/SynTree/Type.h (modified) * src/driver/Makefile.in (modified) * src/examples/Makefile.in (modified) * src/examples/abs.c (modified) * src/examples/ato.c (modified) * src/examples/fstream_test.c (modified) * src/examples/hello.c (modified) * src/examples/identity.c (modified) * src/examples/minmax.c (modified) * src/examples/quad.c (modified) * src/examples/read.c (added) * src/examples/read.data (added) * src/examples/sum.c (modified) * src/examples/swap.c (modified) * src/examples/tests/vector_test.out.txt (modified) * src/libcfa/Makefile.in (modified) * src/libcfa/builtins.cf (modified) * src/libcfa/fstream (modified) * src/libcfa/fstream.c (modified) * src/libcfa/iostream (modified) * src/libcfa/iostream.c (modified) * src/libcfa/stdlib (modified) * src/libcfa/stdlib.c (modified) compile CFA with C++11, further update refrat with lstlisting macros, ... Fri, 29 Jan 2016 21:36:39 GMT Peter A. Buhr [d3b7937] * .gitignore (modified) * Makefile.am (modified) * Makefile.in (modified) * config.h.in (modified) * configure (modified) * configure.ac (modified) * src/CodeGen/CodeGenerator.cc (modified) * src/ControlStruct/CaseRangeMutator.cc (modified) * src/ControlStruct/ChooseMutator.h (modified) * src/ControlStruct/ForExprMutator.h (modified) * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/LabelTypeChecker.h (modified) * src/ControlStruct/MLEMutator.h (modified) * src/ControlStruct/Mutate.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/CopyParams.cc (modified) * src/GenPoly/InstantiateGeneric.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/GenPoly/Specialize.cc (modified) * src/InitTweak/BasicInit.cc (modified) * src/InitTweak/DeclarationHoister.cc (modified) * src/InitTweak/InitExpander.cc (modified) * src/InitTweak/InitExpander.h (modified) * src/InitTweak/InitModel.h (modified) * src/MakeLibCfa.cc (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/LinkageSpec.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/StatementNode.cc (modified) * src/Parser/TypeData.cc (modified) * src/Parser/module.mk (modified) * src/ResolvExpr/Alternative.cc (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/AlternativePrinter.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/TypeEnvironment.cc (modified) * src/ResolvExpr/Unify.cc (modified) * src/ResolvExpr/Unify.h (modified) * src/SymTab/FixFunction.cc (modified) * src/SymTab/IdTable.cc (modified) * src/SymTab/ImplementationType.cc (modified) * src/SymTab/Indexer.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/AddressExpr.cc (modified) * src/SynTree/AggregateDecl.cc (modified) * src/SynTree/ApplicationExpr.cc (modified) * src/SynTree/ArrayType.cc (modified) * src/SynTree/AttrType.cc (modified) * src/SynTree/CommaExpr.cc (modified) * src/SynTree/CompoundStmt.cc (modified) * src/SynTree/DeclStmt.cc (modified) * src/SynTree/Declaration.cc (modified) * src/SynTree/DeclarationWithType.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/FunctionType.cc (modified) * src/SynTree/Initializer.cc (modified) * src/SynTree/Mutator.cc (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/NamedTypeDecl.cc (modified) * src/SynTree/ObjectDecl.cc (modified) * src/SynTree/PointerType.cc (modified) * src/SynTree/ReferenceToType.cc (modified) * src/SynTree/TupleExpr.cc (modified) * src/SynTree/TupleType.cc (modified) * src/SynTree/Type.cc (modified) * src/SynTree/TypeDecl.cc (modified) * src/SynTree/TypeExpr.cc (modified) * src/SynTree/TypeofType.cc (modified) * src/SynTree/Visitor.h (modified) * src/Tuples/AssignExpand.h (modified) * src/Tuples/FunctionChecker.cc (modified) * src/Tuples/FunctionChecker.h (modified) * src/Tuples/TupleAssignment.cc (modified) * src/driver/Makefile.am (modified) * src/driver/Makefile.in (modified) * src/driver/cc1.cc (modified) * src/driver/cfa.cc (modified) * src/examples/Makefile.am (modified) * src/examples/Makefile.in (modified) * src/examples/abs.c (added) * src/examples/alloc.c (modified) * src/examples/array.h (modified) * src/examples/constants.c (modified) * src/examples/fstream_test.c (modified) * src/examples/hello.c (modified) * src/examples/identity.c (modified) * src/examples/limits.c (added) * src/examples/minmax.c (moved) * src/examples/new.c (modified) * src/examples/quad.c (modified) * src/examples/quoted_keyword.c (modified) * src/examples/square.c (modified) * src/examples/sum.c (modified) * src/examples/swap.c (modified) * src/examples/twice.c (modified) * src/examples/vector_test.c (modified) * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) * src/libcfa/algorithm (added) * src/libcfa/algorithm.c (added) * src/libcfa/bfd.h (moved) * src/libcfa/bfdlink.h (moved) * src/libcfa/demangle.h (moved) * src/libcfa/dialog.h (moved) * src/libcfa/evdns.h (moved) * src/libcfa/evhttp.h (moved) * src/libcfa/evrpc.h (moved) * src/libcfa/expat.h (moved) * src/libcfa/fcntl.h (moved) * src/libcfa/form.h (moved) * src/libcfa/fstream (moved) * src/libcfa/fstream.c (moved) * src/libcfa/gcrypt.h (moved) * src/libcfa/iostream (moved) * src/libcfa/iostream.c (moved) * src/libcfa/iterator (moved) * src/libcfa/iterator.c (moved) * src/libcfa/limits (added) * src/libcfa/math.h (moved) * src/main.cc (modified) building runtime library (first attempt) Thu, 17 Dec 2015 18:03:33 GMT Peter A. Buhr [faf8857] * configure (modified) * configure.ac (modified) * src/Makefile.in (modified) * src/driver/Makefile.in (modified) * src/examples/Makefile.in (modified) * src/libcfa/Makefile.in (modified) * src/main.cc (modified) fix location of builtin.cf at configure, fifth attempt Thu, 04 Jun 2015 15:35:13 GMT Peter A. Buhr [a61fea9a] * configure (modified) * configure.ac (modified) * src/CodeGen/CodeGenerator.cc (moved) * src/CodeGen/CodeGenerator.h (moved) * src/CodeGen/GenType.cc (modified) * src/CodeGen/Generate.cc (modified) * src/CodeGen/module.mk (modified) * src/Makefile.in (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/ParseNode.cc (modified) * src/Parser/StatementNode.cc (modified) * src/Parser/lex.cc (modified) * src/Parser/lex.h (modified) * src/Parser/lex.ll (modified) * src/Parser/module.mk (modified) * src/Parser/parser.cc (modified) * src/Parser/parser.yy (modified) * src/SynTree/Statement.h (modified) * src/Tests/SynTree/make-rules (modified) * src/Tests/SynTree/run-tests.sh (modified) * src/examples/control_structures.c (modified) * src/examples/includes.c (modified) enable AM_MAINTAINER_MODE, add operator ?{}, formatting Tue, 02 Jun 2015 12:12:44 GMT Peter A. Buhr [c3a4385] * .gitignore (modified) * configure (modified) * configure.ac (modified) redo automake eighth attempt Tue, 02 Jun 2015 00:52:19 GMT Peter A. Buhr [6e7e2b36] * .gitignore (modified) * Makefile.am (modified) * Makefile.in (modified) * configure (modified) * configure.ac (modified) * src/ArgTweak/module.mk (modified) * src/CodeGen/module.mk (modified) * src/Common/module.mk (modified) * src/ControlStruct/module.mk (modified) * src/Designators/module.mk (modified) * src/GenPoly/module.mk (modified) * src/InitTweak/module.mk (modified) * src/Makefile.in (modified) * src/ResolvExpr/module.mk (modified) * src/SymTab/module.mk (modified) * src/SynTree/module.mk (modified) * src/Tuples/module.mk (modified) * src/driver/Makefile.am (moved) * src/driver/Makefile.in (moved) * src/driver/cc1.cc (moved) * src/driver/cfa.cc (moved) * src/examples/sum.c (modified) * src/libcfa/Makefile.am (moved) * src/libcfa/Makefile.in (moved) * src/libcfa/builtins.cf (moved) * src/libcfa/prelude.cf (moved) * src/libcfa/ptrdiff_t.c (moved) redo automake seventh attempt Mon, 01 Jun 2015 04:00:51 GMT Peter A. Buhr [56c3935] * .gitignore (modified) * Makefile.am (modified) * Makefile.in (modified) * config.h.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.in (modified) * libcfa/Makefile.in (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/Parser.cc (modified) * src/Parser/lex.cc (added) * src/Parser/lex.ll (moved) * src/Parser/module.mk (modified) * src/Parser/parser.cc (added) * src/Parser/parser.yy (moved) * src/Tests/Parser/Functions.c (modified) * src/examples/Makefile.in (modified) redo automake third attempt Sun, 31 May 2015 17:54:23 GMT Peter A. Buhr [00cc023] * .gitignore (modified) * Makefile.am (modified) * Makefile.in (modified) * aclocal.m4 (modified) * automake/compile (added) * automake/depcomp (added) * automake/install-sh (moved) * automake/missing (moved) * automake/ylwrap (added) * config.h.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.am (added) * driver/Makefile.in (modified) * driver/cc1.cc (modified) * driver/cfa.cc (modified) * libcfa/Makefile.am (added) * libcfa/Makefile.in (modified) * src/ArgTweak/module.mk (modified) * src/CodeGen/module.mk (modified) * src/ControlStruct/module.mk (modified) * src/Designators/module.mk (modified) * src/GenPoly/module.mk (modified) * src/InitTweak/module.mk (modified) * src/Makefile.am (added) * src/Makefile.in (modified) * src/Parser/module.mk (modified) * src/ResolvExpr/module.mk (modified) * src/SynTree/module.mk (modified) * src/Tuples/module.mk (modified) * src/examples/Makefile.am (added) * src/examples/Makefile.in (modified) redo automake first attempt Wed, 27 May 2015 19:05:16 GMT Peter A. Buhr [6aa5ec0f] * Makefile.in (modified) * aclocal.m4 (modified) * configure (modified) * configure.ac (modified) * missing (modified) fix automake eighth attempt Wed, 27 May 2015 17:51:38 GMT Peter A. Buhr [42336618] * Makefile.am (modified) * Makefile.in (modified) * config.h.in (modified) * configure (modified) * configure.ac (modified) fix automake fifth attempt Tue, 26 May 2015 20:48:09 GMT Peter A. Buhr [a77e7b5] * .gitignore (modified) * Makefile.in (modified) * aclocal.m4 (added) * configure (modified) * configure.ac (modified) fix configure.ac fourth attempt Tue, 26 May 2015 02:12:57 GMT Peter A. Buhr [7e91d4f] * configure (modified) * configure.ac (modified) * configure.in (deleted) delete configure.in, fix configure.ac second attempt Tue, 26 May 2015 01:43:53 GMT Peter A. Buhr [5d6ce1f] * Makefile.in (modified) * config.h.in (modified) * configure (modified) * configure.ac (added) * libcfa/prelude.cf (modified) fix configure.ac