Opened 18 years ago
Last modified 18 years ago
#74 closed enhancement
Support MinGW — at Initial Version
| Reported by: | Alpar Juttner | Owned by: | Alpar Juttner |
|---|---|---|---|
| Priority: | major | Milestone: | LEMON 1.0 release |
| Component: | core | Version: | |
| Keywords: | Cc: | ||
| Revision id: |
Description
Currently the the problematic files in SVN are
lemon/time_measure.hlemon/graph_to_eps.h
Both require some linux specific time query functions (times(), gettimeofday() and ctime()). In the SVN repo, there is an implementation of these in lemon/bits/mingw32_time.* (thanks to Dann Corbit), but the code isn't clean enough.
Note: See
TracTickets for help on using
tickets.

