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 1922 of file remake.cpp.
Referenced by handle_clients(), and server_mode().
|
static |
Check whether all the prerequisites of target ended being up-to-date.
Definition at line 2032 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 1999 of file remake.cpp.
Referenced by complete_job().