Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / tests @ 4b42ab55

Name Size
.gitignore 374 Bytes
Makefile.am 2.8 kB
benchmark_dotprod 1.1 kB
benchmark_dotprod_ccc.cc 3.7 kB
benchmark_dotprod_ccf.cc 3.6 kB
benchmark_dotprod_fcc.cc 3.6 kB
benchmark_dotprod_fff.cc 3.6 kB
benchmark_dotprod_fsf.cc 3.6 kB
benchmark_dotprod_scc.cc 3.6 kB
benchmark_nco.cc 4.8 kB
benchmark_vco.cc 3.8 kB
nco_results 1.9 kB
test_all.cc 1.5 kB
test_atsc.cc 1.3 kB
test_buffers.py 5.1 kB
test_filter.cc 1.3 kB
test_general.cc 1.3 kB
test_runtime.cc 1.3 kB
test_vmcircbuf.cc 1.3 kB

Latest revisions

# Date Author Comment
606681bd 01/23/2011 08:21 pm Tom Rondeau

Needed to specify the use of boost::filesystem library.

cc4b7aa8 01/22/2011 08:05 pm Tom Rondeau

Merge branch 'mergeme/math/explicit_type_overloads' 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....

e4d3b484 01/18/2011 12:45 am Josh Blum

math explicit type overloads:

Use explicit data type casts in math functions where the overloaded function could not be determined.

affects msvc

2073fa2c 01/06/2011 03:27 pm Tom Rondeau

Merge branch 'master' into next

  • master:
    Fixed error in the name of the test_filter output files.
98a3a1ce 01/06/2011 03:26 pm Tom Rondeau

Fixed error in the name of the test_filter output files.

d692a41f 11/25/2010 01:29 am Eric Blossom

Major Makefile.am housecleaning. Passes distcheck.

Move all occurrences of swig_built_sources out of Makefile.am's.
Move all SWIG related use of BUILT_SOURCES out of Makefile.am's.
Clean up 'if PYTHON' conditionalization in gr-*

Still left to do: fix Makefile.swig CLEANFILES and no_dist_files...

2b8bd0d2 10/02/2010 09:16 pm Tom Rondeau

Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests.
This also adds a new utility gr_unittests.h, which sets up the path for output files.

036a42c0 09/30/2010 08:08 pm Tom Rondeau

Adding an XML outputter for the CPP Unit tests. This is to a) store the output information but also b) for integration with Hudson for logging and displaying the results during the build stages. This only covers a few cases so far and I need to define a better place to save the output files.

View revisions

Also available in: Atom