summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
...
* build: use LT_INIT(pic-only) instead of forcing -fPIC.Diego Elio Pettenò2012-06-301-1/+1
* build: avoid multi-level recursion for src/ directory.Diego Elio Pettenò2012-06-301-2/+0
* build: use BUILT_SOURCES for the generated source files.Diego Elio Pettenò2012-06-301-0/+2
* build: use the standard AM_V_GEN definition for output.Diego Elio Pettenò2012-06-301-2/+1
* libosmogb: move files to proper location and fix buildHarald Welte2012-06-171-1/+1
* libosmocore: Update LIBVERSION because of ABI chaangesSylvain Munaut2011-11-241-1/+1
* freebsd: Fixes for the compilation of libosmocore on FreeBSDHolger Hans Peter Freyther2011-11-091-1/+1
* core: Fix include path to use top_builddir as well for generated headersSylvain Munaut2011-10-211-1/+1
* bump major library version / breaking the ABI with the rb_tree timersHarald Welte2011-10-171-1/+1
* add rb-tree implementation to libosmocorePablo Neira Ayuso2011-10-171-1/+1
* build: resolve link failure when --disable-talloc is usedJan Engelhardt2011-10-101-0/+2
* update LIBVERSION to reflect new API additionsHarald Welte2011-10-101-1/+1
* core: Add generic CRC functions (templates expended to 8 16 32 64 bits)Sylvain Munaut2011-09-161-1/+6
* core/serial: Add utilities to deal with serial portsSylvain Munaut2011-09-021-0/+4
* merge process.[ch] with application.[ch]Harald Welte2011-06-261-1/+1
* gsmtap: rework GSMTAP API to be more future-proofHarald Welte2011-05-221-2/+2
* app: Introduce some routines to help with application startupHolger Hans Peter Freyther2011-05-121-2/+2
* libosmocore: bump library interface version to '1' for new osmo_ namesHarald Welte2011-05-081-2/+4
* core/conv: Add some generic code for convolutional coding/decodingSylvain Munaut2011-04-261-1/+1
* This patch moves the GSM-specific functions to the new libraryPablo Neira Ayuso2011-03-231-7/+7
* LOGGING: Add syslog log targetHarald Welte2011-02-171-2/+3
* [BITS] introduce new packed/unpacked bit conversion routinesHarald Welte2011-01-191-1/+1
* codec: Add bit ordering tables from specs for HR,FR,EFR & AMRSylvain Munaut2010-10-151-1/+1
* msgfile: Add a file parser for a simple file formatHolger Hans Peter Freyther2010-10-081-0/+4
* gsm0480: Add USSD format functions to libosmocoreHolger Hans Peter Freyther2010-09-301-1/+1
* vty: Link osmovty to osmocore as it is using the symbolsHolger Hans Peter Freyther2010-09-111-1/+1
* Add helper function 'osmo_daemonize()' to convert process into daemonHarald Welte2010-08-251-1/+1
* core: Add some generic panic handlingSylvain Munaut2010-07-251-1/+1
* Added crc16 from linux kernel.Ingo Albrecht2010-07-151-1/+1
* Add support for plugins (and specifically GPRS encryption plugins)Harald Welte2010-06-301-1/+7
* Add gsmtap utility functions to libosmocoreHarald Welte2010-06-291-1/+1
* fix typo resultin in dist/distcheck problemHarald Welte2010-05-251-1/+1
* Create libosmovty as library from OpenBSC VTY functionsHarald Welte2010-05-251-0/+2
* Add new 'rate counter' implementation to libosmocoreHarald Welte2010-05-131-1/+1
* Add GSM0808 utilities to Osmocore.Holger Hans Peter Freyther2010-04-151-1/+1
* rename 'debug' interface to 'logging' interfaceHarald Welte2010-03-261-1/+1
* Import 'debug' support from OpenBSC into libosmocoreHarald Welte2010-03-261-1/+2
* import GSM04.08 encode/decode functions and mncc.h from openbscHarald Welte2010-03-071-2/+2
* add --disable-talloc option to build without talloc supportHarald Welte2010-03-071-1/+5
* introduce RxLev statistics module, an efficient way for power scan dataHarald Welte2010-03-061-1/+1
* import some GSM 04.08 utility code from OpenBSCHarald Welte2010-03-021-1/+1
* Import value_string utilities and some RSL stuff from OpenBSCHarald Welte2010-03-011-1/+1
* [write_queue] Add a generic write queue classHolger Hans Peter Freyther2010-02-261-1/+2
* add missing automake / autoconf filesHarald Welte2010-02-201-0/+11