phoenix-firestorm/indra
Nat Goodspeed 33649e848b Experimentally try full-size LLLeap stream test on Windows.
The new toolchain may (!) have fixed a longstanding bug in LLLeap / APR when
we try to pump large volumes of data through a Windows named pipe using APR
nonblocking I/O. This used to fail pretty consistently because the APR
nonblocking write call would sometimes spuriously return "would block" when in
fact the data buffer was completely written; the caller would later retry,
which of course would duplicate some of the data in the pipe. Preliminary
experiments with VS 2013 suggest this may have been resolved. This changeset
is to propagate the experiment to a wider range of Windows systems; we may
need to revert it if in fact the bug persists.
2015-01-12 12:11:37 -05:00
..
cmake First cut at consuming new slplugins autobuild package. 2015-01-07 19:45:51 -05:00
copy_win_scripts
integration_tests
lib/python
linux_crash_logger
llappearance Add bespoke ctor/dtor that align on 16byte boundaries when creating things on the heap 2014-12-11 16:32:13 -08:00
llaudio remove redundant include of Audio.cmake 2014-12-15 12:52:26 -05:00
llcharacter Rename llround(..) to ll_round(..) because of a collision with MS llround (long long round) in VS2013 2014-12-10 08:44:08 -08:00
llcommon Experimentally try full-size LLLeap stream test on Windows. 2015-01-12 12:11:37 -05:00
llcorehttp Remove a couple tests for unsigned long < 0. 2014-11-14 14:24:58 -05:00
llcrashlogger
llimage merge changes for 3.7.22-release 2014-12-15 12:34:18 -05:00
llimagej2coj
llinventory MAINT-4292 FIXED Make Merchant Outbox Folder not movable (protected) 2014-07-31 20:11:17 +03:00
llkdu Fix another empty #elif to plain #else. 2014-12-16 13:55:15 -05:00
llmath Fix up remaining llround() -> ll_round() issues 2014-12-12 11:03:56 -08:00
llmessage Rename llround(..) to ll_round(..) because of a collision with MS llround (long long round) in VS2013 2014-12-10 08:44:08 -08:00
llplugin First cut at consuming new slplugins autobuild package. 2015-01-07 19:45:51 -05:00
llprimitive merge changes for 3.7.22-release 2014-12-15 12:34:18 -05:00
llrender merge changes for 3.7.22-release 2014-12-15 12:34:18 -05:00
llui Make LINE_NUMBER_HERE workaround conditional on LL_WINDOWS. 2014-12-12 13:39:57 -08:00
llvfs Update to build on Xcode 6.0: using an assignment in an expressions without parens 2014-10-17 15:07:19 -07:00
llwindow merge changes for 3.7.22-release 2014-12-15 12:34:18 -05:00
llxml Update to build on Xcode 6.0: more removal of unused const variables [-Wunused-const-variable] 2014-10-17 15:12:02 -07:00
lscript Update to build on Xcode 6.0: replace logical && with bitwise version 2014-10-17 16:14:27 -07:00
mac_crash_logger
media_plugins Match up our usage of MS APIs with function prototypes in the new version of the API 2014-12-10 15:17:20 -08:00
newview Update viewer_package.py to grab slplugin.exe et al. from package. 2015-01-12 12:03:08 -05:00
test Remove Visual Studio workaround for lack of std::fpclassify(). 2014-12-16 14:03:57 -05:00
test_apps Update to build on Xcode 6.0 (fix unit tests): fix and remove copy-pasted code :( 2014-10-22 09:43:55 -07:00
tools/vstool Update VSTool that is used to set configuration in MSVC solution file for MSVC 2013 (v12.x) 2014-12-12 09:30:33 -08:00
viewer_components Update to build on Xcode 6.0 (fix unit tests): fix up Boost linker errors 2014-10-22 10:09:24 -07:00
win_crash_logger
CMakeLists.txt Move the cmake package tracking files under the packages directory 2014-12-17 16:57:48 -05:00
edit-me-to-trigger-new-build.txt
fix-incredibuild.py