Age | Commit message (Expand) | Author |
2024-01-09 | Replace BOOST_FOREACH with standard C++ range-based for-loops | Ansariel |
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-05 | SL-18837: Try giving temp Python scripts a .py extension. | Nat Goodspeed |
2022-03-14 | merge fix | Mnikolenko Productengine |
2022-03-02 | Merge branch 'master' into DRTVWR-539 | Mnikolenko Productengine |
2021-12-10 | SL-15742: Convert build scripts to Python 3 | Bennett Goble |
2021-09-15 | SL-15742 - python 3 support for integration test script | Brad Payne (Vir Linden) |
2020-03-25 | DRTVWR-476: Improve llprocess_test.cpp diagnostic output. | Nat Goodspeed |
2019-08-10 | DRTVWR-493: Introduce test catch_what(), catch_llerrs() functions. | Nat Goodspeed |
2018-12-14 | SL-10153: Review and rationalize fetching paths from environment. | Nat Goodspeed |
2017-04-19 | Pull in improvements to LLProcess termination via a commit from Nat Linden he... | Callum Prentice |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden |
2014-12-11 | Disambiguate a few ensure() calls. | Nat Goodspeed |
2013-09-09 | merge with viewer-release | Richard Linden |
2013-08-26 | BUILDFIX: corrected template parameter for LL_BAD_TEMPLATE_INSTANTIATION macr... | Richard Linden |
2013-08-23 | BUILDFIX: replaced function that was accidentally removed | Richard Linden |
2013-08-23 | BUILDFIX: fix for crashes in unit tests on mac and linux | Richard Linden |
2013-06-29 | MAINT-2302: Make llprocess test<6> output less like a build error. | Nat Goodspeed |
2013-06-29 | MAINT-2302: Re-enable previously-disabled LLProcess tests for diagnosis. | Nat Goodspeed |
2013-04-25 | Merge 3.5.1 into Materials | Graham Madarasz |
2013-04-09 | fix? race condition that occasionally fails in unit test | Oz Linden |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz |
2013-01-31 | workaround by skipping llprocess tests that frequently fail on Windows | Oz Linden |
2012-03-13 | Add timeout functionality to waitfor() helper functions. | Nat Goodspeed |
2012-03-01 | Make CaptureLog::withMessage() raise tut::failure if not found. | Nat Goodspeed |
2012-03-01 | Break out TestRecorder class as CaptureLog into wrapllerrs.h. | Nat Goodspeed |
2012-02-29 | Guarantee LLProcess::Params::postend listener any ReadPipe data. | Nat Goodspeed |
2012-02-27 | Reduce redundancy in llprocess_test.cpp using get_test_name(). | Nat Goodspeed |
2012-02-23 | Tighten up LLProcess pipe support, per Richard's code review. | Nat Goodspeed |
2012-02-20 | Let LLProcess consumer specify desired description for logging. | Nat Goodspeed |
2012-02-20 | Make LLProcess post termination event to specified pump if desired. | Nat Goodspeed |
2012-02-16 | Fix typos in a few LLProcess::ReadPipe::find() unit tests. | Nat Goodspeed |
2012-02-16 | Fix bug in LLProcess::ReadPipe::peek() substring computation. | Nat Goodspeed |
2012-02-16 | Add unit test for LLProcess::ReadPipe::setLimit(). | Nat Goodspeed |
2012-02-16 | Add LLProcess::ReadPipe::find() methods, with corresponding npos. | Nat Goodspeed |
2012-02-15 | Add unit test for listening on LLProcess::ReadPipe::getPump(). | Nat Goodspeed |
2012-02-15 | Don't be confused by "\r\n" line endings on pipe on Windows. | Nat Goodspeed |