summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Rename 'statistics.c' to 'counter.c'Harald Welte2017-10-151-1/+1
* Add pseudo-random bit sequence generator to libosmcooreHarald Welte2017-07-101-1/+1
* src/Makefile.am: fix build: use AM_CFLAGS, not CFLAGSNeels Hofmeyr2017-06-191-4/+4
* core/conv: use proper filenamesVadim Yanitskiy2017-06-191-8/+8
* core/conv: do not mix up AVX and SSE codeVadim Yanitskiy2017-05-291-2/+15
* core/conv: rename viterbi_gen.c to viterbi_generic.cVadim Yanitskiy2017-05-291-1/+1
* core/conv: add x86 SSE support for Viterbi decoderTom Tsou2017-05-241-0/+6
* add libpseudotalloc as super-simplistic talloc replacementHarald Welte2017-05-171-0/+4
* sercomm: Include in libosmocore MakefileHarald Welte2017-05-171-1/+1
* core/conv: implement optimized Viterbi decoderTom Tsou2017-04-111-1/+2
* Catch-up with git version tagsMax2016-12-211-2/+3
* Implement GSMTAP log targetHarald Welte2016-12-091-1/+1
* add osmo_gettimeofday as a shim around gettimeofdayNeels Hofmeyr2016-09-221-1/+1
* Add Finite State Machine abstraction codeHarald Welte2016-06-161-1/+1
* Add T4 bit map compression routinesMax2016-02-181-1/+1
* Add osmo_prim_op_names[] symbol and _SAP_SS7_BASE defineHarald Welte2015-12-231-1/+1
* remove our internal copy of talloc, use system libtallocHarald Welte2015-12-051-11/+5
* stats: Move statsd related code into a separate fileJacob Erlbeck2015-11-261-1/+1
* stats: Add the reporting frameworkJacob Erlbeck2015-10-291-1/+1
* stats: Add stat_item for value monitoringJacob Erlbeck2015-10-281-1/+1
* Prepare a new libosmocore releaseHolger Hans Peter Freyther2015-01-181-1/+1
* build: remove unused all_includes and use AM_CPPFLAGSJan Engelhardt2014-10-031-1/+2
* logging: Add ability to save/print current log filtersHarald Welte2014-08-251-1/+1
* osmocore: Add function osmo_macaddr_parse() to parse ETH MAC addressHarald Welte2014-08-181-1/+2
* backtrace: Speculative fix for FreeBSD10.0 and execinfo.hHolger Hans Peter Freyther2014-04-171-1/+2
* cygwin: Link many libraries with -no-undefined to create a dllHolger Hans Peter Freyther2013-03-031-2/+2
* Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi2013-02-271-2/+2
* Revert "Added a ring buffer log target to store the last N log messages."Holger Hans Peter Freyther2013-02-271-2/+2
* Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi2013-02-271-2/+2
* build: Don't use the deprecated INCLUDES in the various Makefile.amSylvain Munaut2012-12-111-2/+1
* 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