John Abraham <john.abraham.in@gmail.com> [Thu, 15 Aug 2013 09:48:40 -0700] rev 10149
Bug 1190 - Suppress hello if bcast was sent within the last hello interval
Tommaso Pecorella <tommaso.pecorella@unifi.it> [Sat, 13 Jul 2013 15:31:12 +0200] rev 10148
Spectrum model documetation placeholder
Peter D. Barnes, Jr. <barnes26@llnl.gov> [Wed, 14 Aug 2013 14:12:38 -0700] rev 10147
Fix Bug 1687: wscript features report doesn't respect NOCOLOR
Peter D. Barnes, Jr. <barnes26@llnl.gov> [Wed, 14 Aug 2013 13:31:46 -0700] rev 10146
Update RELEASE_NOTES with Bug 1738
Peter D. Barnes, Jr. <barnes26@llnl.gov> [Wed, 14 Aug 2013 12:56:31 -0700] rev 10145
Silence erroneous strict alias warning from a gcc 4.4 bug
Casting \c (void*) triggers a strict alias warning bug
in gcc 4.4 (see \bugid{1738}).
In the murmur3 code, data is returned by
\code
void Function (... , void * out)
{
...
*(uint32_t *)out = ...
}
\endcode
which triggers the erroneous warning.
We suppress strict-alias warnings in this compilation unit.
(gcc 4.4 doesn't support the <tt>diagnostic push/pop</tt> pragmas,
so we can't narrow down the suppression any further.)
Vedran Miletić <rivanvx@gmail.com> [Wed, 14 Aug 2013 12:21:20 +0200] rev 10144
Remove unused wifiMode variable, fix build
Alexander Afanasyev <alexander.afanasyev@ucla.edu> [Tue, 13 Aug 2013 23:19:31 -0700] rev 10143
[PATCH] core: Extending public interface of CommandLine class
Alexander Afanasyev <alexander.afanasyev@ucla.edu> [Tue, 13 Aug 2013 22:56:39 -0700] rev 10142
bug 1754: add missing GIL lock in generated callback destructor
Tom Henderson <tomh@tomh.org> [Tue, 13 Aug 2013 22:54:45 -0700] rev 10141
update wifi bindings
Tom Henderson <tomh@tomh.org> [Tue, 13 Aug 2013 22:43:08 -0700] rev 10140
remove unimplemented declaration