#
# ChangeLog for libcfa/configure
#
# Generated by Trac 1.2.1
# Mar 13, 2025, 6:17:12 PM

Fri, 26 Apr 2019 20:58:42 GMT Thierry Delisle <tdelisle@…> [3fcbdca1]
	* configure (modified)
	* configure.ac (modified)
	* libcfa/configure (modified)
	* libcfa/configure.ac (modified)
	* src/Makefile.am (modified)
	* src/Makefile.in (modified)

	Moved compilation to use O3/Og instead of O2/O0 for both cfa-cpp and ...


Thu, 04 Apr 2019 14:58:09 GMT tdelisle <tdelisle@…> [13363f4]
	* libcfa/configure (modified)
	* libcfa/configure.ac (modified)

	Properly forward CFAFLAGS to libcfa [fixes #124]


Thu, 28 Feb 2019 19:43:01 GMT tdelisle <tdelisle@…> [c9e640e]
	* driver/cfa.cc (modified)
	* libcfa/configure (modified)
	* libcfa/configure.ac (modified)

	Fixed benign warning when compiling with nolib


Sun, 10 Feb 2019 15:12:55 GMT Peter A. Buhr <pabuhr@…> [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 <tdelisle@…> [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 <tdelisle@…> [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


Wed, 26 Sep 2018 15:56:32 GMT Thierry Delisle <tdelisle@…> [2b3d6ff]
	* libcfa/configure (modified)
	* libcfa/configure.ac (modified)
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/Makefile.in (modified)

	Moved ar_flags due to libtool


Tue, 25 Sep 2018 20:43:25 GMT Thierry Delisle <tdelisle@…> [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 15:35:34 GMT Thierry Delisle <tdelisle@…> [6d44da1]
	* .gitignore (modified)
	* Jenkinsfile (modified)
	* automake/cfa.m4 (modified)
	* benchmark/Makefile.am (modified)
	* benchmark/Makefile.in (modified)
	* configure (modified)
	* configure.ac (modified)
	* doc/bibliography/pl.bib (modified)
	* doc/papers/general/Paper.tex (modified)
	* doc/theses/aaron_moss_PhD/comp_II/.gitignore (moved)
	* doc/theses/aaron_moss_PhD/comp_II/Efficient Type Resolution in Cforall.pptx (moved)
	* doc/theses/aaron_moss_PhD/comp_II/Makefile (moved)
	* doc/theses/aaron_moss_PhD/comp_II/comp_II.tex (moved)
	* doc/theses/aaron_moss_PhD/comp_II/conversion_dag.eps (moved)
	* doc/theses/aaron_moss_PhD/comp_II/conversion_dag.odg (moved)
	* doc/theses/aaron_moss_PhD/comp_II/conversion_dag.png (moved)
	* doc/theses/aaron_moss_PhD/comp_II/resolution_dag.eps (moved)
	* doc/theses/aaron_moss_PhD/comp_II/resolution_dag.odg (moved)
	* doc/theses/aaron_moss_PhD/comp_II/resolution_dag.png (moved)
	* doc/theses/aaron_moss_PhD/comp_II/resolution_dag2.odg (moved)
	* doc/theses/aaron_moss_PhD/comp_II/resolution_dag2.png (moved)
	* doc/theses/aaron_moss_PhD/phd/.gitignore (added)
	* doc/theses/aaron_moss_PhD/phd/Makefile (added)
	* doc/theses/aaron_moss_PhD/phd/background.tex (added)
	* doc/theses/aaron_moss_PhD/phd/cfa-macros.tex (added)
	* doc/theses/aaron_moss_PhD/phd/conclusion.tex (added)
	* doc/theses/aaron_moss_PhD/phd/frontpgs.tex (added)
	* doc/theses/aaron_moss_PhD/phd/generic-types.tex (added)
	* doc/theses/aaron_moss_PhD/phd/introduction.tex (added)
	* doc/theses/aaron_moss_PhD/phd/macros.tex (added)
	* doc/theses/aaron_moss_PhD/phd/resolution-heuristics.tex (added)
	* doc/theses/aaron_moss_PhD/phd/thesis.tex (added)
	* doc/theses/aaron_moss_PhD/phd/type-environment.tex (added)
	* doc/theses/rob_schluntz_MMath/.gitignore (moved)
	* doc/theses/rob_schluntz_MMath/Makefile (moved)
	* doc/theses/rob_schluntz_MMath/cfa-format.tex (moved)
	* doc/theses/rob_schluntz_MMath/conclusions.tex (moved)
	* doc/theses/rob_schluntz_MMath/ctordtor.tex (moved)
	* doc/theses/rob_schluntz_MMath/examples/conclusions/dtor.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/conclusions/except.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/conclusions/except.cc (moved)
	* doc/theses/rob_schluntz_MMath/examples/ctor/array_ctor.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/ctor/copy_ctor.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/ctor/cv_ctor.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/ctor/enum_ctor.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/ctor/expr_ctor.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/ctor/global_ctor.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/ctor/hide_ctor.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/ctor/member.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/ctor/placement_ctor.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/ctor/return_dtor.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/ctor/static_ctor.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/ctor/union_ctor.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/intro/FileOutputStream.java (moved)
	* doc/theses/rob_schluntz_MMath/examples/intro/compound_lit.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/intro/designation.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/intro/ignore.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/intro/ires.java (moved)
	* doc/theses/rob_schluntz_MMath/examples/intro/res.java (moved)
	* doc/theses/rob_schluntz_MMath/examples/intro/res1.java (moved)
	* doc/theses/rob_schluntz_MMath/examples/intro/res2.java (moved)
	* doc/theses/rob_schluntz_MMath/examples/intro/res3.java (moved)
	* doc/theses/rob_schluntz_MMath/examples/intro/tuple.cc (moved)
	* doc/theses/rob_schluntz_MMath/examples/intro/variadic.java (moved)
	* doc/theses/rob_schluntz_MMath/examples/malloc.cc (moved)
	* doc/theses/rob_schluntz_MMath/examples/nested.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/poly.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/scope_guard.h (moved)
	* doc/theses/rob_schluntz_MMath/examples/test_scoped_guard.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/tuples/assign.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/tuples/cast.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/tuples/ctor.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/tuples/mrv.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/tuples/mrv_1.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/tuples/mrv_2.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/tuples/mrv_3.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/tuples/named.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/variadic/new.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/variadic/print.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/variadic/sum1.c (moved)
	* doc/theses/rob_schluntz_MMath/examples/variadic/sum2.c (moved)
	* doc/theses/rob_schluntz_MMath/intro.tex (moved)
	* doc/theses/rob_schluntz_MMath/thesis-frontpgs.tex (moved)
	* doc/theses/rob_schluntz_MMath/thesis.bib (moved)
	* doc/theses/rob_schluntz_MMath/thesis.tex (moved)
	* doc/theses/rob_schluntz_MMath/tuples.tex (moved)
	* doc/theses/rob_schluntz_MMath/variadic.tex (moved)
	* doc/theses/thierry_delisle_MMath/.gitignore (moved)
	* doc/theses/thierry_delisle_MMath/Makefile (moved)
	* doc/theses/thierry_delisle_MMath/annex/glossary.tex (moved)
	* doc/theses/thierry_delisle_MMath/annex/local.bib (moved)
	* doc/theses/thierry_delisle_MMath/figures/dependency.fig (moved)
	* doc/theses/thierry_delisle_MMath/figures/ext_monitor.fig (moved)
	* doc/theses/thierry_delisle_MMath/figures/int_monitor.fig (moved)
	* doc/theses/thierry_delisle_MMath/figures/monitor.fig (moved)
	* doc/theses/thierry_delisle_MMath/figures/monitor_structs.fig (moved)
	* doc/theses/thierry_delisle_MMath/figures/system.fig (moved)
	* doc/theses/thierry_delisle_MMath/notes/cor-thread-traits.c (moved)
	* doc/theses/thierry_delisle_MMath/notes/lit-review.md (moved)
	* doc/theses/thierry_delisle_MMath/notes/notes.md (moved)
	* doc/theses/thierry_delisle_MMath/style/cfa-format.tex (moved)
	* doc/theses/thierry_delisle_MMath/style/style.tex (moved)
	* doc/theses/thierry_delisle_MMath/text/basics.tex (moved)
	* doc/theses/thierry_delisle_MMath/text/cforall.tex (moved)
	* doc/theses/thierry_delisle_MMath/text/concurrency.tex (moved)
	* doc/theses/thierry_delisle_MMath/text/frontpgs.tex (moved)
	* doc/theses/thierry_delisle_MMath/text/future.tex (moved)
	* doc/theses/thierry_delisle_MMath/text/internals.tex (moved)
	* doc/theses/thierry_delisle_MMath/text/intro.tex (moved)
	* doc/theses/thierry_delisle_MMath/text/parallelism.tex (moved)
	* doc/theses/thierry_delisle_MMath/text/results.tex (moved)
	* doc/theses/thierry_delisle_MMath/text/together.tex (moved)
	* doc/theses/thierry_delisle_MMath/thePlan.md (moved)
	* doc/theses/thierry_delisle_MMath/thesis.tex (moved)
	* doc/theses/thierry_delisle_MMath/version (moved)
	* doc/theses/thierry_delisle_MMath/version.sh (moved)
	* doc/user/user.tex (modified)
	* driver/as.cc (modified)
	* driver/cc1.cc (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/prelude/prelude-gen.cc (modified)
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/Makefile.in (modified)
	* libcfa/src/heap.cfa (modified)
	* src/CodeTools/ResolvProtoDump.cc (added)
	* src/CodeTools/ResolvProtoDump.h (added)
	* src/CodeTools/module.mk (modified)
	* src/CompilationState.cc (modified)
	* src/CompilationState.h (modified)
	* src/GenPoly/ScrubTyVars.cc (modified)
	* src/Makefile.am (modified)
	* src/Makefile.in (modified)
	* src/Parser/LinkageSpec.cc (modified)
	* src/Parser/LinkageSpec.h (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Resolver.h (modified)
	* src/ResolvExpr/TypeEnvironment.cc (modified)
	* src/SymTab/Demangle.cc (added)
	* src/SymTab/Mangler.cc (modified)
	* src/SymTab/Mangler.h (modified)
	* src/SymTab/ManglerCommon.cc (added)
	* src/SymTab/Validate.cc (modified)
	* src/SymTab/demangler.cc (added)
	* src/SymTab/module.mk (modified)
	* src/SynTree/Declaration.h (modified)
	* src/cfa.make (modified)
	* src/main.cc (modified)
	* tests/.expect/KRfunctions.x64.txt (modified)
	* tests/.expect/KRfunctions.x86.txt (modified)
	* tests/.expect/attributes.x64.txt (modified)
	* tests/.expect/attributes.x86.txt (modified)
	* tests/.expect/declarationSpecifier.x64.txt (modified)
	* tests/.expect/declarationSpecifier.x86.txt (modified)
	* tests/.expect/extension.x64.txt (modified)
	* tests/.expect/extension.x86.txt (modified)
	* tests/.expect/forctrl.txt (modified)
	* tests/.expect/functions.x64.txt (modified)
	* tests/.expect/functions.x86.txt (modified)
	* tests/.expect/gccExtensions.x64.txt (modified)
	* tests/.expect/gccExtensions.x86.txt (modified)
	* tests/Makefile.am (modified)
	* tests/Makefile.in (modified)
	* tests/coroutine/fibonacci.c (modified)
	* tests/coroutine/fibonacci_1.c (added)
	* tests/coroutine/pingpong.c (modified)
	* tests/coroutine/prodcons.c (modified)
	* tests/forctrl.c (modified)
	* tests/gmp.c (modified)
	* tests/test.py (modified)
	* tools/cfa.nanorc (modified)

	Merge branch 'master' into shared_library


Fri, 21 Sep 2018 20:09:32 GMT Thierry Delisle <tdelisle@…> [e523b07]
	* .gitignore (modified)
	* libcfa/Makefile.in (modified)
	* libcfa/configure (modified)
	* libcfa/configure.ac (modified)
	* libcfa/prelude/Makefile.am (modified)
	* libcfa/prelude/Makefile.in (modified)
	* libcfa/prelude/prelude-gen.cc (modified)
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/Makefile.in (modified)
	* src/main.cc (modified)

	Implemented the nolib configuration


Wed, 12 Sep 2018 20:59:56 GMT Aaron Moss <a3moss@…> [3b3491b6]
	* libcfa/configure (modified)
	* src/CodeTools/ResolvProtoDump.cc (added)
	* src/CodeTools/ResolvProtoDump.h (added)
	* src/CodeTools/module.mk (modified)
	* src/CompilationState.cc (modified)
	* src/CompilationState.h (modified)
	* src/Makefile.in (modified)
	* src/main.cc (modified)

	Add first draft of resolver prototype dumper


Thu, 16 Aug 2018 19:23:05 GMT Thierry Delisle <tdelisle@…> [38d12e7]
	* benchmark/Makefile.in (modified)
	* libcfa/Makefile.am (modified)
	* libcfa/Makefile.in (modified)
	* libcfa/aclocal.m4 (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)
	* src/cfa.make (modified)

	Adjusted makefiles to use libtool


Wed, 15 Aug 2018 17:26:49 GMT Thierry Delisle <tdelisle@…> [7bd4cc9]
	* libcfa/configure (modified)

	Added missing configure


Fri, 10 Aug 2018 21:45:51 GMT Thierry Delisle <tdelisle@…> [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


Thu, 09 Aug 2018 15:07:05 GMT Thierry Delisle <tdelisle@…> [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 <tdelisle@…> [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 <tdelisle@…> [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 ...


Fri, 03 Aug 2018 17:57:12 GMT Thierry Delisle <tdelisle@…> [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 <tdelisle@…> [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