Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #154 from fbriere/feature/inhibit-idle-session | Luboš Doležel | 2020-02-23 | -0/+1 |
|\ | | | | | Add an option to prevent an idle session while a call is in progress | |||
| * | Add an option to prevent an idle session while a call is in progress | Frédéric Brière | 2019-07-13 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Having the session marked as idle while a call is in progress could trigger certain actions (such as locking the screen, logging out automatically, or suspending the system) which could be undesirable in this situation. Closes #123 | |||
* | | CMake: Check if libilbc links without 'extern "C"' (ILBC_CPP) | Frédéric Brière | 2019-12-29 | -0/+1 |
| | | | | | | | | This variable was originally set manually in configure.in. | |||
* | | CMake: Check for endianness (WORDS_BIGENDIAN) | Frédéric Brière | 2019-12-29 | -0/+1 |
| | | | | | | | | | | This check (AC_C_BIGENDIAN) was originally present in configure.in, and was lost in the transition to CMake. | |||
* | | CMake: Check for res_init() (HAVE_RES_INIT) | Frédéric Brière | 2019-12-29 | -0/+1 |
| | | | | | | | | | | This check (AC_CHECK_RES_INIT) was originally defined in acinclude.m4, and was lost in the transition to CMake. | |||
* | | CMake: Check for strerror_r() (HAVE_STRERROR_R and STRERROR_R_CHAR_P) | Frédéric Brière | 2019-12-29 | -0/+2 |
|/ | | | | | This check (AC_FUNC_STRERROR_R) was originally present in configure.in, and was lost in the transition to CMake. | |||
* | Add option WITH_GSM to use external gsm library | Peter Colberg | 2015-12-29 | -0/+1 |
| | | | | This permits distributions to build against a packaged gsm library. | |||
* | Add a cmake check for bcg729 (issue #15) | Lubos Dolezel | 2015-06-15 | -0/+1 |
| | ||||
* | Document WITH_ALSA; allow user to enable Diamondcard integration | Lubos Dolezel | 2015-06-03 | -0/+1 |
| | ||||
* | Removed old build system | Lubos Dolezel | 2015-06-02 | -1/+1 |
| | | | | twinkle.desktop is now installed | |||
* | Fixed optional feature enabling | Lubos Dolezel | 2015-06-02 | -3/+4 |
| | | | | | Hide Diamondcard support Other fixes | |||
* | Many submodules building (no gui yet), with link-time errors | Lubos Dolezel | 2015-06-01 | -0/+12 |