Remake
|
Functions | |
static status_t const & | get_status (std::string const &target) |
static void | update_status (std::string const &target) |
static bool | still_need_rebuild (std::string const &target) |
Compute and memoize the status of target:
Definition at line 1989 of file remake.cpp.
Referenced by get_status(), handle_clients(), and server_mode().
Check whether all the prerequisites of target ended being up-to-date.
Definition at line 2099 of file remake.cpp.
Referenced by complete_request().
Change the status of target to Remade or Uptodate depending on whether its modification time changed.
Definition at line 2066 of file remake.cpp.
Referenced by complete_job().