gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] Sun Studio and general C++ correctness patches, plus GNA


From: Albert Lee
Subject: Re: [Gnash-dev] Sun Studio and general C++ correctness patches, plus GNASHRC duplicate filtering and plugin fixes
Date: Tue, 15 Dec 2009 14:03:27 -0500
User-agent: RoundCube Webmail/0.3-trunk

Hi, these are the updated patches:

https://pkgbuild.svn.sourceforge.net/svnroot/pkgbuild/spec-files-extra/trunk/patches/gnash-01-stdc.diff
- Clean up configure tests and check if isfinite is allowed by the C++
compiler
- Use std:: prefixes consistently
- Use std::floor instead of round
- Replace M_SQRT1_2 with const variable
- Replace fabsf usage in OpenGL renderer (std::fabs has an overload for
floats)
- Use <clocale> instead of <locale> for LC_ALL and std::setlocale

https://pkgbuild.svn.sourceforge.net/svnroot/pkgbuild/spec-files-extra/trunk/patches/gnash-02-sunpro.diff
- Inline log_* functions in template
- Qualify GNASH_REPORT* macros with gnash:: prefix
- Replace use of std::string::insert with ambiguous types
- Use boost::assign::list_of with explicitly typed pairs instead of
boost::assign::map_list_of
- Correct as_value::readAMF0 to match prototype
- Cast ambiguously typed argument to std::ceil to double

https://pkgbuild.svn.sourceforge.net/svnroot/pkgbuild/spec-files-extra/trunk/patches/gnash-03-gnashrc.diff
- Remove duplicates from GNASHRC list

https://pkgbuild.svn.sourceforge.net/svnroot/pkgbuild/spec-files-extra/trunk/patches/gnash-04-plugin.diff
- Remove most OS-specific content in prcpucfg-glibc.h
- Improve architecture and compiler support in prcpucfg-glibc.h
- Use std:: prefixes consistently
- Use putenv (SUSv2) instead of setenv to modify GNASHRC
- Prepend rather than append new GNASHRC entries
- Use gnash::StringNoCaseEqual instead of strcasecmp

https://pkgbuild.svn.sourceforge.net/svnroot/pkgbuild/spec-files-extra/trunk/patches/gnash-05-macros.diff
- Fix quotes in agg autoconf macro
- Prevent pthreads check from mangling CXXFLAGS

-Albert




reply via email to

[Prev in Thread] Current Thread [Next in Thread]