Displaying 14 results from an estimated 14 matches for "gutmans".
Did you mean:
gutmann
2014 Nov 06
2
[PATCH] float_cast: Fix MSVC ARM build
Yeah that's the one.
On Nov 6, 2014 1:23 PM, "Tristan Matthews" <le.businessman at gmail.com> wrote:
> On Thu, Nov 6, 2014 at 4:20 PM, Cameron Gutman <aicommander at gmail.com>
> wrote:
> > _WIN32, WIN32, WIN64, and _WIN64 are the wrong definitions to be gating
> this
> > on in the first place. They aren't at all meant to be x86/x86-64
>
2014 Nov 06
0
[PATCH] float_cast: Fix MSVC ARM build
Is there any consensus on what's the correct fix here?
Jean-Marc
On 06/11/14 04:26 PM, Cameron Gutman wrote:
> Yeah that's the one.
>
> On Nov 6, 2014 1:23 PM, "Tristan Matthews" <le.businessman at gmail.com
> <mailto:le.businessman at gmail.com>> wrote:
>
> On Thu, Nov 6, 2014 at 4:20 PM, Cameron Gutman
> <aicommander at gmail.com
2014 Nov 06
2
[PATCH] float_cast: Fix MSVC ARM build
_WIN32, WIN32, WIN64, and _WIN64 are the wrong definitions to be gating
this on in the first place. They aren't at all meant to be x86/x86-64
specific. At best, they're 32-bit/64-bit specific, but that's not the
intended use in the code. The correct definitions are _M_IX86 and _M_X64,
as Martin said.
I sent a patch to this ML that fixed these a few months ago but it was
2012 Nov 14
1
[olug] TINC
IPsec Pre Shared Key for enterprise wireless is worse than PPTP according
to https://www.cloudcracker.com/blog/2012/07/29/cracking-ms-chap-v2/ .
Make sure IPsec is used with certificates instead.
tinc is an educational project sponsored by a university aiming to grow
awareness of encryption over the public internet. It does not have a
marketing department. Criticism is welcome. Think of
2020 Jun 11
0
Asterisk 13.34.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 13.34.0.
This release is available for immediate download at
https://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 13.34.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following issues are resolved in this release:
2006 Feb 02
0
Asterisk at SCALE 4x
...ce VoIP:
* Mark Spencer (Digium) - IP Communication: Open for Business
* David Mandelstam (Sangoma) - It's a whole new world -- open source
at the PBX, ready for prime time
* Tim Fritchel - Case Study Switching from Motorola to Asterisk
Other speakers include: Hans Reiser, Chris Dibona, Andi Gutmans and
more.. For further details see the conference website at:
http://www.socallinuxexpo.org
Those interested in attending the show can use the promo code "AST06"
to get 40% off full access passes.
(http://www.socallinuxexpo.org/order/)
2020 Jun 11
0
Asterisk 13.34.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 13.34.0.
This release is available for immediate download at
https://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 13.34.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following issues are resolved in this release:
2014 Nov 06
0
[PATCH] float_cast: Fix MSVC ARM build
On Thu, Nov 6, 2014 at 4:20 PM, Cameron Gutman <aicommander at gmail.com> wrote:
> _WIN32, WIN32, WIN64, and _WIN64 are the wrong definitions to be gating this
> on in the first place. They aren't at all meant to be x86/x86-64 specific.
> At best, they're 32-bit/64-bit specific, but that's not the intended use in
> the code. The correct definitions are _M_IX86 and
2020 Jun 11
0
Asterisk 17.5.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 17.5.0.
This release is available for immediate download at
https://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 17.5.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following issues are resolved in this release:
2020 Jun 11
0
Asterisk 16.11.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 16.11.0.
This release is available for immediate download at
https://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 16.11.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following issues are resolved in this release:
2020 Jun 11
0
Asterisk 16.11.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 16.11.0.
This release is available for immediate download at
https://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 16.11.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following issues are resolved in this release:
2020 Jun 11
0
Asterisk 17.5.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 17.5.0.
This release is available for immediate download at
https://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 17.5.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following issues are resolved in this release:
2020 Oct 20
2
Asterisk 18.0.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 18.0.0.
This release is available for immediate download at
https://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 18.0.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following issues are resolved in this release:
2014 Apr 07
0
MSVC ARM compilation issue with patch
I?ve been working on a Windows Phone 8 app that uses libopus for audio decoding. I used the included MSVC project files by switching the toolchain to WP8?s.
I ran into a compilation issue in float_cast.h where it was trying to use the MSVC x86 code path (with x86 assembly). This was because WIN32 and _WIN32 are defined in ARM projects for WP8 libraries (for source compatibility reasons I assume).