Statistics
| Branch: | Tag: | Revision:

root / gr-howto-write-a-block / config @ bea38e03

Name Size
.gitignore 142 Bytes
Makefile.am 1.9 kB
acx_pthread.m4 10.8 kB
ax_boost_base.m4 11.1 kB
ax_boost_date_time.m4 837 Bytes
ax_boost_filesystem.m4 1.1 kB
ax_boost_iostreams.m4 1.1 kB
ax_boost_program_options.m4 938 Bytes
ax_boost_python.m4 3.6 kB
ax_boost_regex.m4 824 Bytes
ax_boost_serialization.m4 1 kB
ax_boost_signals.m4 840 Bytes
ax_boost_system.m4 1.1 kB
ax_boost_test_exec_monitor.m4 935 Bytes
ax_boost_thread.m4 1.9 kB
ax_boost_unit_test_framework.m4 979 Bytes
ax_boost_wserialization.m4 1.2 kB
bnv_have_qt.m4 14.2 kB
cppunit.m4 2.8 kB
gr_check_createfilemapping.m4 1.8 kB
gr_check_mc4020.m4 1.2 kB
gr_check_shm_open.m4 1 kB
gr_check_usrp.m4 1.1 kB
gr_doxygen.m4 1.9 kB
gr_fortran.m4 1.3 kB
gr_git.m4 2.1 kB
gr_gprof.m4 2 kB
gr_guile.m4 2.1 kB
gr_lib64.m4 2.8 kB
gr_libgnuradio_core_extra_ldflags.m4 1.4 kB
gr_no_undefined.m4 1.4 kB
gr_omnithread.m4 1.7 kB
gr_pwin32.m4 3.4 kB
gr_python.m4 5.2 kB
gr_require_mc4020.m4 1.1 kB
gr_scripting.m4 1.3 kB
gr_set_md_cpu.m4 3.6 kB
gr_standalone.m4 5 kB
gr_subversion.m4 1.2 kB
gr_swig.m4 3.8 kB
gr_sysv_shm.m4 1.1 kB
gr_version.m4 2.5 kB
lf_cc.m4 1.7 kB
lf_cxx.m4 1.9 kB
lf_warnings.m4 3.9 kB
lf_x11.m4 1.6 kB
mkstemp.m4 1.8 kB
onceonly.m4 2.5 kB
pkg.m4 6.4 kB
usrp_fusb_tech.m4 2.7 kB
usrp_libusb.m4 1.5 kB
usrp_sdcc.m4 2.5 kB

Latest revisions

# Date Author Comment
e30b824e 10/19/2011 10:10 pm Tom Rondeau

Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. Also removes related M4 and dependency requirements for USRP-related libs.

f54dde22 01/22/2011 08:23 pm Tom Rondeau

Merge branch 'mergeme/math/gr_math_simplification' into next

ebb0f56d 01/22/2011 07:54 pm Tom Rondeau

Updating copyright.

05cc02ce 01/18/2011 09:00 am Josh Blum

cleanup mkdir usage with boost filesystem:

Replaced copy/pasted code and MKDIR_TAKES_ONE_ARG #ifdefs
with portable boost filesystem path and directory creation.

Gets the correct home directory on windows systems: APPDATA.
Replaces large amounts of copypasta with single lines of code....

48f9ca90 01/18/2011 12:37 am Josh Blum

gr math simplification:

Replaces gr_gcd, gr_isnan, and gr_signbit one-time instances with boot math calls.
No point in wrapping these utility math functions into gnuradio when they are
1) provided by boost
2) only called once

Removes gr_math.cc, and configure checks for isnan.

59a1eeb1 12/07/2010 04:02 am Eric Blossom

Update comments for --enable-guile, reflecting that it's disabled by default.

cc088ab0 12/07/2010 03:47 am Eric Blossom

Add guile QA code to gr-howto-write-a-block

05a68e2b 12/04/2010 08:42 am Eric Blossom

Fix swig syntax error triggered in python/std_complex.i

6ba2c80c 12/04/2010 08:31 am Eric Blossom

Some piece of this commit triggers a syntax error running swig:

make2: Entering directory `/home/eb/git/wf-exec/gr-howto-write-a-block/swig'
Compile .i to .py
/usr/bin/swig -fvirtual -python -modern -keyword -w511 -outdir . -I/home/eb/git/wf-exec/gr-howto-write-a-block/lib -I/home/eb/install/include/gnuradio -I/home/eb/install/include/gnuradio/swig \...

7a7a4b7a 12/04/2010 07:40 am Eric Blossom

Fix EXTRA_DIST in gr-howto-write-a-block

View revisions

Also available in: Atom