Commit Graph

87 Commits

Author SHA1 Message Date
Andre Puschmann 8a7e376410 fix CMake's UHD find script for newer UHD binaries 2017-09-13 14:53:47 +02:00
Xavier Arteaga 2d1166e3fa Added FMA flag 2017-08-17 10:13:03 +02:00
Paul Sutton f48b1f3d66 Adding ability to statically link FFTW 2017-06-23 17:20:35 +01:00
Paul Sutton fd08dd56ba Fix for security library find scripts 2017-06-23 16:47:54 +01:00
Paul Sutton b71f7b7080 Adding support for static builds 2017-06-23 14:49:21 +01:00
Ismael Gomez 72a2b06238 Fixed incompatibility with volk1.2 Make pointer type warnings an error 2017-06-09 11:33:46 +02:00
Ismael Gomez 04b7212ef0 new release and changelog 2017-06-08 16:52:17 +02:00
Paul Sutton fd5502cfc9 Fix for SSE check in case -std=c99 hasn't been defined beforehand 2017-06-06 14:15:49 +01:00
Paul Sutton 919ff78e35 Tidy up cmake advanced variables 2017-06-02 15:45:37 +01:00
Ismael Gomez e5ae82aef1 added srsENB code 2017-06-01 12:25:57 +02:00
Andre Puschmann ad48f0d347 add cmake find scripts for polarssl and mbedtls 2017-05-18 12:55:13 +02:00
yagoda 0e3cbacfaa fix for soapy cmake in non x86 2017-05-16 14:22:56 +01:00
yagoda ae94416395 adding native lime, soapy, decimation filtering and neon optimizations 2017-05-03 16:48:40 +01:00
Paul Sutton 631c5b18e2 Merge branch 'master' into next 2017-03-06 16:13:18 +00:00
Paul Sutton c49a299796 Removing old files 2017-03-06 16:12:55 +00:00
Paul Sutton 8adbc19c21 Merged master 2017-03-06 16:05:47 +00:00
Paul Sutton 619ed43e11 Removing old test files and references 2017-03-06 15:59:17 +00:00
yagoda 7c30d85536 fixing errors with compiler flags 2017-02-15 11:47:45 +00:00
Ismael Gomez 6d9770afca added missing volk definitions 2017-02-14 12:09:06 +01:00
Ismael Gomez 5a6126aea0 added missing dotprod_cfc definition 2017-02-14 11:59:37 +01:00
Paul Sutton 0931518fa6 Cleaner fix for MKL includes 2017-01-26 09:46:57 +00:00
Ismael Gomez b2f889081f fixed test for avx2 in cmake 2017-01-22 14:26:54 +01:00
Ismael Gomez 9114441fbf fixed test for avx2 in cmake 2017-01-22 14:16:10 +01:00
Ismael Gomez 49a2a749a1 added more compiler flags. Added option for avx2 2017-01-19 18:30:45 +01:00
Paul Sutton 2644031ac8 Adding option to statically link MKL 2017-01-16 16:23:10 +00:00
Ismael Gomez d51cc4b6a6 Updated to version 1.4 2016-11-16 13:08:28 +01:00
Ismael Gomez 59ecfcdfdd Updated to version 1.3.1 2016-09-22 17:51:04 +02:00
Ismael Gomez 7eaf004619 updated to version 1.3 2016-09-02 12:50:28 +02:00
Ismael Gomez 8ee9b32c7a Merge branch 'next' into uplink 2016-07-11 23:29:37 +02:00
Paul Sutton 925e83577b Adding support for MKL fft 2016-04-28 15:42:12 +01:00
Ismael Gomez b934a27075 PUSCH + CQI (short and long) + HARQ + RI working in test 2016-04-27 17:23:36 +02:00
Ismael Gómez-Miguelez 9a856dc6c7 Merge pull request #57 from krsch/patch-1
Update FindMATLAB.cmake
2016-04-19 22:30:02 +02:00
ismagom 90ee1ba73b Fixed VOLK compiler definitions. Reduced track sync window 2016-04-19 13:42:42 +02:00
Paul Sutton af85656096 Merge branch 'cmake_restructure' into test_merge 2016-04-18 10:31:16 +01:00
Paul Sutton 47eb847913 cleanups for cmake files, fixes to linker errors 2016-04-18 10:17:23 +01:00
Alexey Kreschuk c1144325c6 Update FindMATLAB.cmake
There are two problems with `readlink`:
1) it might give a path relative to the symlink location,
2) if matlab bin directory is in $PATH it will yield nothing.
The use of `realpath` solves both of them.
2016-04-15 16:36:50 +03:00
ismagom d6f27327a9 Updated version to 1.2 2016-03-01 09:33:20 +01:00
Paul Sutton cafb8e1ab0 Increasing version number for next branch 2015-12-18 11:55:44 +00:00
Paul Sutton 7fbb961d67 Merge branch 'master' into next 2015-12-17 17:57:44 +00:00
Paul Sutton ba0fecfb96 Minor fix for BuildMEX 2015-12-17 17:54:08 +00:00
Ismael Gomez 350842062a Fixed compilation for different boards 2015-12-10 21:07:00 +01:00
ismagom ba5b14ee3d Renamed CUHD module to RF. Added bladeRF module to CMake 2015-12-07 18:06:56 +01:00
Paul Sutton 83af2f9cd1 Adding to version checking macros 2015-11-13 18:30:54 +00:00
Paul Sutton 6ceda2a4de Added basic versioning 2015-11-13 16:08:36 +00:00
Paul Sutton 3bfd54be3b Fixes for FindVolk so that includes are found correctly 2015-11-10 11:26:30 +00:00
ismagom cea96ce53c Fixed tx_rate in pdsch_enodeb. Added option to compile with standard rates 2015-11-05 11:33:15 +00:00
ismagom 4b493150a5 Fixed deprecated dereference in checkfunctionexistsmath.cmake 2015-10-28 09:58:34 +01:00
ismagom 309791cc61 Try_compile() based CMAKE SSE checking 2015-10-16 11:48:59 +02:00
ismagom c64882d9c2 Merge branch 'master' into tdec 2015-10-16 11:05:42 +02:00
ismagom cd971bc15e Conditional SSE compilation 2015-10-16 11:05:23 +02:00