aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2018-08-12Increasing version numberv0.42.2developmentPiotr Krysik1-1/+1
in order to correct wrongs of previous attempt Change-Id: Ie067b48a9c67a13e928598ec722a7e27c464de8f
2018-08-10New gr-gsm versionPiotr Krysik1-3/+3
Change-Id: I72eafebe892692ad0db5ad149e14f2c59b41d3d2
2018-06-19Simplify cmake checks related to libosmocorePiotr Krysik1-5/+5
2018-06-19Add LOCAL_OSMOCOM cmake optionVasil Velichkov1-1/+8
When set the gr-gsm will be compiled and linked with the local copies of the osmocom libraries.
2018-06-18Separating libosmogsm from the restPiotr Krysik1-0/+1
2018-06-18Check that pkg-config is availableVasil Velichkov1-1/+3
It is needed to properly detect the grcc full path See also 3f6ab15a7a5492391ca0f94bd0a5586c1735f8db
2018-03-05Creating a new development versionPiotr Krysik1-2/+2
2018-03-04Fix missing list name error in the main CMakeLists.txt filePiotr Krysik1-1/+2
2018-03-04Change buildsystem message on libosmocore not being foundPiotr Krysik1-1/+1
2018-03-04Conditional compilation of local libosmocore depending if there is or is not ↵Piotr Krysik1-20/+36
libosmocore installation present on the system
2018-02-27Hack: disabling building doxygen docs as it causes problems on windowsPiotr Krysik1-4/+4
2018-02-27Hack: use local libosmocore for nowPiotr Krysik1-12/+13
2018-02-27Portability fix: boost thread isn't really required by gr-gsm - commenting ↵Piotr Krysik1-1/+1
it out for now
2017-11-05Incrementing versionPiotr Krysik1-1/+1
2017-09-24Getting rid of cmake policy warningsPiotr Krysik1-0/+19
2017-09-23Setting version to 0.41.2v0.41.2Piotr Krysik1-1/+1
2017-09-02Incremented version for packaging and addition of release tagv0.41.1Piotr Krysik1-1/+1
2017-08-30Setting version to v0.41.0Piotr Krysik1-3/+3
2017-08-30Removed cpack stuffPiotr Krysik1-11/+0
2017-08-25Added a function returning maintance version namePiotr Krysik1-1/+1
2017-08-25Corrected name of of the project in cmakePiotr Krysik1-1/+1
2017-08-24Added versioning borrowed fron GNU Radio to gr-gsmPiotr Krysik1-4/+20
2017-01-03Changes in decoding:Piotr Krysik1-4/+9
-copied decoding routines from libosmocore to gr-gsm, -made cmake files entries for new source files and added linking with libosmocodec, -moved sch.c file to decoding folder.
2016-09-28Moved control channels decoder to libosmocore implementationPiotr Krysik1-0/+4
2016-07-15Changes in the buildsystem for new blocksPiotr Krysik1-3/+3
2016-04-26Added error message when swig is missingPiotr Krysik1-0/+2
2016-04-14Changed name of the package to gr-gsmPiotr Krysik1-0/+22
2016-02-26Change CMakeLists.txt for OSXSteve Glass1-0/+15
2015-07-17Added libosmocore to build. Preparation for issue #85Roman Khassraf1-0/+5
2015-06-24Include endian.h in cx_channel_hopper_impl and make burst_sink/source link ↵Martin Jesper Low Madsen1-2/+2
Boost thread library
2015-05-08Changes in buildsystem bringing back capability to quickly add new blocks ↵ptrkrysik1-1/+1
with use of gr_modool.
2015-04-04Removed redundant CMakeList.txtptrkrysik1-7/+7
2014-12-15Added new decryption block (be careful - untested component). Changed ↵ptrkrysik1-2/+1
CMakeFiles to reflect more modular design (not finished for the lib directory)
2014-12-13Added LIB_SUFFIX in CMakeLists.txt (by Matin Hauke)ptrkrysik1-1/+1
2014-12-13Changed grgsm install directories and prefixes from "gsm" to "grgsm". The ↵ptrkrysik1-7/+7
old prefix caused conflicts with libraries already available.
2014-12-03cmake: Instruct GNU Radio to look for pmt libraryDavid Holm1-9/+2
2014-12-03Added checking for Volk presence according to @dholm #4 pull request.ptrkrysik1-0/+4
2014-10-30First step to add multichannel capability to the GSM receiver. At this ↵ptrkrysik1-0/+1
moment it might still contain debuging code. The training sequence number for non C0 channels is embedded in the code.
2014-08-16Repaired cmake buildsystem - include files paths were inconsistent with ↵ptrkrysik1-0/+4
source files after changing directory structure
2014-08-14New checks in Cmakeptrkrysik1-0/+10
2014-04-17Added to buildsystem instalation of include/gsm/plotting.hpiotr1-0/+1
2014-02-04Initial commit - gsm-receiver with removed quick hackspiotr1-0/+155