Age | Commit message (Expand) | Author |
2024-09-01 | Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into 2024.... | Erik Kundiman |
2024-08-20 | Clean up boost includes and remove compiler warning pragma for unreachable co... | Ansariel Hiller |
2024-08-14 | Enable /permissive- on MSVC for better standards conformance (#2251) | Rye Mutt |
2024-07-29 | Fix lltest failure by outputting to the sharedlibs dir like other tests on wi... | Rye Mutt |
2024-07-28 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into 202... | Erik Kundiman |
2024-07-09 | Update tracy profiler to 0.10 (#1946) | Rye Mutt |
2024-07-08 | Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and... | Ansariel |
2024-06-01 | Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible... | Ansariel |
2024-05-30 | Merge branch 'release/maint-b' into nat/catch-test-blown-stack. | Nat Goodspeed |
2024-05-28 | Fix up llexception.h's cross-platform SEH wrapper. | Nat Goodspeed |
2024-05-24 | Promote seh_catcher() et al. to llexception.{h,cpp} for general use. | Nat Goodspeed |
2024-05-22 | Fix line endlings | Ansariel |
2024-05-22 | Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-A | Ansariel |
2024-05-17 | Don't try to report a stack trace on stack overflow (sigh) | Nat Goodspeed |
2024-05-16 | Need magic #define for <boost/stacktrace.hpp> on Mac. | Nat Goodspeed |
2024-05-16 | On Windows, defend test.cpp against structured exceptions too. | Nat Goodspeed |
2024-05-15 | #1457 Fix the tests on mac | Andrey Lihatskiy |
2024-05-15 | Remove dead googlemock dependency and related setup code | Rye Mutt |
2024-05-14 | #1457 Fix the tests on mac | Andrey Lihatskiy |
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ... | Andrey Lihatskiy |
2024-04-24 | Merge branch 'main' into marchcat/a-merge | Andrey Lihatskiy |
2024-04-11 | Merge branch 'main' of https://github.com/secondlife/viewer into DRTVWR-600-m... | Ansariel |
2024-03-28 | Remove dead googlemock dependency and related setup code | Rye Mutt |
2024-03-12 | Merge branch 'main' of https://github.com/secondlife/viewer into DRTVWR-600-m... | Ansariel |
2024-03-01 | Merge branch 'main' into marchcat/yz-merge | Andrey Lihatskiy |
2024-03-01 | Convert remaining TRUE/FALSE to true/false | Ansariel |
2024-02-21 | Convert remaining BOOL to bool | Ansariel |
2024-02-20 | Convert remaining cases of BOOL to bool in llmath and llprimitive | Ansariel |
2024-02-18 | fix some tests | Lars Næsbye Christensen |
2024-02-18 | Replace BOOL with bool in llwindow and dependent classes | Ansariel |
2024-01-08 | replace boost library to standard | AiraYumi |
2023-12-15 | Merge branch 'main' into DRTVWR-489 | Andrey Lihatskiy |
2023-12-05 | Merge branch 'main' into DRTVWR-489 | Alexander Gavriliuk |
2023-11-29 | Merge branch 'DRTVWR-559' into marchcat/587-v-pbr-merge | Andrey Lihatskiy |
2023-10-25 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden |
2023-10-25 | Merge branch 'main' into DRTVWR-587-maint-V | Andrey Lihatskiy |
2023-09-08 | SL-18837: Make llsdserialize_test debug output conditional. | Nat Goodspeed |
2023-09-08 | SL-18837: NamedTempFile must be binary mode on Windows. | Nat Goodspeed |
2023-08-25 | MacOS gmock build fix | Andrey Kleshchev |
2023-07-13 | DRTVWR-558: Demangle names of exceptions reported by TUT tests. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Fix builds on macOS 12.5 Monterey. | Nat Goodspeed |
2023-07-07 | SL-18837: Try to bypass Windows perm problem with Python indirection. | Nat Goodspeed |
2023-07-07 | SL-18837: Try putting generated Python scripts in RUNNER_TEMP dir. | Nat Goodspeed |
2023-06-06 | SL-18837: Concat path part with / rather than +=. | Nat Goodspeed |
2023-06-06 | SL-18837: On Windows, NamedTempFile must convert from wstring | Nat Goodspeed |
2023-06-06 | SL-18837: Make NamedTempFile name template compatible with Python. | Nat Goodspeed |
2023-06-06 | SL-18837: NamedTempFile back to std::function, use boost::phoenix << | Nat Goodspeed |
2023-06-05 | SL-18837: NamedTempFile must still disambiguate string literals. | Nat Goodspeed |
2023-06-05 | SL-18837: Make NamedTempFile revert to boost::function | Nat Goodspeed |
2023-06-05 | SL-18837: Use Boost.Filesystem for NamedTempFile, instead of APR. | Nat Goodspeed |