[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/jblum branch, fix_int_to_float, cre
From: |
git version control |
Subject: |
[Commit-gnuradio] git://gnuradio.org/jblum branch, fix_int_to_float, created. fa800606b6ac84e2cab353e1acb590847a4429d2 |
Date: |
Mon, 24 Oct 2011 17:31:02 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/jblum".
The branch, fix_int_to_float has been created
at fa800606b6ac84e2cab353e1acb590847a4429d2 (commit)
- Log -----------------------------------------------------------------
commit fa800606b6ac84e2cab353e1acb590847a4429d2
Author: Josh Blum <address@hidden>
Date: Mon Oct 24 10:28:21 2011 -0700
core: fix int to float with boost long-long round
Was failing QA tests in MSVC 32 bit.
Believes boost llround to be a better solution.
commit e9f4580047977cd319d1991060e2d78f15f27f8f
Author: Josh Blum <address@hidden>
Date: Mon Oct 24 10:02:55 2011 -0700
qtgui: fixed typo for name of export define
This was a typo, but it was ok before the library fubar
because the define was explicitly set.
Now that things are more automatic,
it needs to follow convention.
commit 645ad4ae1423926f0fb893bbb5d3463b2c17623a
Author: Tom Rondeau <address@hidden>
Date: Mon Oct 24 11:34:55 2011 -0400
core: really fixed this on 32-bit machines (actually tested). Forced to
promote to a 64-bit int to handle the overflow, so this is going to take a hit
on 32-bit machines.
commit c2908fcffe42589a63bcfc63718454965fdec12b
Author: Tom Rondeau <address@hidden>
Date: Mon Oct 24 00:44:37 2011 -0400
docs: distribute doxygen logo file.
commit 2cc26e4d8b835683ff0289e3cea2e2120738cf2a
Author: Tom Rondeau <address@hidden>
Date: Mon Oct 24 00:19:16 2011 -0400
core: fixed float_to_int for 32-bit machines.
commit acd378df821766371f6ea8673e0eabee6cbf3223
Author: Philip Balister <address@hidden>
Date: Sun Oct 23 22:13:03 2011 -0400
Remove checks for OpenGL from configure.
Signed-off-by: Philip Balister <address@hidden>
commit 722dab931587258ae2963a937d003b2f6b3b4105
Author: Philip Balister <address@hidden>
Date: Fri Apr 29 15:09:16 2011 -0400
qr-qtgui-sink : Set lower limit of FT size to 256 from 1024.
Signed-off-by: Philip Balister <address@hidden>
commit 639e14e2a563215eae3f0e5608091d816bfb6f9c
Author: Philip Balister <address@hidden>
Date: Fri Apr 29 14:51:07 2011 -0400
qtqui-sink : Do not run the FFT unless updating the display.
Signed-off-by: Philip Balister <address@hidden>
commit ead053858d4f8e2c3f258c09f65f6fe59d404deb
Merge: c63bb24 faf7dea
Author: Tom Rondeau <address@hidden>
Date: Sun Oct 23 21:11:08 2011 -0400
Merge branch 'cmake_foo2'
commit c63bb2453d9d0e0fc63de9eb9ce54249abacedd1
Merge: 469cb5f 9b58dc9
Author: Tom Rondeau <address@hidden>
Date: Sun Oct 23 21:10:59 2011 -0400
Merge branch 'master' of gnuradio.org:gnuradio
commit faf7dea043728056bed5a7eb0529162eb7d9f932
Author: Josh Blum <address@hidden>
Date: Sun Oct 23 15:43:03 2011 -0700
the libraries
commit 469cb5fd92ca7d1899e64b011d371f04e8830911
Author: Tom Rondeau <address@hidden>
Date: Sun Oct 23 17:52:13 2011 -0400
core: Making gnuradio-core dependent on Volk. This means you HAVE to have
Volk build in order to build GNU Radio. Volk is now a 'first-class citizen.'
commit 529e942f6456d45c957fe8248e7621c956c5f2f1
Author: Tom Rondeau <address@hidden>
Date: Sun Oct 23 17:22:25 2011 -0400
core: added a test for float_to_int overflow clipping.
commit 7112e308a6b0b84387c73460c4c8d1e8ff9f3b5a
Author: Tom Rondeau <address@hidden>
Date: Sun Oct 23 17:12:32 2011 -0400
core: Added type conversion int->float (issue #192). Added with a gri file
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.
commit 9b58dc91c0bf5a87128a24d8e22a8e19aa974c9f
Author: Josh Blum <address@hidden>
Date: Sat Oct 22 13:29:44 2011 -0700
cmake: make python checks optional for cross builds
commit 27fb36ed7b07b5055b47ae5509235acf816094e3
Author: Josh Blum <address@hidden>
Date: Sun Oct 23 10:59:22 2011 -0700
cmake: removed problematic/unused parsing of git describe
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.
commit fea70a9c312ebf9cfcf8b5ddb60db3b6a3004248
Author: Johnathan Corgan <address@hidden>
Date: Sat Oct 22 14:16:13 2011 -0700
build: update version to 3.5.0git
commit 9bdb16e9e618943daaf61e256b087ac91504872e
Merge: d13928b 64afdec
Author: Johnathan Corgan <address@hidden>
Date: Sat Oct 22 14:07:02 2011 -0700
Merge branch 'master' into next
Use merge strategy '-s ours' to skip version change on master
commit 64afdec6d5db9f85c5db0a923d6fc3f54441e74f
Author: Johnathan Corgan <address@hidden>
Date: Sat Oct 22 14:05:38 2011 -0700
build: update revision to 3.4.2git
commit d13928b6520b10f4f3c17283315394d0fe5d8d60
Merge: 8862a01 2382e38
Author: Johnathan Corgan <address@hidden>
Date: Sat Oct 22 13:49:46 2011 -0700
Merge branch 'master' into next
Use merge strategy '-s ours' to skip version change on master
commit 2382e38aa96922fb9b9e577490d561775c8ae392
Author: Johnathan Corgan <address@hidden>
Date: Sat Oct 22 13:24:28 2011 -0700
build: update version to 3.4.2 (release)
commit 8862a015e320b6c08e6836fe75322005ba4a9dda
Merge: da55633 262d3e6
Author: Johnathan Corgan <address@hidden>
Date: Sat Oct 22 13:23:38 2011 -0700
Merge branch 'master' into next
commit 262d3e6b67ef9731a1dec276fb550be4f91b73d2
Author: Johnathan Corgan <address@hidden>
Date: Sat Oct 22 13:19:23 2011 -0700
build: update config.{guess,sub} from canonical source
commit da5563356afe3f50eb2560b5106a81776da7a43f
Merge: 1468be3 31268cf
Author: Tom Rondeau <address@hidden>
Date: Sat Oct 22 14:25:13 2011 -0400
Merge remote branch 'jblum/cmake_fixes' into next
commit 1468be3299036606b678664ba84d0c0870266c9c
Author: Tom Rondeau <address@hidden>
Date: Sat Oct 22 12:05:08 2011 -0400
docs: don't need to distribute README files in docs component. Just the
install path.
commit 55dfc072f20a9a698259cb1db2242918a031f37b
Merge: 59c90da 8820891
Author: Tom Rondeau <address@hidden>
Date: Fri Oct 21 20:26:16 2011 -0400
Merge branch 'next' of gnuradio.org:gnuradio into next
commit 59c90da32afc7c9f71ee5a2e5db89cf978a9ad84
Author: Tom Rondeau <address@hidden>
Date: Fri Oct 21 19:43:35 2011 -0400
uhd: added some documentation to the UHD main page on standard option
parser options and creating a source and setting the parameters.
commit d053db2aec8fe9640f7a33b6804d68281c02f820
Author: Tom Rondeau <address@hidden>
Date: Fri Oct 21 19:43:05 2011 -0400
uhd: added subdevspec option to UHD examples and sets antenna based on
option.
commit f896ce03e8fbe6baf18ea7b6e5bbe74f7e67c25a
Author: Tom Rondeau <address@hidden>
Date: Fri Oct 21 19:04:06 2011 -0400
digital: added subdevspec option to digital UHD examples.
commit 3e7ca8bfb95658dd9204e1d859e572b82e3b80d4
Author: Tom Rondeau <address@hidden>
Date: Fri Oct 21 18:51:07 2011 -0400
uhd: fixing uhd apps to take a subdev spec; also changing to more general
uhd parameter of 'args' instead of 'address' which defaults to the first uhd
dev found.
commit fef8376c0be52cf065b59925abe69209bdcfc1ee
Author: Tom Rondeau <address@hidden>
Date: Fri Oct 21 18:07:49 2011 -0400
docs: Removing some more unnecessary stuff.
commit 29299eb3ddadbbbe782127a24e314bbb349422fe
Author: Tom Rondeau <address@hidden>
Date: Fri Oct 21 18:06:47 2011 -0400
docs: updating documentation. More build instructions/information in
Doxygen. Added logo to doxygen manual, too.
commit e57c8a4f2c1846211c01583feeeb931cc98e8ff9
Author: Tom Rondeau <address@hidden>
Date: Fri Oct 21 17:23:41 2011 -0400
docs: Fixed the include path to always find the right path.
commit 31268cfb68965dbcf3df4912059f0c5b6d744626
Author: Josh Blum <address@hidden>
Date: Fri Oct 21 12:40:43 2011 -0700
core: runtime.i dont include gr_tag.i, avoids pmt dependency
commit 9789365e056ccf1373a59f0e63f6f94f83f5073f
Author: Josh Blum <address@hidden>
Date: Thu Oct 20 22:38:57 2011 -0700
tags: added swigging for gr_tags header
commit 7b1c5abe410470d25e49d0dadd265c430aaca1ec
Author: Josh Blum <address@hidden>
Date: Thu Oct 20 22:36:24 2011 -0700
pmt: fix #446 by putting pmt swig into namespace
commit e44d194f944aa0a66a543286a36fa05c34c4db3e
Author: Josh Blum <address@hidden>
Date: Thu Oct 20 19:49:00 2011 -0700
cmake: more tweaks for version extraction when git not found
commit 1c95e89b0eafe063770ff98ee09f566843d1a68c
Author: Josh Blum <address@hidden>
Date: Thu Oct 20 18:58:05 2011 -0700
cmake: parse the version.sh and git describe to model the m4 files
commit dd41a603b923092fb08595f88b036d0677e5e6d4
Author: Josh Blum <address@hidden>
Date: Thu Oct 20 15:15:08 2011 -0700
misc fix missing installed files/tweaks
commit 882089131a00da2475d4e843ff203b2e474ff6ed
Author: Tom Rondeau <address@hidden>
Date: Thu Oct 20 14:48:47 2011 -0700
docs: installing README files.
commit f4ed279bba9924bf63b9b883906e7c83887fb3fe
Author: Josh Blum <address@hidden>
Date: Thu Oct 20 14:40:15 2011 -0700
utils: added cmake support for the gr-utils
commit dfe18fee44d1c03af186aeacd2adc97b6b129297
Author: Josh Blum <address@hidden>
Date: Thu Oct 20 14:15:25 2011 -0700
volk: give priority to generated includes (helps with dirty tree)
commit ab6f8142da17ee70effd469f20a41821b4bc4513
Author: Josh Blum <address@hidden>
Date: Thu Oct 20 14:00:14 2011 -0700
removes gcc warning, dont need symbol export on plain c structs
commit c643c9b022ef9c8afd4d32f91927f120a92b2ead
Merge: 9925e69 793e907
Author: Tom Rondeau <address@hidden>
Date: Thu Oct 20 12:15:04 2011 -0700
Merge branch 'next' of gnuradio.org:gnuradio into next
commit 9925e69cdaedbcf373145199355d655880e65cdc
Author: Tom Rondeau <address@hidden>
Date: Thu Oct 20 12:13:54 2011 -0700
build: fixed missing file in Makefile.am.
commit 793e9070ce7d88b818b3f4d8809a07fdf50afda0
Author: Josh Blum <address@hidden>
Date: Thu Oct 20 11:28:14 2011 -0700
filter: fixed x86 checking logic when not x86
commit 873fae042f658c68bc3e9aea0ba3d86603414848
Merge: 8dec45a d9545ca
Author: Tom Rondeau <address@hidden>
Date: Thu Oct 20 11:20:03 2011 -0700
Merge branch 'next' of gnuradio.org:gnuradio into next
commit 8dec45ada7e92f425a876494d5daf85fd3825e98
Author: Tom Rondeau <address@hidden>
Date: Thu Oct 20 11:19:33 2011 -0700
core: fixing AM_CPPFLAGS in viterbi/Makefile.am
commit b82f5bd2a53ec0f8973c0057410c784cc7771943
Author: Tom Rondeau <address@hidden>
Date: Thu Oct 20 11:04:00 2011 -0700
vocoder: fixed signed/unsigned warning.
commit ccfac187cf86122be5760cb1e2a0bba3a58821c7
Author: Tom Rondeau <address@hidden>
Date: Thu Oct 20 10:46:35 2011 -0700
volk: fixed signed/unsigned comparison warnings.
-----------------------------------------------------------------------
hooks/post-receive
--
git://gnuradio.org/jblum
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/jblum branch, fix_int_to_float, created. fa800606b6ac84e2cab353e1acb590847a4429d2,
git version control <=