Age | Commit message (Expand) | Author |
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-08 | Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and... | Ansariel |
2024-06-10 | Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into project/gltf_de... | Brad Linden |
2024-06-05 | Attempt to fix intermittent failuresin threadsafeschedule_test (#1623) | Brad Linden |
2024-06-01 | Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible... | Ansariel |
2024-05-22 | Fix line endlings | Ansariel |
2024-05-22 | Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-A | Ansariel |
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-04-10 | Merge branch 'main' into marchcat/y-merge | Andrey Lihatskiy |
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 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy |
2024-02-21 | Convert remaining BOOL to bool | Ansariel |
2024-02-17 | More BOOL to bool replacements primarily in llappearance and llxml | Ansariel |
2024-01-09 | Replace BOOST_FOREACH with standard C++ range-based for-loops | Ansariel |
2024-01-08 | replace boost library to standard | AiraYumi |
2023-12-15 | Merge branch 'main' into DRTVWR-489 | Andrey Lihatskiy |
2023-12-14 | Merge branch 'DRTVWR-587-maint-V' into DRTVWR-588-maint-W | Andrey Lihatskiy |
2023-12-05 | Merge branch 'main' into DRTVWR-489 | Alexander Gavriliuk |
2023-11-30 | Merge branch 'DRTVWR-588-maint-W' into marchcat/588-w-pbr-merge | Andrey Lihatskiy |
2023-11-29 | Merge branch 'DRTVWR-559' into marchcat/587-v-pbr-merge | Andrey Lihatskiy |
2023-10-31 | DRTVWR-588: Try to make threadsafequeue timing more robust. | Nat Goodspeed |
2023-10-29 | DRTVWR-587: Fix LL::apply(function, LLSD array). | Nat Goodspeed |
2023-10-27 | DRTVWR-587: Skip Visual Studio LLSDParam<const char*> tests for now. | Nat Goodspeed |
2023-10-25 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden |
2023-10-25 | Post merge build fix | Andrey Kleshchev |
2023-10-25 | Merge branch 'main' into DRTVWR-587-maint-V | Andrey Lihatskiy |
2023-10-12 | SL-18837: Unify all llrand_test.cpp in-range tests. | Nat Goodspeed |
2023-10-05 | SL-18837: When llrand_test.cpp fails, display the failing value. | Nat Goodspeed |
2023-09-08 | SL-18837: Make llsdserialize_test debug output conditional. | Nat Goodspeed |
2023-09-08 | SL-18837: Add debugging output to llsdserialize_test.cpp. | Nat Goodspeed |
2023-09-07 | SL-18837: Fix minor merge glitch. | Nat Goodspeed |
2023-09-07 | SL-18837: Merge branch 'main' into actions | Nat Goodspeed |
2023-08-24 | Merge remote-tracking branch 'origin/main' into DRTVWR-489 | Andrey Kleshchev |
2023-08-23 | Merge branch 'main' into DRTVWR-587-maint-V | Andrey Lihatskiy |
2023-08-23 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden |
2023-07-27 | DRTVWR-587: Skip some tests that only fail with older Visual Studio | Nat Goodspeed |
2023-07-18 | Merge remote-tracking branch 'origin/xcode-14.3' into DRTVWR-559 (#292) | Brad Linden |
2023-07-17 | SL-18837: Lowercasing pathname for string compare is Windows-only. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Fix a few lleventdispatcher_test merge glitches. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Extend LLEventDispatcher::add() overloads. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Add tests for batched LLDispatchListener operations. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Make DispatchResult methods use their arguments. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Add tests for LLDispatchListener functionality. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Clean up LLEventDispatcher argument and result handling. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Allow directly streaming test helper class CaptureLog. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: LLEventDispatcher uses LL::apply(), not boost::fusion. | Nat Goodspeed |