Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | freebsd: Fixes for the compilation of libosmocore on FreeBSD | Holger Hans Peter Freyther | 2011-11-09 | 1 | -0/+4 |
| | | | | | | | | | | | alloca.h is not available on FreeBSD, use the default autoconf function to check for it, there is a complete list[1] of what to do for using alloca but let us see how far we get with this test. Include netinet/in.h for the IPv4 and IPv6 socket address. Check for dlopen in libraries and use this instead of linking -dl. [1] http://www.gnu.org/s/hello/manual/autoconf/Particular-Functions.html | ||||
* | core/serial: Add utilities to deal with serial ports | Sylvain Munaut | 2011-09-02 | 1 | -0/+9 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | Added autoconf option for utilities and embedded | job | 2011-09-02 | 1 | -0/+25 |
| | |||||
* | Adapted configure options to autoconf default behaviour | job | 2011-09-02 | 1 | -14/+14 |
| | |||||
* | add functions for bit-reversal | Harald Welte | 2011-09-01 | 1 | -0/+1 |
| | | | | | Sometimes we need stuff like reversing every bit in each byte (but not the byte-order). | ||||
* | consistent Doxyfile naming | Harald Welte | 2011-08-20 | 1 | -1/+1 |
| | |||||
* | Integrate doxygen documentation building into autoconf/automake process | Harald Welte | 2011-08-17 | 1 | -0/+3 |
| | |||||
* | Auto-generate the version information of Doxygen documentation | Harald Welte | 2011-08-17 | 1 | -0/+4 |
| | |||||
* | add new 'osmo-arfcn' program to compute frequency based on arfcn | Harald Welte | 2011-08-02 | 1 | -0/+1 |
| | | | | The freq -> arfcn side still needs to be implemented. | ||||
* | libosmocore: rename configure.in -> configure.ac | Alexander Huemer | 2011-05-24 | 1 | -0/+123 |
rename autoconf input file to align with osmocom-bb host applications, and because that suffix is preferred nowadays. |