Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [mavericks] disable unused-arguments in boost p4 macro to avoid false positives | JINMEI Tatuya | 2013-11-15 | 1 | -6/+8 |
| | | | | this can happen if clang++ is invoked via ccache. | ||||
* | [3107] Merge branch 'trac3107' | Kean Johnston | 2013-11-14 | 2 | -2/+33 |
|\ | |||||
| * | Use coding standards include syntax and add missing CPP flags to version checks | Kean Johnston | 2013-09-16 | 2 | -4/+4 |
| | | |||||
| * | [3107] add dependency version information to config.report | Kean Johnston | 2013-09-10 | 2 | -2/+33 |
| | | | | | | | | | | | | ... also cleaned up the display of config.report some to avoid the rather unsightly blank lines that were ejected quite frequently when a give variable had empty contents. | ||||
* | | [master]Merge branch 'trac2939' | Jeremy C. Reed | 2013-09-23 | 1 | -0/+17 |
|\ \ | |/ |/| | | | to add check for python sqlite3 module | ||||
| * | [2939] Check for python sqlite3 module | Michal 'vorner' Vaner | 2013-08-12 | 1 | -0/+17 |
| | | |||||
* | | [3049] Check for offset_ptr with -Werror | Michal 'vorner' Vaner | 2013-08-16 | 1 | -0/+3 |
| | | |||||
* | | [3025] Update description for BOOST_OFFSET_PTR_OLD | Mukund Sivaraman | 2013-08-13 | 1 | -4/+6 |
| | | |||||
* | | [3025] Rename variable | Michal 'vorner' Vaner | 2013-08-12 | 1 | -6/+7 |
| | | | | | | | | The bug is in offset pointer, not in the red-black tree. | ||||
* | | [3025] Detect a too old version of boost | Michal 'vorner' Vaner | 2013-08-07 | 1 | -0/+15 |
|/ | | | | | | | | | | With old version of boost and some versions of gcc, the RBTree implementation is not stable with optimisations turned on. Detect the old boost if we use gcc (no idea how to trigger it with the whole machinery of the crashing test, so testing against the version). Fail in that case now, we'll do something more drastic in following commits. | ||||
* | [3039] Detect build failures due to BOOST_STATIC_ASSERT during configure | Mukund Sivaraman | 2013-07-08 | 1 | -0/+14 |
| | |||||
* | [1909] EXTRA_DIST the m4 files | Mukund Sivaraman | 2013-05-02 | 1 | -0/+2 |
| | | | | ... in case someone wants to autoreconf from a tarball. | ||||
* | [1909] Remove redundant AC_SUBSTs | Mukund Sivaraman | 2013-05-02 | 1 | -3/+0 |
| | |||||
* | [1909] Move sqlite3 check to m4macros/ dir | Mukund Sivaraman | 2013-05-01 | 1 | -0/+28 |
| | |||||
* | [2831] make sure BOOST_NUMERIC_CAST_WOULDFAIL is set in all cases | JINMEI Tatuya | 2013-04-10 | 1 | -2/+1 |
| | | | | also, corrected incorrect reset of CXXFLAGS | ||||
* | [2831] set -Wall and -Wextra to detect possible warnings more accurately. | JINMEI Tatuya | 2013-04-10 | 1 | -1/+1 |
| | |||||
* | [2831] detect buildability of managed_mapped_file, w/ or w/o -Werror. | JINMEI Tatuya | 2013-04-10 | 1 | -3/+47 |
| | |||||
* | [1991] make sure the check is with -Werror and only for g++-variants | JINMEI Tatuya | 2012-12-28 | 1 | -9/+19 |
| | |||||
* | [1991] added checks for FreeBSD build failure due to a ports bug. | JINMEI Tatuya | 2012-12-28 | 1 | -2/+16 |
| | |||||
* | [1991] moved boost-related config to a separate m4 | JINMEI Tatuya | 2012-12-28 | 1 | -0/+88 |
| | | | | | | | | in order to keep the main configure.ac more concise, and so that we can eventually introduce more fine-grained configuration (e.g., skipping some checks for DNS/DHCP-only build) At the moment, this is just a cleanup, and doesn't change the behavior itself. | ||||
* | [master] Update .gitignore | Mukund Sivaraman | 2012-04-30 | 1 | -5/+5 |
| | |||||
* | [master] Put libtool macros in m4macros/ | Mukund Sivaraman | 2012-04-30 | 1 | -0/+5 |