forked from Singular/Singular
-
Notifications
You must be signed in to change notification settings - Fork 0
Alexander Dreyer
Oleksandr Motsak edited this page Jan 16, 2013
·
8 revisions
| 2012-06-20 14:04:14 +0200 | new: pyobject can be converted to newstruct, if defined | 50df1a8f29f095fab744f5c38ca59bca70cf971e |
| 2012-06-20 16:52:10 +0200 | new: newstruct_desc can be utilized by non-newstruc custom types | 235f92630e10e831339c8eb6f24370f4bdbfc2cb |
| 2012-06-20 17:16:31 +0200 | chg: disclosuring fewer of newstruct | d874baf1d39bee28e167ca4c3b3267a280daf8e1 |
| 2012-06-21 23:00:24 +0200 | fix: pyobject falls back to newstruct operations | 74cf01c9223ee2e469744aa1743fe70b64fd4d77 |
| 2012-06-21 23:21:06 +0200 | fix: pyobject handles ternary operations acordingly | 5460821b2eea66f6a723fa0fff240a500e500c8e |
| 2012-06-26 15:49:41 +0200 | fix: empty lists to pyobject | 9c63f73a9b0cfb24bce6eae3fae060f736b1eead |
| 2012-06-27 10:40:31 +0200 | chg: encapsulating newstruct's overloaded '=' and use in pyobject | 9de283c991b2dbe4ced9fc9fe0d90a322a593046 |
| 2012-06-27 15:11:05 +0200 | new: convert pyobject <-> intvec | 739a4d7f158284e0102d180c8775f6046b831349 |
| 2012-06-28 10:56:36 +0200 | fix: newstruct's string operator may be overloaded | 52c3ec694c192fca49d4ed16e5a97eb138656e92 |
| 2012-08-04 21:53:32 +0200 | fix: apply LDFLAGS fixes from svn#13210/git#b1dfafe to cygwin-specific flags (Sage's trac #12089; reported by Jean-Pierre Flori) | 7902222c6e73d452b3d75576bd9bc0140f5e827a |
| 2012-08-13 17:58:09 +0200 | Improved interface | 29e24aa29dbd3c9e7072706c6a341bdb3bc58747 |
| 2012-08-14 15:35:17 +0200 | Introducing blackbox type "shared" | d2a7b1a3d0ed083e8ee8c4612569aad5d9eec144 |
| 2012-08-23 22:09:11 +0200 | fix: got contexts, backreferences of indices, etc. right | 1b6cb833625b1be8059456528a601884fbabc378 |
| 2012-08-30 23:20:14 +0200 | chg: simplified indexed type | 175a99bf7dbb5d46010336d9b090fb90a453da77 |
| 2012-09-05 00:18:42 +0200 | Testing and documentation | 5a0fb5b2e500c5eba17e376cf3cc60526f5d09d1 |
| 2012-09-05 00:51:04 +0200 | chg static linking countedref module | add637dde46d887ae702cc610738aa54c6e34a09 |
| 2012-09-05 15:25:07 +0200 | Added serialization | 0e1cfb71787e858e5b25352ee101c1b9244c9ff4 |
| 2012-09-10 23:15:38 +0200 | Making autoloading of 'reference' and 'shared' customizable new Added configure option chg Explained more generic CountedRef::is_ref(leftv) | dadb843f0a7e1137d324d06f15c7df9871b1583b |
| 2012-09-26 12:44:47 +0200 | Adding polybori.lib | 4ef7f1fc3fec5d100c149e2f796b9ef14b4ce9db |
| 2012-09-27 13:10:30 +0200 | More extensive OVERVIEW section in polybori.lib's docu | 5162e5e30bdef9850502258cc630c00791b9faea |
| 2012-09-27 14:20:39 +0200 | Cared for overfull boxes | 804d7cfb4912eeb746ed947e0f0c865e464b323f |
| 2012-10-19 13:50:42 +0200 | fixing unsupported texinfo constructs in LIB header | 01ef221c5e228a67ba385fb01ee5ad5b45b27c9f |
| 2012-11-27 13:26:56 +0100 | Avoid multiple initialization of 'shared' and 'reference' when loading via system("shared"|"reference") | 055ba16f4bcf64a45f279e83513abb8192289ec4 |
| 2012-12-06 14:46:43 +0100 | pyobject.so now autoloaded when needed | 27494c630fc586fb1c2d449f22b1bdcdb4542f1a |
| 2012-12-06 15:52:36 +0100 | Simplified compile-time cases for pyobject embed xor load | 4187f4421b807a7c12b39793b564da3d995d8468 |
| 2012-12-11 14:50:20 +0100 | Introducing system("pyobject") to ensure pyobject functionality | c87618c594e3a22506f8497a3fdcadbd3a75c89a |
| 2012-12-11 15:25:57 +0100 | Using blackbox-functionality to check whther type was already loaded | 622a480dfa5dddc2a6de00c1504c8027af11780a |
| 2012-12-13 00:07:24 +0100 | using LIB("pyobject.so"); instead of system("pyobject"); | 3a5e4f88bb35902568ae8ab8e3de6103e0079ab6 |
| 2012-12-14 10:55:38 +0100 | fix: reloading of modules (multiply calling LIB("file.so")) is ignored add: dynl_check_opened newly introduced | ed6ad592f501e046e49c21b3f5af4f322ed1702b |