ray/src/local_scheduler
Robert Nishihara 486cb64e3f Compile with -Werror and -Wall (#1116)
* Compile global scheduler with -Werror -Wall.

* Compile plasma manager with -Werror -Wall.

* Compile local scheduler with -Werror -Wall.

* Compile common code with -Werror -Wall.

* Signed/unsigned comparisons.

* More signed/unsigned fixes.

* More signed/unsigned fixes and added extern keyword.

* Fix linting.

* Don't check strict-aliasing because Python.h doesn't pass.
2017-10-12 21:00:23 -07:00
..
build Rename photon -> local scheduler. (#322) 2017-02-27 12:24:07 -08:00
format Actor checkpointing with object lineage reconstruction (#1004) 2017-10-12 09:53:32 -07:00
test Compile with -Werror and -Wall (#1116) 2017-10-12 21:00:23 -07:00
CMakeLists.txt Compile with -Werror and -Wall (#1116) 2017-10-12 21:00:23 -07:00
local_scheduler.cc Actor checkpointing with object lineage reconstruction (#1004) 2017-10-12 09:53:32 -07:00
local_scheduler.h Actor checkpointing with object lineage reconstruction (#1004) 2017-10-12 09:53:32 -07:00
local_scheduler_algorithm.cc Compile with -Werror and -Wall (#1116) 2017-10-12 21:00:23 -07:00
local_scheduler_algorithm.h Actor checkpointing with object lineage reconstruction (#1004) 2017-10-12 09:53:32 -07:00
local_scheduler_client.cc Compile with -Werror and -Wall (#1116) 2017-10-12 21:00:23 -07:00
local_scheduler_client.h Actor checkpointing with object lineage reconstruction (#1004) 2017-10-12 09:53:32 -07:00
local_scheduler_extension.cc Actor checkpointing with object lineage reconstruction (#1004) 2017-10-12 09:53:32 -07:00
local_scheduler_shared.h Local scheduler sends a null heartbeat to global scheduler (#962) 2017-09-12 10:45:21 -07:00