index
:
viewer.git
2024.09-ExtraFPS
main
maint-c
Megapahit's fork of the Second Life viewer.
Erik Kundiman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
indra
/
test
/
namedtempfile.h
Age
Commit message (
Expand
)
Author
2024-04-29
#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ...
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-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
2015-11-10
remove execute permission from many files that should not have it
Oz Linden
2014-12-10
Replace boost::lambda::_1 with boost::phoenix::placeholders::arg1.
Nat Goodspeed
2013-03-29
Update Mac and Windows breakpad builds to latest
Graham Madarasz
2012-03-01
Add NamedExtTempFile to invent arbitrary name with specified ext.
Nat Goodspeed
2012-01-17
Any proper RAII class must either handle copying or be noncopyable.
Nat Goodspeed
2012-01-17
Make NamedTempFile::peep() a public member for debugging unit tests.
Nat Goodspeed
2012-01-13
Extract APR and temp-fixture-file helper code to indra/test.
Nat Goodspeed