Statistics
| Branch: | Tag: | Revision:

root @ b3a85a74

Name Size
  config
  docs
  dtools
  gcell
  gnuradio-core
  gnuradio-examples
  gr-atsc
  gr-audio
  gr-comedi
  gr-cvsd-vocoder
  gr-gcell
  gr-gpio
  gr-gsm-fr-vocoder
  gr-howto-write-a-block
  gr-msdd6000
  gr-noaa
  gr-pager
  gr-qtgui
  gr-radar-mono
  gr-radio-astronomy
  gr-run-waveform
  gr-sounder
  gr-trellis
  gr-uhd
  gr-usrp
  gr-usrp2
  gr-utils
  gr-video-sdl
  gr-wxgui
  grc
  gruel
  usrp
  usrp2
  volk
  vrt
.gitattributes 323 Bytes
.gitignore 693 Bytes
AUTHORS 1.1 kB
COPYING 34.3 kB
ChangeLog 955 Bytes
Guile-TODO 2.7 kB
INSTALL 9.1 kB
Makefile.am 1.5 kB
Makefile.common 4.5 kB
Makefile.common.spu 1.3 kB
Makefile.gen.gen 2.7 kB
Makefile.par.gen 2.8 kB
Makefile.swig 7.1 kB
Makefile.swig.gen.t 4.5 kB
NEWS 849 Bytes
README 9.3 kB
README-win32-mingw-short.txt 4 kB
README.building-boost 941 Bytes
README.hacking 10.8 kB
README.ps3 417 Bytes
bootstrap 1.1 kB
config.guess 43.3 kB
config.sub 34.4 kB
configure-cell-cross 1.9 kB
configure.ac 13.2 kB
gnuradio-pkg_chk.conf 2 kB
run_tests.sh.in 3.6 kB
setup_guile_test_env.in 3.9 kB
version.sh 63 Bytes

Latest revisions

# Date Author Comment
b3a85a74 05/09/2011 05:45 pm Josh Blum

gnuradio: revert bootstrap changes

Its so simple, but seems to not work well on some machines.

c40ef84d 05/06/2011 09:27 pm Josh Blum

volk: various backports from MSVC building

1) Added support for __cpuid intrinsic under MSVC

2) Fixed disambiguation for std::abs overload in qa code

3) Fixed bit128 union, the ifdefs were completely wrong

5b4c7d27 05/06/2011 07:41 pm Josh Blum

volk: top-level common header cleanup

Since we already have a volk_common.h,
moved the attributes, API declaration,
and c-linkage macros into volk_common.h

This change removes volk_attributes.h,
in favor of one common include header.
The implementation headers that require...

12413747 05/06/2011 06:25 pm Josh Blum

volk: removed volk_registry.h, it was superseded by the machines

f9f3509d 05/06/2011 06:01 pm Josh Blum

volk: make volk_machine_xxx.cc c-safe

Initialize each machine struct using C constants,
(rather than relying on C++ to copy objects).

Each machine file is far simpler,
because we know what archs are in a machine,
we can generate exactly the right code.
...

701b1c52 05/06/2011 02:02 am Josh Blum

volk: make volk_machines.cc c-safe

Initialize the list of machine structs w/ pointers,
this does not rely on C++ initialization and is smaller.

In addition, rename the file extension to .c so we know its C only.

Interesting note, this also fixes a bug when compiling under MSVC,...

42783746 04/27/2011 05:59 am Josh Blum

gnuradio: support out-of-tree bootstrap

Run bootstrap from any directory and it will work.
The bootstrap script determines the source directory,
and cds into that directory to run each auto* command.

The bootstrap files also print that they are run,
and there is a place to add-in future sub-projects.

a5e2d9e5 04/27/2011 04:55 am Josh Blum

volk: reorganization of generation sources and generated files

All generation sources have been moved to the gen/ subdirectory.
Bootstrap and volk_register.py generate the files into to gen/ subdirectory
in an effort to cleanly separate the static/generated parts of the build tree....

d941ba31 04/27/2011 04:41 am Josh Blum

volk: removed cppunit from the build (not used anymore)

f71d959e 04/18/2011 05:13 pm Nick Foster

Revert some extraneous changes from another branch

View all revisions | View revisions

Also available in: Atom