summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Win32/TimeValue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-091-52/+0
| | | | | | | gdb debugger doesn't get confused on which file it is reading (the one in lib/System or the one in lib/System/{Win32,Unix}) llvm-svn: 19426
* Expository comment submitted by Henrik BachJeff Cohen2004-12-161-0/+3
| | | | llvm-svn: 18976
* Make Win32 TimeValue::toString() re-entrant and work with mingwJeff Cohen2004-12-151-5/+9
| | | | llvm-svn: 18954
* Implement Win32 Path::getStatusInfo(), TimeValue::toString()Jeff Cohen2004-12-141-6/+12
| | | | llvm-svn: 18930
* Per code review:Reid Spencer2004-11-161-0/+4
| | | | | | | | * get rid of (void) construct in function declarations * make toString a const member * add a default implementation of toString for Win32 llvm-svn: 17873
* Actually get the #include correct so it compiles .. duh.Reid Spencer2004-11-151-1/+1
| | | | llvm-svn: 17817
* Win32 implementation of TimeValue::now().Reid Spencer2004-09-281-6/+12
| | | | | | Patch contributed by Jeff Cohen. Thanks Jeff! llvm-svn: 16563
* Added stub implementations of TimeValue concept for remaining platforms.Reid Spencer2004-09-251-0/+29
llvm-svn: 16513
OpenPOWER on IntegriCloud