Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-04 | Merge branch 'more_swigness_docs' | Tom Rondeau | |
2011-11-30 | cmake: moved post/pre inst/uinst files | Josh Blum | |
2011-11-30 | cmake: added support for monolithic packaging rpms + debs | Josh Blum | |
2011-11-16 | work on swig docs, added to core and digital | Josh Blum | |
2011-11-16 | docs: grabbed support files from ben's repo and my repo | Josh Blum | |
2011-11-09 | cmake: only rely on target trick when not cross | Josh Blum | |
2011-11-08 | cmake: fix for cmake 2.6 install w/ library fubar mode | Josh Blum | |
2011-11-08 | cmake: tweaks for swig generation module | Josh 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-05 | cmake: tweaks to swig gen and updated howto modules | Josh Blum | |
2011-11-05 | cmake: make the swig cxx file gen depend on the specified targets | Josh Blum | |
made a handy helper macro in grmisc to make this simpler | |||
2011-11-04 | cmake: 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-03 | cmake: created macro for libtool gen and disabled by default | Josh Blum | |
2011-10-25 | cmake: fix for find* scripts | Josh Blum | |
Yes there was a misunderstanding and I read the docs wrong. This change uses the correct lib and inc dirs set by the pkg config macro. http://techbase.kde.org/Policies/CMake_Coding_Style#Writing_CMake_Find-modules | |||
2011-10-25 | Merge remote branch 'jblum/master' | Tom Rondeau | |
2011-10-25 | cmake: adding uninstall rule to remove symlinks, too. | Tom Rondeau | |
I wish this could have been done in a single, compound IF, but cmake didn't like the OR for this one. | |||
2011-10-25 | cmake: generate pyo and pyc files + python install macro work | Josh Blum | |
The generation rules now always generate the pyc and pyo files as one big group per install rule rather than individually. | |||
2011-10-25 | cmake: only make libtool file when libtool found | Josh Blum | |
2011-10-25 | cmake: added toolchain file for arm_cortex_a8_native builds | Josh Blum | |
2011-10-25 | cmake: restored extraction of git describe | Josh Blum | |
why was this removed? | |||
2011-10-25 | cmake: set the enable variable to have parent scope | Josh Blum | |
Basically, this is a bug fix because the caller needs to have the var changed from the user provided value. | |||
2011-10-25 | msvc: fixed rint implementations in config.h | Josh Blum | |
Fixed the rint and rintf functions to work properly. Would love to use boost::math::round implementation, but these functions also get included and used in C. Also added llrint and llrintf just because. | |||
2011-10-25 | qtgui: removed files for dependency on qwtplot3d. We don't use it anymore ↵ | Tom Rondeau | |
and don't have a plan to in the future. | |||
2011-10-25 | build: build .la files for swig'd libraries. | Tom Rondeau | |
2011-10-24 | build: name change because we're not 12 year olds. | Tom Rondeau | |
2011-10-24 | build: making cmake build pyo files during install. | Tom Rondeau | |
2011-10-23 | Merge branch 'cmake_foo2' | Tom Rondeau | |
2011-10-23 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2011-10-23 | the libraries | Josh Blum | |
2011-10-23 | core: Added type conversion int->float (issue #192). Added with a gri file ↵ | Tom Rondeau | |
and also added a gri file for float->int to perform function inside gr_float_to_int. Also added QA code for the new block. | |||
2011-10-23 | cmake: removed problematic/unused parsing of git describe | Josh Blum | |
It became problematic when the git describe output changed to only have the first term before the dash: no rev count or hash. The parsing was copied from gr_git.m4. The result is not used so its ok to remove. | |||
2011-10-20 | cmake: more tweaks for version extraction when git not found | Josh Blum | |
2011-10-20 | cmake: parse the version.sh and git describe to model the m4 files | Josh Blum | |
2011-10-19 | cmake: added conditional check for compiler flags | Josh Blum | |
2011-10-19 | cmake: fix that component depends on component hack | Josh Blum | |
2011-10-19 | cmake: added ability to support -DENABLE_XXX=FORCE | Josh Blum | |
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-09-29 | swig: added comments + fun w/ regexps | Josh Blum | |
2011-09-29 | swig: added python script to auto-extract dependencies | Josh Blum | |
2011-09-21 | core: attempt at fixing up generation logic in gengen (filter, trellis TODO) | Josh Blum | |
2011-09-17 | cmake: modified find files to better follow coding guide | Josh Blum | |
http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/readme.txt?root=CMake&view=markup | |||
2011-09-13 | cmake: added ENABLE_DEFAULT to disable components by default | Josh Blum | |
2011-09-11 | cmake: set the library path for unix machines | Josh Blum | |
2011-08-19 | cmake: put that time.h compat header back (needed w/ benchmark apps on msvc) | Josh Blum | |
2011-08-04 | cmake: specify all the boosts, remove dummy sys/time.h for msvc build | Josh Blum | |
2011-08-03 | cmake: moved unique target macro into python where its used | Josh Blum | |
2011-08-03 | atsc: forgot to add gruel to the list of deps for unit test, also chmod +x ↵ | Josh Blum | |
unix unit test scripts | |||
2011-08-02 | cmake: set plat_specific when determining GR_PYTHON_DIR, this makes it use ↵ | Josh Blum | |
lib64 on rh64 machines | |||
2011-07-29 | cmake: tweaks + fixes for components/packaging | Josh Blum | |
2011-07-28 | cmake: added -ldl flag to cppunit when pkg config is used | Josh Blum | |
2011-07-28 | cmake: be a little more robust when checking source code version | Josh Blum | |