]> git.ipfire.org Git - thirdparty/automake.git/shortlog
thirdparty/automake.git
2012-06-05  Stefano Lattarini[ng] warns: typos in _SOURCES etc. reported at make...
2012-06-05  Stefano Lattarini[ng] refactor: new make variables am__all_libs and...
2012-06-05  Stefano Lattarini[ng] automake: new global variable '%known_ltlibraries'
2012-06-05  Stefano Lattarini[ng] coverage: conditional defn of lib_LIBRARIES and...
2012-06-02  Stefano Lattarini[ng] refactor: a first use of "ifndef VAR"
2012-06-02  Stefano Lattarini[ng] internals: new variable $(am__newline)
2012-06-02  Stefano Lattarini[ng] internals: copy 'header-vars.am' more verbatim...
2012-06-02  Stefano Lattarini[ng] tests: remove redundant code in a test case
2012-06-02  Stefano Lattarini[ng] tests: fix a spurious failure
2012-06-02  Stefano Lattarinitexinfo: fix an imprecise comment
2012-06-02  Stefano Lattarini[ng] maintcheck: avoid spurious failures
2012-06-02  Stefano LattariniMerge branch 'master' into ng/master
2012-06-02  Stefano Lattarini[ng] install: fix an unquoted usage of $(DESTDIR)
2012-06-02  Stefano Lattarini[ng] maintcheck: fix several spurious failures
2012-06-02  Stefano Lattarini[ng] maintcheck: fix bad typo, was preventing some...
2012-06-02  Stefano LattariniMerge branch 'maint'
2012-06-02  Stefano Lattarini[ng] vars: recognize escaped '#' correctly in a variabl...
2012-06-02  Stefano Lattarininews: document deprecation of configure.in
2012-06-02  Stefano Lattarininews: put planned backward compatibilities early
2012-06-01  Stefano Lattarinisync: update files from upstream with "make fetch"
2012-06-01  Stefano Lattarinimaint: deprecate 'configure.in' as autoconf input
2012-06-01  Stefano Lattarinimaint: post-release minor version bump
2012-06-01  Stefano Lattarinirelease: stable release 1.12.1 v1.12.1
2012-06-01  Stefano Lattarinicopyright: update copyright years in a couple of files
2012-06-01  Stefano Lattarinitests: avoid spurious failures with Solaris 9 cscope...
2012-06-01  Stefano Lattarinimaintcheck: fix a spurious failure
2012-05-31  Stefano LattariniMerge branch 'ng/var-simplify' into ng/master
2012-05-31  Stefano Lattarini[ng] cosmetics: avoid redundant use of '&' in subroutin...
2012-05-31  Stefano Lattarini[ng] rename: define_pretty_variable -> define_cond_vari...
2012-05-31  Stefano Lattarini[ng] cleanup: prefer 'define_variable' over 'define_pre...
2012-05-31  Stefano Lattarini[ng] refactor: change signature of 'define_variable()'
2012-05-31  Stefano Lattarini[ng] vars: get rid of VAR_ASIS / VAR_PRETTY distinction
2012-05-31  Stefano Lattarini[ng] vars: keep track of conditionals in appended value...
2012-05-31  Stefano Lattarini[ng] vars: simplify logic for appending conditionally
2012-05-30  Stefano Lattarini[ng] texinfo: take advantage of GNU make features in...
2012-05-30  Stefano Lattarini[ng] coverage: VPATH build with PDF, DVI and PostScript...
2012-05-30  Stefano Lattarini[ng] fixup: really remove DJGPP support
2012-05-30  Stefano Lattarini[ng] general: assume dot-starting file names are supported
2012-05-30  Stefano Lattarini[ng] cleanup: drop support for DJGPP, Windows 95/98...
2012-05-29  Stefano LattariniMerge branch 'ng/drop-configure-in' into ng/master
2012-05-29  Stefano Lattarini[ng] missing: configure.in is unsupported now, just...
2012-05-29  Stefano LattariniMerge branch 'ng/suffix-rules-old-fashioned' into ng...
2012-05-29  Stefano Lattarini[ng] suffix: don't reject old-fashioned suffix rules...
2012-05-29  Stefano LattariniMerge branches 'ng/stdinc' and 'ng/suffix-rules-mutilat...
2012-05-29  Stefano Lattarini[ng] compile: rename make variable DEFAULT_INCLUDES...
2012-05-29  Stefano Lattarini[ng] compile: add extra -I opts from config headers...
2012-05-29  Stefano Lattarini[ng] compile: rename make variable CONFIG_HEADER -...
2012-05-29  Stefano Lattarini[ng] maintcheck: refactor checks on obsolete variable...
2012-05-29  Stefano Lattarini[ng] suffix: drop Automake-time chaining of suffix...
2012-05-29  Stefano Lattariniperf: beginning of a performance testsuite
2012-05-29  Stefano LattariniMerge branch 'fix-pr11543' into maint
2012-05-29  Stefano Lattariniaclocal: declare function prototypes, do not use '...
2012-05-28  Stefano Lattarininews: support for configure.in will be dropped in futur...
2012-05-27  Stefano Lattarinimissing: support AC_CONFIG_HEADERS in addition to obsol...
2012-05-27  Stefano Lattarinimissing: don't bother checking for AM_CONFIG_HEADER...
2012-05-27  Stefano Lattarinidocs: remove mention of AM_CONFIG_HEADER: it is obsolet...
2012-05-26  Stefano Lattarinitests: fix botched heading comments in 'lex-clean-cxx.sh'
2012-05-26  Stefano LattariniMerge branch 'ng/drop-configure-in' into ng/master
2012-05-26  Stefano Lattarinimaintcheck: obsolete check 'sc_tests_no_configure_in...
2012-05-26  Stefano Lattarinicleanup: get rid of 'Automake::Configure_ac' module
2012-05-26  Stefano Lattarinicleanup: just assume configure input is configure.ac
2012-05-26  Stefano Lattarinicleanup: don't support configure.in anymore
2012-05-25  Stefano Lattarini[ng] build: use more GNU make features in our Makefile.am
2012-05-25  Stefano Lattarini[ng] maintcheck: some tweaks and fixlets
2012-05-25  Stefano Lattarini[ng] check: fix incompatibility with Solaris nawk
2012-05-25  Stefano Lattarini[ng] news: tweak and reorganize a bit
2012-05-25  Stefano LattariniMerge branch 'master' into ng/master
2012-05-25  Stefano LattariniMerge branch 'am-init-automake'
2012-05-25  Stefano Lattariniinit: obsolete usages of AM_INIT_AUTOMAKE not supported...
2012-05-25  Stefano Lattarini[ng] tests: fix spurious failure under "make distcheck"
2012-05-25  Stefano Lattarini[ng] VarDef: store comments and values as a perl array
2012-05-25  Stefano Lattarini[ng] refactor: support comments only for VarDef, not...
2012-05-25  Stefano LattariniMerge branch 'ng/suffix-simplify' into ng/master
2012-05-24  Stefano Lattariniam: make function to canonicalize names
2012-05-24  Stefano Lattarinitests: don't disable portability warnings when there...
2012-05-24  Stefano Lattarinigeneral: assume '#' comment in make recipes are ok
2012-05-24  Stefano Lattarinigeneral: assume GNU make semantic in line continuation
2012-05-24  Stefano Lattarinifixup: support verbatim lines only in private '.am...
2012-05-24  Stefano Lattarinifixup: interaction between verbatim lines and line...
2012-05-24  Stefano Lattarini[ng] tests: Automake should let us append to undefined...
2012-05-24  Stefano Lattarini[ng] tests: spy behaviour of '+=' with GNU make
2012-05-24  Stefano Lattarini[ng] vars: get rid of VAR_SILENT type
2012-05-24  Stefano Lattarini[ng] vars: get rid of VAR_SORTED type
2012-05-24  Stefano Lattarini[ng] cleanup: remove unused private variables in Automa...
2012-05-24  Stefano LattariniMerge branch 'ng/check' into ng/master
2012-05-24  Stefano LattariniMerge branch 'ng/dirstamp' into ng/master
2012-05-24  Stefano Lattarini[ng] rule, lang: get rid of 'suffix_rules_count', simpl...
2012-05-24  Stefano Lattarini[ng] coverage: mixing Fortran and C++
2012-05-24  Stefano Lattarini[ng] coverage: pure languages doesn't bring in C support
2012-05-24  Stefano Lattarini[ng] rule: get rid of $KNOWN_EXTENSIONS_PATTERN
2012-05-24  Stefano Lattarini[ng] coverage: custom pre-processes headers in prog_SOURCES
2012-05-23  Stefano Lattarini[ng] news: update w.r.t. recent changes in testsuite...
2012-05-23  Stefano Lattarini[ng] doc: update w.r.t. recent changes in testsuite...
2012-05-23  Stefano Lattarini[ng] coverage: parallel-tests and dynamic $(TEST_EXTENS...
2012-05-23  Stefano Lattarini[ng] cosmetics: improve comments and spacing in 'parall...
2012-05-23  Stefano Lattarini[ng] check: support conditional $(TEST_EXTENSIONS)
2012-05-23  Stefano Lattarini[ng] check: warn about dot-less $(TEST_EXTENSIONS)...
2012-05-22  Stefano Lattarini[ng] check: be laxer in accepted $(TEST_EXTENSIONS)
2012-05-22  Stefano Lattarini[ng] check: logic to define *LOG_DRIVER vars moved...
2012-05-22  Stefano Lattarini[ng] warns: don't report possible issues with '_DEPENDE...
next