summaryrefslogtreecommitdiff
path: root/cmake/Modules/GrSwig.cmake
AgeCommit message (Collapse)Author
2013-09-15gr: added util hooks for GR_MOAR_LIBRARIESJosh Blum
2012-12-04swig: tweaks for swig makedependJosh Blum
* only search %include/import in .i files * when in regular headers use #include * stop adding all inc paths when file found
2012-12-01Revert "Force swig compile ordering in gnuradio-core"Johnathan Corgan
This reverts commit 86dd49f2b301fdd7e817632eeb2dcaf25c86af4c.
2012-12-01cmake: fix typo in cmake swig moduleJohnathan Corgan
2012-07-03Merge branch 'maint'Johnathan Corgan
Conflicts: gruel/src/swig/CMakeLists.txt
2012-07-03cmake: minor tweaks to GrSwig.cmakeJosh Blum
Added a custom print for docstring generation Removed unused output line from custom command
2012-07-03Force swig compile ordering in gnuradio-coreJosh Blum
2012-07-03swig: use add_custom_target for swig docs dependencyJosh Blum
This seems to fix the build dependency issue where generation gets called multiple times and steps on itself.
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2012-01-03build: not going to work. Removing changes to cmake files and no sync call.Tom Rondeau
2012-01-03build: maybe towards a better way of getting Doxygen docstrings to build ↵Tom Rondeau
with -jN.
2011-12-30gr: sync the filesystem before python can parse doxygenJosh Blum
2011-12-11docs: fixed ending of if statement.Tom Rondeau
2011-12-11docs: if DOXYGEN_ENABLE is false, don't build the swigdocs, either.Tom Rondeau
2011-11-16work on swig docs, added to core and digitalJosh Blum
2011-11-08cmake: tweaks for swig generation moduleJosh Blum
Also use deprecated python inc dirs variable to support older systems. Add current binary and source dir to include paths for dependency searcher.
2011-11-05cmake: tweaks to swig gen and updated howto modulesJosh Blum
2011-11-05cmake: make the swig cxx file gen depend on the specified targetsJosh Blum
made a handy helper macro in grmisc to make this simpler
2011-11-04cmake: fixed up swig deps properly for make -j*Josh Blum
Also took the time to fix up the swig index file generation. This may have not-been auto-regenerating before as well.
2011-11-03cmake: created macro for libtool gen and disabled by defaultJosh Blum
2011-10-25cmake: only make libtool file when libtool foundJosh Blum
2011-10-25build: build .la files for swig'd libraries.Tom Rondeau
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-09-29swig: added comments + fun w/ regexpsJosh Blum
2011-09-29swig: added python script to auto-extract dependenciesJosh Blum
2011-07-24cmake: changed module include guards to model after builtin cmake modulesJosh Blum
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum