aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* master: updating version to be 3.9.0.0-gitMarcus Müller2019-08-101-2/+2
* Release 3.8.0.0v3.8.0.0Marcus Müller2019-08-091-1/+1
* Change /MP and /bigobj to compile_options for Ninja compatibility.Ryan Volz2019-07-251-2/+2
* Release Candidate 3.8.0.0-rc2v3.8.0.0-rc2Marcus Müller2019-07-201-1/+1
* Release Candidate 3.8.0.0-rc1v3.8.0.0-rc1Marcus Müller2019-07-181-2/+2
* Purge gr-comedi and all references to it from mainline GNU RadioMarcus Müller2019-07-171-1/+0
* Set grc Python3 min ver to 3.6.5, Py2 min ver to 2.7.6Marcus Müller2019-07-171-2/+2
* Renaming the VERSION_INFO_* to VERSION_ macros consistent w/ VERSIONINGMarcus Müller2019-07-171-4/+4
* grc: added url to wiki page for each block in docs tabMarc L2019-07-171-0/+3
* cmake: deps: Bump min Python version to 3.6Martin Braun2019-07-131-1/+1
* cmake: Enable CMAKE_EXPORT_COMPILE_COMMANDSJohannes Schmitz2019-05-111-0/+3
* cmake: The WARNING mode to message() needs to be capitalized.Ron Economos2019-04-211-2/+2
* newmod: update templates for new target syntaxAndrej Rode2019-03-041-7/+10
* cmake: Update to modern CMake usageAndrej Rode2019-03-041-28/+31
* CMake: Defines compiler version for MSVCgnieboer2019-01-231-0/+2
* cmake: remove obsolete code.Johannes Demel2019-01-011-6/+0
* fixup! cmake: Only go into grc/ subdirs when ENABLE_GRC=ONMartin Braun2018-12-301-1/+1
* CMake: Reduce Boost Minimum Version from 1.54 to 1.53Marcus Müller2018-12-151-1/+1
* cmake: Bump minimum version of CMake to 3.5.1Martin Braun2018-12-141-2/+2
* Introduce MSVC version check; bump required version to 1800 (VS15)Marcus Müller2018-11-171-15/+3
* cmake: replace 'CMAKE_COMPILER_IS_GNUCXX' with CMAKE_CXX_COMPILER_IDMichael Dickens2018-11-171-7/+8
* cmake: when looking for Clang in CMAKE_CXX_COMPILER_ID, use MATCHESMichael Dickens2018-11-161-2/+2
* cmake: adhere to the new behaviour of CMP0026 policyAndrej Rode2018-10-281-1/+1
* cmake: Error out if Log4Cpp is not foundAndrej Rode2018-10-231-1/+1
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-116/+74
|\
| * Merge branch 'next_python3' into nextMarcus Müller2018-06-251-15/+17
| |\
| | * Bumping minimal SWIG version to 3.0.8Marcus Müller2018-06-251-1/+1
| | * Merge branch 'python3_fix' into nextAndrej Rode2018-06-241-5/+7
| | |\
| | | * Merge branch 'next' into python3Johnathan Corgan2017-09-221-0/+6
| | | |\
| | | * \ Merge branch 'next' into python3Johnathan Corgan2017-09-211-5/+5
| | | |\ \
| | | * \ \ Merge branch 'next' into python3Johnathan Corgan2017-09-211-21/+37
| | | |\ \ \
| | | * \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-08-141-4/+4
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-07-131-0/+3
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-05-011-0/+6
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-04-171-1/+2
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-04-121-1/+1
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-04-031-5/+5
| | | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-03-261-43/+97
| | | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-03-161-2/+4
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-2/+7
| * | | | | | | | | | | | | | cmake: unify set() -> SET()Andrej Rode2018-02-171-51/+51
| * | | | | | | | | | | | | | fixup! cmake: C++11 is required for all, remove special caseAndrej Rode2018-02-171-1/+1
| * | | | | | | | | | | | | | cmake: turn off C/CXX extensions by defaultAndrej Rode2018-02-071-0/+3
| * | | | | | | | | | | | | | cmake: C++11 is required for all, remove special caseAndrej Rode2018-02-071-13/+1
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Merge branch 'master' into nextMartin Braun2018-02-031-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' into nextJohnathan Corgan2017-09-221-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | cmake: force C++11 after cppunit fixJohnathan Corgan2017-09-211-5/+5
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | cmake: Fix for CppUnit and C++11Michael Dickens2017-08-161-21/+37
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' into nextJohnathan Corgan2017-08-141-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' into nextJohnathan Corgan2017-07-131-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |