- 03 Nov, 2016 1 commit
-
-
Z. Gilboa authored
-
- 27 Jun, 2016 1 commit
-
-
Matthias Braun authored
The executables are no longer removed when the unittest fails.
-
- 08 May, 2016 1 commit
-
-
Z. Gilboa authored
-
- 06 Jan, 2016 1 commit
-
-
Matthias Braun authored
-
- 03 Jan, 2016 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 11 Dec, 2015 1 commit
-
-
yb9976 authored
Newer Linux systems compile ar with --enable-deterministic-archives, which conflicts with the u modifier.
-
- 07 Dec, 2015 1 commit
-
-
Christoph Mallon authored
-
- 06 Dec, 2015 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 15 Feb, 2015 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
Also improve the comment a bit
-
- 29 Nov, 2014 1 commit
-
-
Matthias Braun authored
-
- 15 Nov, 2014 1 commit
-
-
Matthias Braun authored
-
- 07 Oct, 2014 1 commit
-
-
Christoph Mallon authored
-T means something entierly different for non-GNU ar.
-
- 02 Oct, 2014 1 commit
-
-
Matthias Braun authored
Previously we had an AR commandline that replaced old object files with newer ones in the archive. This however fails when we remove files from the project, because the previous objects in the archive were not removed (and often caused missing symbol errors when linking later). So now I remove the archive each time before creating it, to make up for the speed loss use the "thin archive" option. This is not a good idea for a release/installed version of libfirm, but for that we still use the automake build anyway.
-
- 25 Mar, 2014 1 commit
-
-
Matthias Braun authored
-
- 27 Feb, 2014 1 commit
-
-
Matthias Braun authored
-
- 19 Feb, 2014 1 commit
-
-
Matthias Braun authored
This mainly allows us to use external templates like the ones used for homepage.
-
- 30 Jan, 2014 1 commit
-
-
Matthias Braun authored
There was a lot of duplicated code, some changes in the templates allows to share the two generators.
-
- 21 Nov, 2013 3 commits
-
-
Matthias Braun authored
Before this change the .so file would not mention libm as a dependency, so users had to explicitely link -lm when linking -lfirm.
-
Matthias Braun authored
-
Matthias Braun authored
-
- 12 Nov, 2013 1 commit
-
-
Matthias Braun authored
-
- 30 Oct, 2013 1 commit
-
-
Matthias Braun authored
-
- 24 Oct, 2013 1 commit
-
-
Matthias Braun authored
This seems to be done by a lot of projects out there while our previous Q= seems to be exotic, so we additionally support V=1 now too. (based on a patch from lu_zero@gentoo.org
-
- 13 Sep, 2013 1 commit
-
-
Matthias Braun authored
start with some unittests for raw bitsets.
-
- 22 Aug, 2013 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
This is a major Makefile refactoring: differentiate between: - source files in $(srcdir) - generated files in $(top_builddir)/gen - object files in $(top_builddir)/$(variant)/ aka $(builddir) - documentation in $(top_builddir)/doc
-
- 14 Aug, 2013 1 commit
-
-
Luca Barbato authored
-
- 26 Jun, 2013 1 commit
-
-
Matthias Braun authored
-
- 06 May, 2013 3 commits
-
-
Matthias Braun authored
the templates are now friendlier for usage outside of libfirm
-
Matthias Braun authored
-
Matthias Braun authored
Templates are put in separate files now, making the main script more generic in nature
-
- 04 May, 2013 2 commits
-
-
Matthias Braun authored
It has been empty for nearly all systems. People who used to put stuff in config.h can still create a config.h on their own and inject -include (gcc) or /FI (msvc) into their CPPFLAGS.
-
Matthias Braun authored
-
- 28 Mar, 2013 1 commit
-
-
Matthias Braun authored
-
- 22 Mar, 2013 1 commit
-
-
Andreas Zwinkau authored
Since we have two fp-vrp.o files, the -u argument of ar sometimes (on rebuilds) missed one. As -u is not necessary anyways, we now include both.
-
- 20 Mar, 2013 1 commit
-
-
Matthias Braun authored
-