Carles Fernandez
|
eecfd10875
|
Replace C-style casts by C++ casts
|
2017-08-19 20:05:52 +02:00 |
|
Carles Fernandez
|
61f8df3586
|
Replace some C-style cast by static_cast<>()
See https://stackoverflow.com/questions/1609163/what-is-the-difference-between-static-cast-and-c-style-casting
|
2017-08-18 12:45:47 +02:00 |
|
Carles Fernandez
|
9bfef0e05a
|
Fix CMake scripts to use Ninja https://ninja-build.org/
cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -GNinja .. && ninja
|
2017-06-21 08:54:47 +02:00 |
|
mmajoral
|
9a7bd7ffb4
|
adopted code style + did some code refactoring
|
2017-06-08 17:29:45 +02:00 |
|
mmajoral
|
b89f718f20
|
updated checklists and removed a debug printout
|
2017-05-31 10:08:34 +02:00 |
|
mmajoral
|
90ac5938dc
|
all the class elements are initialized in the constructor
|
2017-05-24 10:03:58 +02:00 |
|
mmajoral
|
cbe20c0920
|
refactoring code
|
2017-05-18 17:10:28 +02:00 |
|
Carles Fernandez
|
76c3f7b3b5
|
Remove blank lines
|
2017-05-09 11:47:37 +02:00 |
|
Carles Fernandez
|
74f08ede2f
|
Remove some warnings
|
2017-05-08 23:03:42 +02:00 |
|
mmajoral
|
de2043ca00
|
cleaned the acquisition code that runs in the Zynq SoC, cleaned some tracking files that run in the Zynq SoC as well.
|
2017-05-08 17:03:27 +02:00 |
|
mmajoral
|
28058000de
|
set up the receiver to work with the FPGA
|
2017-05-05 17:08:49 +02:00 |
|
mmajoral
|
9195740d8a
|
acquisition gps unit test for the FPGA. The code is currently being cleaned
|
2017-05-05 16:14:27 +02:00 |
|