[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r11455 - gnuradio/branches/developers/jcorgan/pmt-grue
From: |
jcorgan |
Subject: |
[Commit-gnuradio] r11455 - gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib |
Date: |
Sun, 19 Jul 2009 18:12:06 -0600 (MDT) |
Author: jcorgan
Date: 2009-07-19 18:12:05 -0600 (Sun, 19 Jul 2009)
New Revision: 11455
Modified:
gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/
gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/Makefile.am
gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/generate_unv.py
gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/pmt_int.h
gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/qa_pmt_prims.cc
gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/unv_template.h.t
Log:
libgruel compiles
Property changes on:
gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib
___________________________________________________________________
Modified: svn:ignore
- Makefile
Makefile.in
.libs
.deps
+ Makefile
Makefile.in
.libs
.deps
test_pmt
qa_pmt_unv.cc
qa_pmt_unv.h
pmt_unv_int.h
pmt_serial_tags.h
pmt_unv.cc
stamp-sources-generate
Modified:
gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/Makefile.am
===================================================================
--- gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/Makefile.am
2009-07-18 03:08:46 UTC (rev 11454)
+++ gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/Makefile.am
2009-07-20 00:12:05 UTC (rev 11455)
@@ -80,6 +80,8 @@
# Build the qa code into its own library
+noinst_LTLIBRARIES = libpmt-qa.la
+
libpmt_qa_la_SOURCES = \
qa_pmt.cc \
qa_pmt_prims.cc \
@@ -89,7 +91,7 @@
libpmt_qa_la_LDFLAGS = $(NO_UNDEFINED) -avoid version
libpmt_qa_la_LIBADD = \
- libpmt.la \
+ libgruel.la \
$(CPPUNIT_LIBS) \
-lstdc++
Modified:
gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/generate_unv.py
===================================================================
---
gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/generate_unv.py
2009-07-18 03:08:46 UTC (rev 11454)
+++
gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/generate_unv.py
2009-07-20 00:12:05 UTC (rev 11455)
@@ -84,6 +84,8 @@
#include <cppunit/TestAssert.h>
#include <gruel/pmt.h>
#include <stdio.h>
+
+using namespace gruel;
"""
Modified: gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/pmt_int.h
===================================================================
--- gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/pmt_int.h
2009-07-18 03:08:46 UTC (rev 11454)
+++ gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/pmt_int.h
2009-07-20 00:12:05 UTC (rev 11455)
@@ -1,6 +1,6 @@
/* -*- c++ -*- */
/*
- * Copyright 2006 Free Software Foundation, Inc.
+ * Copyright 2006,2009 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
Modified:
gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/qa_pmt_prims.cc
===================================================================
---
gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/qa_pmt_prims.cc
2009-07-18 03:08:46 UTC (rev 11454)
+++
gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/qa_pmt_prims.cc
2009-07-20 00:12:05 UTC (rev 11455)
@@ -26,6 +26,8 @@
#include <stdio.h>
#include <sstream>
+using namespace gruel;
+
void
qa_pmt_prims::test_symbols()
{
Modified:
gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/unv_template.h.t
===================================================================
---
gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/unv_template.h.t
2009-07-18 03:08:46 UTC (rev 11454)
+++
gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib/unv_template.h.t
2009-07-20 00:12:05 UTC (rev 11455)
@@ -3,8 +3,6 @@
// address@hidden@vector
////////////////////////////////////////////////////////////////////////////
-namespace gruel {
-
class address@hidden@vector : public pmt_uniform_vector
{
std::vector< @TYPE@ > d_v;
@@ -23,5 +21,3 @@
const void *uniform_elements(size_t &len);
void *uniform_writable_elements(size_t &len);
};
-
-} /* namespace gruel */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r11455 - gnuradio/branches/developers/jcorgan/pmt-gruel/gruel/src/lib,
jcorgan <=