Age | Commit message (Expand) | Author |
2023-07-17 | SL-18837: Lowercasing pathname for string compare is Windows-only. | Nat Goodspeed |
2023-07-10 | SL-18837: Windows failures in setWorkingDirectory(): C: vs. c: (sigh) | Nat Goodspeed |
2023-07-10 | SL-18837: Disable APR_LOG for now, but leave notes for the future. | Nat Goodspeed |
2023-07-10 | SL-18837: Revert "Force llprocess_test and llleap_test to use just 'python'." | Nat Goodspeed |
2023-07-08 | SL-18837: Force llprocess_test and llleap_test to use just 'python'. | Nat Goodspeed |
2023-07-08 | SL-18837: Set APR_LOG once for the whole job | Nat Goodspeed |
2023-07-08 | SL-18837: Don't use LLDir, use NamedTempFile::temp_path. | Nat Goodspeed |
2023-07-07 | SL-18837: Ditch unreferenced name of caught exception | Nat Goodspeed |
2023-07-07 | SL-18837: Hook in LLDir to allow reading APR log file. | Nat Goodspeed |
2023-07-07 | SL-18837: Fix spurious semi | Nat Goodspeed |
2023-07-07 | SL-18837: Fix "lldir.h" #include | Nat Goodspeed |
2023-07-07 | SL-18837: Coax APR to log LLProcess launch attempts; show log file. | Nat Goodspeed |
2023-07-07 | SL-18837: Partially revert e933ace, keeping useful tweaks. | Nat Goodspeed |
2023-07-07 | SL-18837: Try to bypass Windows perm problem with Python indirection. | Nat Goodspeed |
2023-06-06 | SL-18837: Ditch Boost.Phoenix implicit lambda syntax. | Nat Goodspeed |
2023-06-06 | SL-18837: NamedTempFile back to std::function, use boost::phoenix << | Nat Goodspeed |
2023-06-05 | SL-18837: Try giving temp Python scripts a .py extension. | Nat Goodspeed |
2023-06-05 | SL-18837: Bump the granularity of WorkQueue timing tests. | Nat Goodspeed |
2023-05-19 | DRTVWR-558: Merge branch 'main' of secondlife/viewer into actions | Nat Goodspeed |
2023-05-04 | Merge remote-tracking branch 'origin/zap-LLSDArray' into DRTVWR-577-maint-S | Andrey Lihatskiy |
2023-05-03 | SL-19647: Eliminate LLSDArray entirely. | Nat Goodspeed |
2023-05-02 | Merge branch 'main' into DRTVWR-577-maint-S | Andrey Lihatskiy |
2023-03-30 | Merge branch 'main' into DRTVWR-577-maint-S | Andrey Lihatskiy |
2022-11-22 | Merge branch 'DRTVWR-568' into DRTVWR-539 | Mnikolenko Productengine |
2022-11-03 | DRTVWR-575: A few more tweaks addressing size_t wider than 32 bits. | Nat Goodspeed |
2022-10-11 | Replace llbase with llsd module | Signal Linden |
2022-08-26 | DRTVWR-568: More cleanup of deleted obsolete std library features. | Nat Goodspeed |
2022-08-23 | DRTVWR-558: Remove references to string join() per code review. | Nat Goodspeed |
2022-08-22 | DRTVWR-558: Fix builds on macOS 12.5 Monterey. | Nat Goodspeed |
2022-06-29 | Merge branch 'master' into DRTVWR-539 | Mnikolenko Productengine |
2022-05-27 | Merge branch 'master' into DRTVWR-543-maint | Andrey Lihatskiy |
2022-03-14 | merge fix | Mnikolenko Productengine |
2022-03-02 | Merge branch 'master' into DRTVWR-539 | Mnikolenko Productengine |
2022-03-01 | Merge branch 'master' (DRTVWR-557) into DRTVWR-546 | Andrey Kleshchev |
2022-02-28 | Merge branch 'master' into DRTVWR-543-maint | Andrey Lihatskiy |
2021-12-10 | SL-15742: Convert build scripts to Python 3 | Bennett Goble |
2021-11-24 | SL-16094: Fix WorkQueue test for correct behavior of runFor(). | Nat Goodspeed |
2021-11-24 | DRTVWR-546, SL-16220, SL-16094: Undo previous glthread branch revert. | Nat Goodspeed |
2021-11-15 | Revert "SL-16220: Merge branch 'origin/DRTVWR-546' into glthread" | Dave Houlton |
2021-11-04 | SL-16202: Merge branch 'sl-16220' into glthread | Nat Goodspeed |
2021-10-27 | SL-16220: Add tests for WorkQueue::waitForResult(), void & non-void. | Nat Goodspeed |
2021-10-25 | SL-16220: Specialize WorkQueue for callable with void return. | Nat Goodspeed |
2021-10-15 | Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR... | Brad Payne (Vir Linden) |
2021-10-07 | SL-16024: Defend against two threads making "anonymous" WorkQueues. | Nat Goodspeed |
2021-10-07 | SL-16024: Add LL::WorkQueue for passing work items between threads. | Nat Goodspeed |
2021-10-07 | SL-16024: Adapt llinstancetracker_test.cpp to getInstance() change. | Nat Goodspeed |
2021-10-06 | SL-16024: Fix ThreadSafeSchedule::tryPopFor(), tryPopUntil(). | Nat Goodspeed |
2021-10-05 | SL-16024: Add ThreadSafeSchedule, a timestamped LLThreadSafeQueue. | Nat Goodspeed |
2021-10-04 | SL-16024: Introduce tuple.h with tuple_cons(), tuple_cdr(). | Nat Goodspeed |
2021-09-23 | DRTVWR-543: Consistently use ClassicCallback<USERDATA> throughout. | Nat Goodspeed |