home *** CD-ROM | disk | FTP | other *** search
/ Megazine / Megazine-1.iso / PROGRAMA / C / ZTIMER23 / DOC / ZTIMER / CHANGES next >
Encoding:
Text File  |  1996-04-12  |  2.6 KB  |  79 lines

  1.  
  2.                         The Zen Timer Library
  3.                        -----------------------
  4.  
  5.                            Revision History
  6.                           ------------------
  7.  
  8. Version 2.3 - April 1996
  9. ------------------------
  10.  
  11.   - Minor fixes and updates.
  12.  
  13. Version 2.2 - September 1995
  14. ----------------------------
  15.  
  16.   - Various bug fixes and updated support for Win16 and Win32 applications.
  17.  
  18. Version 2.1 - Feb 1995
  19. ----------------------
  20.  
  21.   - Fixed bugs in 32 bit protected mode version
  22.  
  23.   - Added support for Windows 3.1 programs using the same API. Under
  24.     Windows because the timer is virtualised, we cant directly program
  25.     the timer ourselves. However we use the Windows timing services to
  26.     get 1ms accuracy (not very good, but good enough for most things).
  27.  
  28. Version 2.0 - August 1994
  29. -------------------------
  30.  
  31.   - Ported to 16 and 32 bit protected modes, and all compilers supported
  32.     by SciTech Software.
  33.  
  34.   - Added the LZTimerLap() function, and the lap() member functions to
  35.     all C++ classes. This highly requested function now allows you to
  36.     read the current state of the time without stopping its current
  37.     execution.
  38.  
  39.   - Moulded the library to fit in with the new source code directory
  40.     structure for SciTech Software products.
  41.  
  42.   - Removed the Precision Zen Timer and associated routines (PZTimer). In
  43.     practice we found that we never used this class, and it became a hassle
  44.     to maintain when it was never really used. The LZTimer is generally
  45.     more than accurate enough for the most stringent timing exercises.
  46.  
  47.   - Removed Turbo Pascal support libraries (we dont have the compiler so
  48.     we cant maintain it).
  49.  
  50. Version 1.2 - October 1993
  51. --------------------------
  52.  
  53.   - Ported to Microsoft C 6.0. You can now use the library with Microsoft
  54.     C programs, but you will need TASM in order to be able to assemble
  55.     the object files.
  56.  
  57. Version 1.1 - April 1992
  58. ------------------------
  59.  
  60.   - Modified the long period Zen Timer to allow timing across the midnight
  61.     boundary.
  62.  
  63.   - Added a new Ultra Long period timer for timing code that takes up to
  64.     24 hours to execute.
  65.  
  66.   - Added a new common C++ class interface to the Zen Timer library
  67.     to abstract out the differences between the old timer routines and the
  68.     new ultra long period routines.
  69.  
  70.   - Because of the addition of C++ wrapper classes etc had to make the
  71.     library memory model dependant again.
  72.  
  73. Version 1.0 - Jan 1992
  74. ----------------------
  75.  
  76.     Original version of the library including the port by Duncan Murdoch
  77. for Turbo Pascal 6.0 users.
  78.  
  79.