aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/Modules
AgeCommit message (Collapse)AuthorFilesLines
2017-08-24Added versioning borrowed fron GNU Radio to gr-gsmPiotr Krysik1-0/+82
2017-01-03Changes in decoding:Piotr Krysik4-2/+36
-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-10-02Control channels decoding with libosmocorePiotr Krysik1-0/+1
2016-09-28Moved control channels decoder to libosmocore implementationPiotr Krysik1-0/+32
2016-04-08Added dependency requirement for SWIG to buildsystemPiotr Krysik1-0/+141
2016-02-17Removed redundant "gnuradio" from the grgsm library's namePiotr Krysik1-1/+1
2016-02-17Tiding up cmake code for creating symbolic linksPiotr Krysik1-0/+10
2015-11-15Update gr-gsmConfig.cmakemaxifree1-1/+1
After renaming library to libgnuradio-grgsm.so we should change NAMES parameter accordingly
2015-08-13Added comands building automatically grc applicationsPiotr Krysik1-31/+0
Better than manually generated python files but still not perfect as it takes many cmake lines to compile single file and grc files are compiled at every run of make. Removed also old and not working code for building grc files.
2015-07-17Added libosmocore to build. Preparation for issue #85Roman Khassraf1-0/+42
2015-04-04Renamed PKG conf related file - the new file need to be checkedptrkrysik1-10/+10
2014-12-03Added checking for Volk presence according to @dholm #4 pull request.ptrkrysik1-0/+26
2014-11-20Added buildsystem for apps. Doesn't honor dependencies yet (changing a grc ↵ptrkrysik1-3/+283
file won't cause generating new py file).
2014-02-04Initial commit - gsm-receiver with removed quick hackspiotr9-0/+1085