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) |
|
static |
Compute and memoize the status of target:
Definition at line 1987 of file remake.cpp.
Referenced by get_status(), handle_clients(), and server_mode().
|
static |
Check whether all the prerequisites of target ended being up-to-date.
Definition at line 2097 of file remake.cpp.
Referenced by complete_request().
|
static |
Change the status of target to Remade or Uptodate depending on whether its modification time changed.
Definition at line 2064 of file remake.cpp.
Referenced by complete_job().