summaryrefslogtreecommitdiffstats
path: root/base/time.h
Commit message (Expand)AuthorAgeFilesLines
* Do not monitor system power state during unit tests.phajdan.jr@chromium.org2009-05-271-0/+7
* Retrial of the first step to port file_util::CountFilesCreatedAfter()erikkay@google.com2009-04-181-0/+6
* - Added support for keeping track of load times.davemoore@chromium.org2009-04-031-1/+3
* Remove unneeded includes of gtest_prod.h. Reduce usage from 689 to 601.thestig@chromium.org2009-03-131-1/+0
* Inline the TimeDelta::From* construction functions.deanm@chromium.org2009-01-131-0/+32
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+4
* Change to Hi Res timers on Windows.mbelshe@google.com2008-09-261-6/+6
* Don't use the Windows high-resolution Time::Now hacks on Posix, the normal re...deanm@chromium.org2008-09-111-13/+0
* Bulk fixes to get Mac Test Shell more compile-happy.avi@google.com2008-09-091-0/+5
* Reapply r1633 (which was reverted by r1635), with some additional modificatio...deanm@google.com2008-09-091-3/+2
* Revert part of r1633 Windows time changes, seems to have caused test failures?deanm@google.com2008-09-021-1/+0
* Cleanup some Windows TimeTicks functions. Move TickTicks::Now and TicksTicks...deanm@google.com2008-09-021-0/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add tests for From / In converions and LocalMidnight. Add InMinutes().deanm@google.com2008-08-191-0/+1
* Make POSIX time routines work on Linux by providing a POSIX-conformant versio...mmentovai@google.com2008-08-111-0/+4
* Add defines for the size of wchar_t to build_config.h. Use this in places whe...brettw@google.com2008-08-071-10/+10
* Add base to the repository.initial.commit2008-07-261-0/+469