[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 12/16: Merge branch 'maint'
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 12/16: Merge branch 'maint' |
Date: |
Sun, 16 Feb 2014 21:11:21 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a commit to branch master
in repository gnuradio.
commit a7c7324edfa4e04cfc9415d53081367780ba92d9
Merge: 4c90837 e1f860c
Author: Tom Rondeau <address@hidden>
Date: Sun Feb 16 11:45:06 2014 -0500
Merge branch 'maint'
gr-digital/examples/ofdm/rx_ofdm.grc | 518 +++++++++++++--------
gr-digital/grc/digital_block_tree.xml | 1 -
gr-digital/grc/digital_bytes_to_syms.xml | 20 -
gr-qtgui/lib/spectrumdisplayform.ui | 1 -
.../python/modtool/gr-newmod/lib/CMakeLists.txt | 6 +
.../python/modtool/gr-newmod/swig/CMakeLists.txt | 8 +
6 files changed, 327 insertions(+), 227 deletions(-)
diff --cc gr-utils/python/modtool/gr-newmod/lib/CMakeLists.txt
index 05e1fcf,a535ead..6192c51
--- a/gr-utils/python/modtool/gr-newmod/lib/CMakeLists.txt
+++ b/gr-utils/python/modtool/gr-newmod/lib/CMakeLists.txt
@@@ -28,16 -28,16 +28,22 @@@ link_directories(${Boost_LIBRARY_DIRS}
list(APPEND howto_sources
)
+ set(howto_sources "${howto_sources}" PARENT_SCOPE)
+ if(NOT howto_sources)
+ MESSAGE(STATUS "No C++ sources... skipping lib/")
+ return()
+ endif(NOT howto_sources)
+
add_library(gnuradio-howto SHARED ${howto_sources})
-target_link_libraries(gnuradio-howto ${Boost_LIBRARIES}
${GNURADIO_RUNTIME_LIBRARIES})
+target_link_libraries(gnuradio-howto ${Boost_LIBRARIES}
${GNURADIO_ALL_LIBRARIES})
set_target_properties(gnuradio-howto PROPERTIES DEFINE_SYMBOL
"gnuradio_howto_EXPORTS")
+if(APPLE)
+ set_target_properties(gnuradio-howto PROPERTIES
+ INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib"
+ )
+endif(APPLE)
+
########################################################################
# Install built library files
########################################################################
- [Commit-gnuradio] [gnuradio] 08/16: Merge remote-tracking branch 'nwest/volk-regex', (continued)
- [Commit-gnuradio] [gnuradio] 08/16: Merge remote-tracking branch 'nwest/volk-regex', git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 01/16: volk: add regex option to profile, git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 09/16: Merge remote-tracking branch 'mbant/hpd-timing2', git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 02/16: digital: HPD now supports time- and other special tags, can mark rx-time of packets, git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 11/16: Merge remote-tracking branch 'riatsila/patch-3', git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 04/16: grc: For "No GUI" option, you can now choose which terminal type you like, git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 13/16: logger: setup logger for the tpb scheduler; fixes a swig issue when logger is not present., git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 03/16: digital: HPD consume-behaviour adapted to allow for trigger jitter, git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 10/16: Merge remote-tracking branch 'gnuradio-wg-grc/grc_config_xterm', git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 06/16: grc: format xml fail msg to support python 2.6, git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 12/16: Merge branch 'maint',
git <=
- [Commit-gnuradio] [gnuradio] 14/16: blocks: random_pdu (speedup, also allow a byte mask), message_strobe_random (new block, send messages with a known timing distribution), git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 16/16: Merge branch 'maint', git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 15/16: blocks: random_pdu (allow specifying the length modulo for random pdu lengths), git, 2014/02/16