
Log of /trunk/uia/yam/sfscompat
Directory Listing
Revision
1845 -
Directory Listing
Modified
Fri Mar 30 16:03:49 2007 UTC (2 years, 7 months ago) by
jastr
big reorg merge:
merge -r 1807:1841 branches/reorg branch->trunk
Revision
866 -
Directory Listing
Modified
Mon Apr 3 15:56:43 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam/sfscompat
moved everything around:
- yam/core renamed to yam/base
- include path is now just yam/include
- lib path is now just yam/lib
- libyam_core.a renamed to libyam.a
Revision
802 -
Directory Listing
Modified
Wed Mar 29 20:01:03 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam/sfscompat
Made mainloop an abstract base class, with implementation in mainloop_impl, so
that alternate mainloops can be used, e.g., one integrated with Qt's main
loop.
Revision
582 -
Directory Listing
Modified
Mon Jan 30 23:42:13 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam/sfscompat
inetsocket and make_async implemented, build libyam_core, other cleaning up