Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-16 | Merge tag '7.1.7-release' | Erik Kundiman | |
source for viewer 7.1.7.8974243247 | |||
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2023-07-19 | Explicit when using function_ptr Phoenix binder | Erik Kundiman | |
From the errors: base type ‘float (*)(float, float) noexcept’ fails to be a struct or class type struct functor_action : public FuncT { ^~~~~~~~~~~~~~ ‘float (*)(float, float) noexcept’ is not a class, struct, or union type struct result { typedef typename FuncT::result_type type; }; ^~~~ type ‘float (*)(float, float) noexcept’ is not a direct base of ‘phoenix::functor_action<float (*)(float, float) noexcept>’ : FuncT(fptr_) {} ^ it seems that GCC, at least the ones on my system, failed to deduce that the binder meant to be used when trying to bind the C Std Math Library's powf and fmodf functions is of course the function pointer one (specifically the 2 args specialisation), and not the functor one. | |||
2022-04-18 | Use correct namespace for bind, must be phoenix::bind or there is confusion ↵ | Nicky | |
with boost::bind | |||
2016-03-07 | merge DRTVWR-398 build cleanup fixes | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-11-07 | STORM-2083: LLCalcParser calculates inverse trigonometric functions wrong | Ansariel | |
2013-07-19 | BUILDFIX: #include and dependency cleanup | Richard Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-02-01 | cleaned up linden_common.h, removing stuff that is mostly unused | Richard Linden | |
2012-02-01 | converted a bunch of narrowing implicit conversions to explicit | Richard Linden | |
2011-08-17 | add proper license headers to files that did not have them | Oz Linden | |
2011-06-30 | Additional functions for STORM-1315 Ability to do simple math in numeric ↵ | Kadah_Coba | |
edit fields Support for floor, ceil, modulo. Fixed ABS. Added more constants, SQRT_TWO_PI and SQRT3 | |||
2011-06-29 | STORM-1315 Ability to do simple math in numeric edit fields | Kadah_Coba | |