summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ax_check_gl*: drop trailing whitespacev2016.03.20Peter Simons2016-03-203-16/+16
* Update README and NEWS for release.Peter Simons2016-03-202-4/+4
* ax_valgrind_check: add a target for each toolLuca Boccassi2016-03-201-1/+49
* Update copyright date stamps to 2016.Peter Simons2016-03-186-6/+6
* NEWS: document major changes since latest releasePeter Simons2016-03-181-0/+27
* Merge pull request #66 from dryman/openglPeter Simons2016-03-095-861/+571
|\
| * Fix ax_restore/save_flags_with_prefix.m4dryman2016-03-092-4/+4
| * Improved three opengl autoconf macrosdryman2016-03-095-861/+571
* | Merge pull request #64 from bluca/ax_code_coverage_cxxPeter Simons2016-03-071-10/+13
|\ \
| * | Add C++ support to ax_code_coverage.m4Luca Boccassi2016-03-041-10/+13
|/ /
* | Merge pull request #61 from olaf-mandel/ax_code_coveragePeter Simons2016-03-041-3/+3
|\ \
| * | AX_CODE_COVERAGE: quote CODE_COVERAGE_RULESOlaf Mandel2016-03-031-3/+3
* | | Merge pull request #62 from olaf-mandel/ax_prog_doxygenPeter Simons2016-03-041-88/+66
|\ \ \
| * | | AX_PROG_DOXYGEN: quote DX_RULESOlaf Mandel2016-03-031-88/+66
| |/ /
* | | Merge pull request #60 from olaf-mandel/ax_gnu_autotestPeter Simons2016-03-041-13/+13
|\ \ \
| * | | AX_GNU_AUTOTEST: quote some static stringsOlaf Mandel2016-03-031-13/+13
| |/ /
* | | Merge pull request #63 from olaf-mandel/ax_valgrind_checkPeter Simons2016-03-041-11/+15
|\ \ \ | |/ / |/| |
| * | AX_VALGRIND_CHECK: quote VALGRIND_CHECK_RULESOlaf Mandel2016-03-031-3/+3
| * | AX_VALGRIND_CHECK: fix logic around AC_CHECK_PROGOlaf Mandel2016-03-031-7/+13
| * | AX_VALGRIND_CHECK: clean up configure messageOlaf Mandel2016-03-031-3/+1
|/ /
* | AX_GCC_VAR_ATTRIBUTE: fix spelling errorPeter Simons2016-02-291-2/+2
* | AX_CXX_COMPILE_STDCXX: don't break "make CXXFLAGS=..."Joshua Judson Rosen2016-02-294-21/+21
* | CXX_COMPILE_STDCXX: fix regression introduced in ccd1d4f54bMichael Welsh Duggan2016-02-291-11/+9
* | AX_LIB_NETCDF4: initial versionPeter Simons2016-02-291-0/+277
* | AX_PTHREAD: various improvementsPeter Simons2016-02-291-192/+345
* | AX_FC_CHECK_DEFINE: initial versionPeter Simons2016-02-291-0/+52
* | Add ax_var_pop.m4 and ax_var_push.m4 macros.Jorge Bellon2016-02-292-0/+195
* | Merge pull request #59 from olaf-mandel/code-coveragePeter Simons2016-02-291-9/+34
|\ \
| * | AX_CODE_COVERAGE: fix invalid chars in testnameOlaf Mandel2016-02-261-2/+5
| * | AX_CODE_COVERAGE: add BRANCH_COVERAGE variableOlaf Mandel2016-02-261-9/+31
|/ /
* | Merge pull request #58 from pwithnall/lcov-multiple-directoriesPeter Simons2016-02-031-4/+5
|\ \
| * | AX_CODE_COVERAGE: Support multiple directories to extract coverage dataPhilip Withnall2016-02-011-4/+5
* | | Merge pull request #57 from pwithnall/distcheck-configure-flagsPeter Simons2016-02-032-8/+8
|\ \ \ | |/ /
| * | Use AM_DISTCHECK_CONFIGURE_FLAGS instead of DISTCHECK_CONFIGURE_FLAGSPhilip Withnall2016-02-012-8/+8
|/ /
* | Merge pull request #56 from ptomato/gir-macrosPeter Simons2016-01-313-0/+199
|\ \
| * | Add GJS macrosPhilip Chimento2016-01-283-0/+199
|/ /
* | Merge pull request #55 from drcrane/masterPeter Simons2016-01-171-2/+2
|\ \ | |/ |/|
| * Added support for the MSYS2/mingw system.Benjamin Green2016-01-171-2/+2
|/
* Fix ax_boost_system for new versions of boost.Victor Bogado2016-01-111-2/+3
* Add ax_zmq.m4 and ax_czmq.m4.Jeroen Meijer2016-01-112-0/+172
* Merge pull request #52 from swofford/fix-ax_gcc_cpuidPeter Simons2015-12-171-3/+5
|\
| * fix AX_GCC_X86_CPUID/AX_GCC_X86_CPUID_COUNT for 32-bit PIC compilationsDave Swofford2015-12-171-3/+5
* | Merge pull request #51 from N0NB/masterPeter Simons2015-12-171-2/+3
|\ \ | |/ |/|
| * Fix second pass bug in _AX_WITH_CURSES_CHECKEXTRANate Bargmann2015-12-161-2/+3
|/
* AX_BOOST_PYTHON: Update for the AX_PYTHON_DEVEL change.Murray Cumming2015-11-231-2/+12
* AX_APPEND_COMPILE_FLAGS, AX_APPEND_LINK_FLAGS: Optional INPUT argMarkus Armbruster2015-11-232-6/+10
* Unify macros for checking C++11/14/... compiler support.Moritz Klammler2015-11-234-145/+608
* Merge branch 'code-coverage' of https://github.com/olaf-mandel/autoconf-archi...Peter Simons2015-11-231-14/+29
|\
| * AX_CODE_COVERAGE: add CPPFLAGS to skip assertionsOlaf Mandel2015-10-131-3/+7
| * AX_CODE_COVERAGE: further silence rules for V=0Olaf Mandel2015-10-101-6/+17