summaryrefslogtreecommitdiff
path: root/gruel/src/swig/CMakeLists.txt
AgeCommit message (Collapse)Author
2013-01-03Reorder SWIG_INCLUDE_DIRSMichael L Dickens
2012-11-28build: set Boost_INCLUDE_DIRS for components (mostly for OSX and Windows).Tom Rondeau
2012-07-03Merge branch 'maint'Johnathan Corgan
Conflicts: gruel/src/swig/CMakeLists.txt
2012-07-03swig: added additional swig dependencies gruel/coreJohnathan Corgan
pmt swig gen depends upon the generated header core depends upon pmt swig custom target Conflicts: gruel/src/swig/CMakeLists.txt
2012-06-22gruel: got rid of inet.h and adjusted only file that depended on itNicholas Corgan
2012-04-07Merge branch 'maint'Tom Rondeau
2012-04-07gruel and howto: install gruel .i files in gruel dest. Howto will use that ↵Tom Rondeau
dir during build. howto under both cmake and autotools can be built off cmake or autotools gnuradio builds.
2012-03-16gruel: created common swig include fileJosh Blum
This work taken from gruel_work_squashed Common swig file includes: * Language independent exception handler * Wrapper for python calls that may block Benefits: * More common swig code, less copy pasta * Wrapper for blocking python calls handles the case where the call throws, python is not left in a bad state
2011-12-04docs: install gruel swig docs and other swig files into include/gruel/swig ↵Tom Rondeau
instead of include/gnuradio/swig.
2011-12-03docs: adding Python docstrings to gruel/pmt in cmake; dummy file make for ↵Tom Rondeau
autotools to build.
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-09-24gruel: added missing pmt swig install ruleJosh Blum
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum