aboutsummaryrefslogtreecommitdiff
path: root/timeutil.cc
AgeCommit message (Collapse)Author
2017-10-11`clang-format -i -style=file *.cc *.h`Dan Willemsen
Change-Id: I62a87c5d8309b21265e904c0aeb9b3e094c9024a
2016-01-14[C++] Add #include sys/time.h backShinichiro Hamaji
2016-01-13Allow building Kati with Soong for AndroidDan Willemsen
Currently, Android sets some cflags and uses make to build kati. This still uses some of the system headers and libraries instead of the hermetic ones in the tree. Kati and makeparallel are the two remaining binaries being built outside of ninja. In order to fix all of these, define an Android.bp file for Soong, then when enabled, Android will ask Soong to build kati instead of including Makefile.ckati. And I'm hardcoding the version to unknown for now, Soong's genrule is not yet flexible enough to handle the optional dependency.
2015-07-31[C++] Fix Mac buildShinichiro Hamaji
2015-07-05[C++] Rename time.h to timeutil.hShinichiro Hamaji
Using a standard header name is not a good idea.