| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fixes for 32-bit Windows compilation. | Garrett D'Amore | 2017-01-16 |
| | | |||
| * | Various complaints found in AppVeyor build. | Garrett D'Amore | 2017-01-16 |
| | | |||
| * | Compile static *and* shared libraries. | Garrett D'Amore | 2017-01-15 |
| | | | | | | Test code needs to use the static libraries so that they can get access to the entire set of symbols, including private ones that are not exported. | ||
| * | Use Windows tick clock instead of Performance counters. | Garrett D'Amore | 2017-01-14 |
| | | | | | | | | | | | | | Since we use the tick counter to sleep, we should use the same clock for validation. The problem is that the high performance tick counter on the CPU may be slightly out of agreement with the windows clock. Furthermore, the tick counter is probably lots faster to retrieve since it is already updated, and needn't be recalculated each time. (We should consider just switching to millisecond clock resolution internally as well. It turns out that I don't think that timers that are shorter than 1ms are very useful.) | ||
| * | Initial swag at Win32. Much to do still. | Garrett D'Amore | 2017-01-12 |
