Common library for all Osmocom projects (libosmocore, libosmogsm, libosmovty, libosmogb, libosmosim, libosmousb, ...) https://osmocom.org/projects/libosmocore
Go to file
Diego Elio Pettenò 23431c75c8 codec: make data tables constant.
When declaring them constant, they are written on the .rodata section
instead of .data, which means that they can be mapped directly from
disk to memory.

Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
2012-06-30 22:01:44 +02:00
debian Revert various debian related changes 2011-07-16 11:11:31 +02:00
doc Integrate doxygen documentation building into autoconf/automake process 2011-08-17 19:33:06 +02:00
include codec: make data tables constant. 2012-06-30 22:01:44 +02:00
m4 Create a dummy m4 directory to make autoreconf --install --force work 2010-03-24 02:55:33 +01:00
src codec: make data tables constant. 2012-06-30 22:01:44 +02:00
tests build: simplify test handling and speed up build. 2012-06-30 22:01:42 +02:00
utils osmo-auc-gen: Add "-I" mode for generating triplets.dat for strongswan 2012-06-27 15:06:19 +02:00
.gitignore build: simplify test handling and speed up build. 2012-06-30 22:01:42 +02:00
COPYING add GPL to project source 2010-02-21 09:21:30 +01:00
Doxyfile.codec.in Auto-generate the version information of Doxygen documentation 2011-08-17 19:22:12 +02:00
Doxyfile.core.in consistent Doxyfile naming 2011-08-20 17:39:58 +02:00
Doxyfile.gsm.in Auto-generate the version information of Doxygen documentation 2011-08-17 19:22:12 +02:00
Doxyfile.vty.in Auto-generate the version information of Doxygen documentation 2011-08-17 19:22:12 +02:00
Makefile.am build: use default htmldir directory. 2012-06-30 22:01:43 +02:00
configure.ac build: LT_INIT already replaces AC_PROG_LIBTOOL. 2012-06-30 22:01:43 +02:00
git-version-gen add git-version-gen magic to automatically generate package version 2010-03-23 00:30:19 +08:00
libosmocodec.pc.in codec: Add the missing bits for include to install and pkgconfig to work 2010-10-24 18:23:10 +02:00
libosmocore.pc.in add missing automake / autoconf files 2010-02-20 21:09:24 +01:00
libosmogb.pc.in libosmogb: make sure to link with libosmovty 2012-06-18 12:19:42 +08:00
libosmogsm.pc.in This patch moves the GSM-specific functions to the new library 2011-03-23 18:08:08 +01:00
libosmovty.pc.in Add pkgconfig for libosmovty 2010-05-25 22:28:40 +02:00