Log of /branches/eth/eve/Src/library/api_wrapper
Directory Listing
Revision
92684 -
Directory Listing
Modified
Fri Jun 7 15:28:53 2013 UTC
(6 years, 5 months ago)
by
jasonw
<<Merged from trunk#92682.>>
Revision
90750 -
Directory Listing
Modified
Mon Jan 21 13:30:30 2013 UTC
(6 years, 10 months ago)
by
jasonw
<<Merged from trunk#90747.>>
Revision
90398 -
Directory Listing
Modified
Fri Jan 4 09:58:58 2013 UTC
(6 years, 11 months ago)
by
jasonw
<<Merged from trunk#90397.>>
Revision
88634 -
Directory Listing
Modified
Fri Apr 20 14:53:03 2012 UTC
(7 years, 7 months ago)
by
jasonw
<<Merged from trunk#88631.>>
Revision
88274 -
Directory Listing
Modified
Mon Feb 6 16:05:31 2012 UTC
(7 years, 10 months ago)
by
jasonw
<<Merged from trunk#88273.>>
Revision
88234 -
Directory Listing
Modified
Fri Jan 27 09:58:45 2012 UTC
(7 years, 10 months ago)
by
jasonw
<<Merged from trunk#88233.>>
Revision
83702 -
Directory Listing
Modified
Fri Jun 25 13:00:44 2010 UTC
(9 years, 5 months ago)
by
julian
<<Merged from trunk#83700.>>
Revision
83445 -
Directory Listing
Modified
Sat Jun 5 15:29:40 2010 UTC
(9 years, 6 months ago)
by
jasonw
<<Merged from trunk@83442.>>
Revision
83441 -
Directory Listing
Modified
Sat Jun 5 13:52:53 2010 UTC
(9 years, 6 months ago)
by
jasonw
Renamed branch eve3 to eve. The eve branch serves as the new branch for the EVE project.
Revision
80857 -
Directory Listing
Modified
Wed Sep 23 23:32:28 2009 UTC
(10 years, 2 months ago)
by
manus
Original Path:
trunk/Src/experimental/library/api_wrapper
Added dl-config script to find where `dlxxx' APIs can be found. Most of the time it is included
in the C library, but on Linux it is in the libdl.so library.
Revision
78832 -
Directory Listing
Modified
Fri May 22 16:38:27 2009 UTC
(10 years, 6 months ago)
by
paulb
Original Path:
trunk/Src/library/api_wrapper
Reverted back to using GTK for the release. Other prior commits were to maintain new code in the revision history. After 6.4 please revert back to rev#78831.
Revision
78745 -
Directory Listing
Modified
Mon May 18 16:06:27 2009 UTC
(10 years, 6 months ago)
by
dfurrer
Original Path:
trunk/Src/library/api_wrapper
- Adding the necessary platform-specific implementations (stubs atm) to build EiffelStudio using the Cocoa Vision2 implementation (without GTK+ dependencies).
- There is a new target "bench_cocoa" in ec.ecf which builds the native Mac version of EiffelStudio
Revision
78725 -
Directory Listing
Modified
Fri May 15 23:26:05 2009 UTC
(10 years, 6 months ago)
by
paulb
Original Path:
trunk/Src/library/api_wrapper
Abstracted a little to allow modules/libraries to be loaded using the OS loading policies (name/version) or a full path.
Fixed bug in loading versioned modules.
Other cosmetical changes to comments.
Revision
78688 -
Directory Listing
Modified
Thu May 14 21:02:20 2009 UTC
(10 years, 6 months ago)
by
paulb
Original Path:
trunk/Src/library/api_wrapper
Added dynamic_module by popular demand.
Cached access to fetching API pointers when using the DYNAMIC_API base classes (or DYNAMIC_MODULE).
Other typo fixes and improvements.
Revision
77614 -
Directory Listing
Modified
Fri Mar 6 19:34:59 2009 UTC
(10 years, 9 months ago)
by
paulb
Original Path:
trunk/Src/framework/api_wrapper
Code is now Void safe.
Used READABLE_STRING* variants in the interface.
Utilized USABLE_I.
Removed windows-specific implementation in shared implementation.
Other clean up and cosmetics.
Revision
75636 -
Directory Listing
Modified
Fri Nov 14 23:47:26 2008 UTC
(11 years ago)
by
manus
Original Path:
trunk/Src/framework/api_wrapper
Fixed issue with using ?= when target is attached which is now forbidden by the compiler. Solution
was either removing the need for the ! mark, or to use an object test or to use {ANY}.as_attached.
Revision
75350 -
Directory Listing
Modified
Wed Oct 29 21:00:09 2008 UTC
(11 years, 1 month ago)
by
alexk
Original Path:
trunk/Src/framework/api_wrapper
Used void-safe creation procedure CELL.put instead of CELL.default_create.
Used conversion to attached type when required when accessing HASH_TABLE as
the latter does not guarantee attached results.
Revision
74923 -
Directory Listing
Modified
Fri Oct 3 05:28:08 2008 UTC
(11 years, 2 months ago)
by
manus
Original Path:
trunk/Src/framework/api_wrapper
Added inheritance clauses to ANY in places where too many features where exported to {NONE} thus causing
errors at compile time when compiling with the full_class_checking option.