Log of /branches/eth/eve/Src/library/base_extension
Directory Listing
Revision
92750 -
Directory Listing
Modified
Fri Jun 28 04:42:18 2013 UTC
(6 years, 5 months ago)
by
jasonw
<<Merged from trunk#92749.>>
Revision
92684 -
Directory Listing
Modified
Fri Jun 7 15:28:53 2013 UTC
(6 years, 6 months ago)
by
jasonw
<<Merged from trunk#92682.>>
Revision
92543 -
Directory Listing
Modified
Fri May 17 04:27:04 2013 UTC
(6 years, 6 months ago)
by
jasonw
<<Merged from trunk#92542.>>
Revision
92408 -
Directory Listing
Modified
Fri Apr 5 09:22:00 2013 UTC
(6 years, 8 months ago)
by
jasonw
<<Merged from trunk#92407.>>
Revision
91201 -
Directory Listing
Modified
Fri Feb 8 09:03:47 2013 UTC
(6 years, 9 months ago)
by
jasonw
<<Merged from trunk#91200.>>
Revision
91005 -
Directory Listing
Modified
Mon Jan 28 14:40:26 2013 UTC
(6 years, 10 months ago)
by
jasonw
<<Merged from trunk#90997.>>
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
90189 -
Directory Listing
Modified
Fri Dec 14 08:06:02 2012 UTC
(6 years, 11 months ago)
by
jasonw
<<Merged from trunk#90188.>>
Revision
90122 -
Directory Listing
Modified
Fri Dec 7 08:28:50 2012 UTC
(7 years ago)
by
jasonw
<<Merged from trunk#90120.>>
Revision
90071 -
Directory Listing
Modified
Sat Dec 1 12:50:45 2012 UTC
(7 years ago)
by
jasonw
<<Merged from trunk#90020.>>
Revision
88968 -
Directory Listing
Modified
Fri Jun 22 10:24:51 2012 UTC
(7 years, 5 months ago)
by
jasonw
<<Merged from trunk#88964.>>
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
88026 -
Directory Listing
Modified
Fri Nov 25 12:11:03 2011 UTC
(8 years ago)
by
jasonw
<<Merged from trunk#88024.>>
Revision
87613 -
Directory Listing
Modified
Wed Oct 26 06:49:40 2011 UTC
(8 years, 1 month ago)
by
jasonw
<<Merged from trunk#87612.>>
Revision
86696 -
Directory Listing
Modified
Fri Jun 10 11:12:57 2011 UTC
(8 years, 5 months ago)
by
jasonw
<<Merged from trunk#86694.>>
Revision
84757 -
Directory Listing
Modified
Fri Oct 29 18:56:40 2010 UTC
(9 years, 1 month ago)
by
jasonw
<<Merged from trunk#84753.>>
Revision
84557 -
Directory Listing
Modified
Mon Oct 11 21:01:52 2010 UTC
(9 years, 1 month ago)
by
jasonw
<<Merged from trunk#84547.>>
Revision
84395 -
Directory Listing
Modified
Mon Sep 13 13:01:25 2010 UTC
(9 years, 2 months ago)
by
jasonw
<<Merged from trunk#84391.>>
Revision
83740 -
Directory Listing
Modified
Tue Jun 29 10:47:08 2010 UTC
(9 years, 5 months ago)
by
julian
<<Merged from trunk#83736.>>
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
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
80937 -
Directory Listing
Modified
Mon Sep 28 21:48:36 2009 UTC
(10 years, 2 months ago)
by
manus
Original Path:
trunk/Src/experimental/library/base_extension
Fixed a bug which prevented the last character of the environment variable ISE_.._FLAGS to be taken into account and thus causing most likely a command line usage error.
Revision
80646 -
Directory Listing
Modified
Mon Sep 7 10:50:02 2009 UTC
(10 years, 3 months ago)
by
manus
Original Path:
trunk/Src/experimental/library/base_extension
Removed checked making code void-safe since it is actually not correct, it was integrated by mistake
to find out what are the other potential void-safety issues in the other classes of the library.
Revision
80449 -
Directory Listing
Modified
Thu Aug 27 05:32:36 2009 UTC
(10 years, 3 months ago)
by
manus
Original Path:
trunk/Src/experimental/library/base_extension
Merge SEARCH_TABLE_EX functionality into SEARCH_TABLE to make it easier on user of the class
since only Eiffel Software has been using it, it should not break any code.
Fixed `is_equal' to ensure that the 2 tables contain the same content, and not just the same
layout.
Revision
80440 -
Directory Listing
Modified
Wed Aug 26 20:36:43 2009 UTC
(10 years, 3 months ago)
by
manus
Original Path:
trunk/Src/experimental/library/base_extension
Fixed an issue when resizing a descendant of SEARCH_TABLE/HASH_TABLE which might redefine `same_keys'.
Because the resizing was done using a SEARCH_TABLE/HASH_TABLE and not the descendant of
SEARCH_TABLE/HASH_TABLE so if two items were equal using ~ but not using `same_keys', only one out
of two will appear in the resized table.
Revision
80419 -
Directory Listing
Modified
Tue Aug 25 20:55:47 2009 UTC
(10 years, 3 months ago)
by
manus
Original Path:
trunk/Src/experimental/library/base_extension
Added sorting facilities of INDEXABLE structures inspired from the Gobo library (thus the special copyright
for those classes which mention the gobo copyright and the MIT license).
Added extended version of SEARCH_TABLE and HASH_TABLE that let you define your own way to compare keys.
Revision
72132 -
Directory Listing
Modified
Wed Jan 30 17:25:50 2008 UTC
(11 years, 10 months ago)
by
king
Original Path:
trunk/Src/library/base_extension
Minor improvements to code.
Removed unneeded local in resize
Now using aliased_resized_area to resize the special as this may mean that we can reallocate the area without creating a new special object every time.
Revision
64911 -
Directory Listing
Modified
Thu Nov 9 00:36:43 2006 UTC
(13 years, 1 month ago)
by
konradm
Original Path:
trunk/Src/library/base_extension
- Added compiler support for supplier preconditions.
- In finalized code the dynamic type is now used to detect whether assertions need to be checked.
- Implemented invariant checking in finalized code.
- Changed ecf files of libraries to not have any assertion checking.
Revision
59888 -
Directory Listing
Modified
Fri Jun 16 18:35:14 2006 UTC
(13 years, 5 months ago)
by
patrickr
Original Path:
trunk/Src/library/base_extension
moved CONF_HASH_TABLE (a hash table which has an is_equal implementation that checks the values) into base_extension library
Revision
59408 -
Directory Listing
Added
Mon Jun 5 18:14:58 2006 UTC
(13 years, 6 months ago)
by
patrickr
Original Path:
trunk/Src/library/base_extension
created base_extension and gobo_extension libraries which provide some extensions to base and gobo
moved some generally usable classes into base_extension and gobo_extension