summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | AX_CHECK_POSIX_SYSINFO: fix -Wstrict-prototypesSam James2022-10-301-2/+2
| * | | AX_CHECK_POSIX_REGCOMP: fix -Wstrict-prototypesSam James2022-10-301-2/+2
| * | | AX_C_VAR_FUNC: fix -Wstrict-prototypesSam James2022-10-301-2/+2
| * | | AX_C99_INLINE: fix -Wstrict-prototypesSam James2022-10-301-5/+5
| * | | AX_ADD_FORTIFY_SOURCE: fix -Wstrict-prototypesSam James2022-10-301-2/+2
| * | | AX_CPU_FREQ: include <cstring>, <unistd.h> for memset(), usleep()Sam James2022-10-301-2/+4
| * | | AX_FUNC_MEMMOVE: add missing includes for strcmp(), exit()Sam James2022-10-301-1/+3
| * | | AX_CHECK_STRFTIME: add missing includes for strcmp()Sam James2022-10-301-1/+2
| * | | AX_FUNC_SNPRINTF: add missing includes for strcmp(), exit()Sam James2022-10-301-2/+5
| |/ /
* | | Merge pull request #273 from xen0n/loongPeter Simons2023-02-162-4/+4
|\ \ \ | |/ / |/| |
| * | ax_ms_cpprest: add loongarch64 to list of lib64 archesWANG Xuerui2023-02-161-2/+2
| * | ax_boost_base: add loongarch64 to list of lib64 archesWANG Xuerui2023-02-161-2/+2
|/ /
* | AX_R_PACKAGE: bump serial numberPeter Simons2022-09-071-1/+1
* | AX_R_PACKAGE: Use packageDescription.Ricardo Wurmus2022-09-071-1/+1
* | AX_R_PACKAGE: Fix version comparison.Ricardo Wurmus2022-09-071-2/+2
* | maint: post-release administriviaPeter Simons2022-09-033-2/+4
* | README, NEWS: update for upcoming releasev2022.09.03Peter Simons2022-09-032-4/+6
* | Fix broken e-mail addresses in copyright lines.Peter Simons2022-09-0312-24/+24
* | cfg.mk: default to python3Peter Simons2022-09-031-1/+1
* | Merge remote-tracking branch 'github/master'.Peter Simons2022-09-031-7/+7
|\ \
| * \ Merge pull request #260 from fanquake/opt_brew_boost_basePeter Simons2022-09-031-7/+7
| |\ \
| | * | boost_base: add /opt/homebrew to search pathsfanquake2022-08-311-6/+6
| | * | fix typo in boost_base.m4fanquake2022-08-311-2/+2
* | | | fix serial numbersPeter Simons2022-09-033-4/+4
|/ / /
* | | Merge pull request #261 from bastien-roucaries/fromdebianPeter Simons2022-09-031-1/+1
|\ \ \ | |/ / |/| |
| * | AX_PYTHON_DEVEL: fix for Python 3.10+Yaakov Selkowitz2022-08-311-1/+1
|/ /
* | Merge pull request #259 from bastien-roucaries/fromdebianpythonPeter Simons2022-08-292-8/+32
|\ \
| * | Add more python versionBastien Roucariès2022-08-291-2/+2
| * | Fix typo, check for PYTHON_PLATFORM_SITE_PKG not PYTHON_SITE_PKGStefano Rivera2022-08-291-2/+2
| * | Support Debian's posix_local sysconfig scheme in ax_python_develStefano Rivera2022-08-291-4/+28
|/ /
* | Merge pull request #257 from lukem/ax_boost_jsonPeter Simons2022-08-131-0/+129
|\ \
| * | ax_boost_json: implement for Boost::JSON libraryLuke Mewburn2022-08-061-0/+129
* | | Merge pull request #258 from bastien-roucaries/fromdebianPeter Simons2022-08-133-32/+34
|\ \ \ | |/ / |/| |
| * | Fix FTCBFS with lib mysqlHelmut Grohne2022-08-131-9/+14
| * | FIX FTCBSHelmut Grohne2022-08-131-8/+10
| * | Fix AX_LUA_HEADERS uses AC_RUN_IFELSEHelmut Grohne2022-08-131-15/+10
|/ /
* | Merge pull request #255 from ojwb/fix-AX_CXX_COMPILE_STDCXX-for-MSVCPeter Simons2022-08-011-7/+11
|\ \
| * | ax_cxx_compile_stdcxx: Fix for MSVCOlly Betts2022-07-251-7/+11
* | | Merge pull request #254 from dnicolson/remove-duplicate-variablePeter Simons2022-08-011-2/+2
|\ \ \
| * | | Remove duplicate variableDave Nicolson2022-04-031-1/+1
| * | | Make indentation consistentDave Nicolson2022-04-031-1/+1
* | | | Merge pull request #256 from saitofuyuki/topic/netcdfPeter Simons2022-08-011-2/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | ax_lib_netcdf4: enable NF_CONFIG run-time definition.SAITO Fuyuki2022-07-281-2/+5
|/ / /
* | | Merge pull request #253 from bogdro/asmPeter Simons2022-06-0912-114/+150
|\ \ \
| * | | Make assembler-option macros more portable and exit early if assembler not foundBogdan Drozdowski2022-06-066-66/+108
| * | | Make assembler-finding macros more portableBogdan Drozdowski2022-06-066-48/+42
|/ / /
* | | Merge pull request #252 from oerdnj/fix-ax_prog_cc_for_build-with-cache-filePeter Simons2022-04-261-6/+6
|\ \ \
| * | | ax_prog_cc_for_build: Properly restore ac_cv_c_compiler_gnuOndřej Surý2022-04-261-6/+6
|/ / /
* | | ax_python_devel: bump serial number after recent changesPeter Simons2022-04-251-1/+1
* | | Merge pull request #249 from bogdro/ax_prototypePeter Simons2022-04-251-10/+14
|\ \ \