foundationdb/flow
Evan Tschannen 8dd900a337 fixed the windows build 2018-10-18 20:26:45 -07:00
..
actorcompiler Merge branch 'release-6.0' 2018-10-03 16:57:18 -07:00
coveragetool remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
libs/system/src Support boost 1.52 and newer 2018-04-23 14:51:15 +02:00
stacktrace_internal Import //base/debugging:stacktrace from abseil. 2017-10-16 16:05:02 -07:00
ActorCollection.actor.cpp Rewrite all files to have #include actorcompiler.h as the last include. 2018-08-14 15:50:26 -07:00
ActorCollection.h Merge branch 'release-5.2' of github.com:apple/foundationdb into feature-redwood 2018-04-06 16:29:37 -07:00
Arena.h Merge branch 'master' of github.com:apple/foundationdb into feature-redwood 2018-09-20 03:39:55 -07:00
AsioReactor.h Some more trace event normalization 2018-06-08 13:57:00 -07:00
CompressedInt.actor.cpp Normalized all unit test names to begin with "/" if they should be included in random unit testing. 2018-10-05 22:09:58 -07:00
CompressedInt.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
Deque.cpp Normalized all unit test names to begin with "/" if they should be included in random unit testing. 2018-10-05 22:09:58 -07:00
Deque.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
DeterministicRandom.h Some more trace event normalization 2018-06-08 13:57:00 -07:00
Error.cpp call all methods which could disable a trace event before it is initialized. In practice this means calling .error first, then .suppressFor, then all your details. 2018-08-01 14:30:57 -07:00
Error.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
EventTypes.actor.h Rewrite all files to have #include actorcompiler.h as the last include. 2018-08-14 15:50:26 -07:00
FastAlloc.cpp merge 5.2 into 6.0 2018-07-08 20:14:06 -07:00
FastAlloc.h Move the computation of total unused allocated memory into FastAlloc.cpp 2018-06-20 14:33:59 -07:00
FastRef.h Merge branch 'master' of github.com:apple/foundationdb into feature-redwood 2018-09-20 03:39:55 -07:00
FaultInjection.cpp remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
FaultInjection.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
FileTraceLogWriter.cpp Address review comments 2018-06-26 14:37:21 -07:00
FileTraceLogWriter.h Add include statement for std::function to try to make Windows build happy 2018-06-28 10:22:33 -07:00
Hash3.c Fixed headers and some whitespace 2018-02-23 04:50:23 -08:00
Hash3.h Add includes for missing definitions of size_t and uint32_t. 2018-08-14 15:50:26 -07:00
IDispatched.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
IRandom.h Stop performing self-moves. (e.g. a = std::move(a)) 2018-08-01 18:09:54 -07:00
IThreadPool.cpp Merge release-5.1 into release-5.2 2018-05-30 09:09:55 -07:00
IThreadPool.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
IndexedSet.actor.h Rewrite all files to have #include actorcompiler.h as the last include. 2018-08-14 15:50:26 -07:00
IndexedSet.cpp Normalized all unit test names to begin with "/" if they should be included in random unit testing. 2018-10-05 22:09:58 -07:00
IndexedSet.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
Knobs.cpp Port truncate optimization from Snowflake PR in order to make quick changes for a patch release. 2018-10-05 15:05:26 -07:00
Knobs.h Port truncate optimization from Snowflake PR in order to make quick changes for a patch release. 2018-10-05 15:05:26 -07:00
MetricSample.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
Net2.actor.cpp Remove defunct DebugQueryRequest. 2018-09-06 13:44:25 -07:00
Net2Packet.cpp remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
Net2Packet.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
Platform.cpp fixed the windows build 2018-10-18 20:26:45 -07:00
Platform.h fixed the windows build 2018-10-18 20:26:45 -07:00
Profiler.actor.cpp Rewrite all `Void _ = wait(...)` -> `wait(...)`. 2018-08-14 15:50:26 -07:00
Profiler.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
SignalSafeUnwind.cpp Spaces -> tabs 2018-07-18 08:40:26 -07:00
SignalSafeUnwind.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
SimpleOpt.h Initial repository commit 2017-05-25 13:48:44 -07:00
Stats.actor.cpp Rewrite all `Void _ = wait(...)` -> `wait(...)`. 2018-08-14 15:50:26 -07:00
Stats.h Add includes for missing definitions of size_t and uint32_t. 2018-08-14 15:50:26 -07:00
SystemMonitor.cpp Move the computation of total unused allocated memory into FastAlloc.cpp 2018-06-20 14:33:59 -07:00
SystemMonitor.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
TDMetric.actor.h Rewrite all files to have #include actorcompiler.h as the last include. 2018-08-14 15:50:26 -07:00
TDMetric.cpp remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
ThreadHelper.actor.h More actorcompiler.h fixes and additions. 2018-08-14 15:50:26 -07:00
ThreadHelper.cpp remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
ThreadPrimitives.cpp remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
ThreadPrimitives.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
ThreadSafeQueue.h Initial repository commit 2017-05-25 13:48:44 -07:00
Trace.cpp Cleanup from review 2018-09-05 15:53:12 -07:00
Trace.h Add the roles running on a process as a field on trace events in the form of a comma delimited string of role abbreviations. 2018-09-05 15:06:14 -07:00
UnitTest.cpp remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
UnitTest.h Normalized all unit test names to begin with "/" if they should be included in random unit testing. 2018-10-05 22:09:58 -07:00
Util.h Add a missing #include <algorithm> to flow/Util.h 2018-08-14 15:50:26 -07:00
XmlTraceLogFormatter.cpp Remove including flow.h in actorcompiler.h, and fix resulting breakage. 2018-08-14 15:50:26 -07:00
XmlTraceLogFormatter.h Address review comments 2018-06-26 14:37:21 -07:00
actorcompiler.h Remove including flow.h in actorcompiler.h, and fix resulting breakage. 2018-08-14 15:50:26 -07:00
boost.cpp remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
error_definitions.h Correctness test now has additional random reader which doesn't do verification but isn't stopped when the btree is closed. Fixed bug exposed by this where pager snapshots will still try to read pages after the pager has been shut down or even destroyed. Added new error type, shutdown_in_progress. 2018-10-04 23:46:37 -07:00
flow.cpp Merge branch 'master' into trace-log-refactor 2018-05-31 10:46:20 -07:00
flow.h Merge branch 'master' into trace-log-refactor 2018-05-31 10:46:20 -07:00
flow.vcxproj fix: status would generate invalid json 2018-09-07 18:26:05 -07:00
flow.vcxproj.filters Fix line endings. 2018-05-31 13:41:32 -07:00
genericactors.actor.cpp Remove including flow.h in actorcompiler.h, and fix resulting breakage. 2018-08-14 15:50:26 -07:00
genericactors.actor.h Remove including flow.h in actorcompiler.h, and fix resulting breakage. 2018-08-14 15:50:26 -07:00
local.mk remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
network.cpp Support latest TLS plugin. 2018-05-08 16:28:13 -07:00
network.h tlogs serve reads to log routers at a low priority, to prevent them from using all their resources catching up a remote dc that has been down for a long time 2018-08-04 10:31:30 -07:00
no_intellisense.opt Initial repository commit 2017-05-25 13:48:44 -07:00
serialize.h Document our protocol version convention and add a static assert to help prevent erroneous edits. 2018-08-08 13:57:47 -07:00
stacktrace.amalgamation.cpp Fix some typos. 2018-04-19 11:44:01 -07:00
stacktrace.h Import //base/debugging:stacktrace from abseil. 2017-10-16 16:05:02 -07:00
unactorcompiler.h Restrict actor keyword #defines to actor files. 2018-08-14 15:50:26 -07:00
version.cpp remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00