wxWidgets/samples/thread
Vadim Zeitlin e6cedf6649 Really support milliseconds in wxLog
Although this was supposed to work, specifying "%l" in wxLog time stamp
format actually didn't because wxLog timestamps were stored as seconds.

Fix this by storing them as milliseconds and add a simple test (not
executed by default) showing that "%l" works correctly now.

Still keep the old wxLogRecordInfo::timestamp field for compatibility,
as it was documented.

See #13059.
2021-01-15 14:55:06 +01:00
..
descrip.mms
makefile.gcc Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
Makefile.in Rebake after manifest changes 2020-07-31 01:53:43 +02:00
makefile.unx Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
makefile.vc Rebake after manifest changes 2020-07-31 01:53:43 +02:00
thread_vc7.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
thread_vc8.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
thread_vc9.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
thread.bkl
thread.cpp Really support milliseconds in wxLog 2021-01-15 14:55:06 +01:00