26
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add missing return values to main() function. More... about 11 years ago
Remove empty test file PointTest.cpp. More... about 11 years ago
Add missing return values to main() function. More... about 11 years ago
Likwise check if we are using GCC or not...
nihilus
as Markus Gothe
More... about 11 years ago
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnash
nihilus
as Markus Gothe
More... about 11 years ago
Check if we are using GNU LD or not before setting GNU LD-specific flags.
nihilus
as Markus Gothe
More... about 11 years ago
Add misc-mtasc.all/level87.as:75 timing issue. More... about 11 years ago
Output swfdec traces and logs as well. More... about 11 years ago
Add misc-mtasc/level87.as:59 timing issue. More... about 11 years ago
Add verbose mode to display testrun.log files on failure. More... about 11 years ago
The new C++ introducing shared_ptr can not be distinguished from this one from boost. Type its namespace hard.
nihilus
as Markus Gothe
More... about 11 years ago
Change from <iostream> to more lightweight <ios> on baastian's suggestion.
nihilus
as Markus Gothe
More... about 11 years ago
Avoid having hard-coded -lboost_system... Me myself use lboost_system-mt.
nihilus
as Markus Gothe
More... about 11 years ago
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnash
nihilus
as Markus Gothe
More... about 11 years ago
Rework how we invoke setlocale. Intl + gettext will fix this by a wrapper and std::setlocale will not be sufficient.
nihilus
as Markus Gothe
More... about 11 years ago
Use same indentation as the surounding code. More... about 11 years ago
log_error() only want 1 and only 1 string. Now it builds.
nihilus
as Markus Gothe
More... about 11 years ago
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnash
nihilus
as Markus Gothe
More... about 11 years ago
Updated nb translation from <URL: http://translate.sugarlabs.org/export/upstream_POT/nb/reduced-gnash.po >. More... about 11 years ago
std:setlocale went cocobahia with intl and gettext. Only 'setlocale' worked though...
nihilus
as Markus Gothe
More... about 11 years ago
Since we don't included <iostream> Apple GCC started to complain and bail out with errors.
nihilus
as Markus Gothe
More... about 11 years ago
Updated copyright year.
nihilus
as Markus Gothe
More... about 11 years ago
During all these years the include-search was fundamentally broken... Now we use the prefix-includedir instead of hard-coded /usr/include.
nihilus
as Markus Gothe
More... about 11 years ago
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnash
nihilus
as Markus Gothe
More... about 11 years ago
Check if compiling on Darwin, IFF then assume it is Apple's ld.
nihilus
as Markus Gothe
More... about 11 years ago
Avoid test that is always true on platforms where char is unsigned, by storing the result from getopt() in an int. More... about 11 years ago
Explain in the code why the return value of unload() is ignored. More... about 11 years ago
Savannah #39989: Don't assert for empty morph shapes.
bjacques
as Bastiaan Jacques
More... about 11 years ago
Silence Coverity 1149098 by making explicit the lack of need to check the return value of unload, because the only way to handle an unload failure is to call destroy, which is already done.
bjacques
as Bastiaan Jacques
More... about 11 years ago
Don't keep SOL files around if there was a problem writing them.
bjacques
as Bastiaan Jacques
More... about 11 years ago