Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of the file that is called src/natools-references.adb at check-in 1360e35d38391823
2014-08-24
| ||
20:31 |
references: add Is_Last primitive
It's almost a break in abstraction, and it's unsafe to use when the reference can be accessed concurrently. However it might have some use in some context, to free the last reference when checked in a protected or thread-local context, to build a crude garbage collection system. file: [6254848d3e] check-in: [610b834d9d] user: nat branch: trunk, size: 4627 | |
2014-07-16
| ||
17:44 | Renamed src/natools-references.adb → src/natools-references__unsafe.adb. references: prepare variants, calling "unsafe" the existing one file: [4a7ba030d7] check-in: [ed32c25b9b] user: nat branch: trunk, size: 4502 | |
2014-07-11
| ||
20:37 | references: use access value directly in new constructors, instead of access to functions returning access value file: [4a7ba030d7] check-in: [c104c5befa] user: nat branch: trunk, size: 4502 | |
2014-07-10
| ||
18:27 | references: add constructors with user-provided access value, to allow zero-copy initialization of non-limited types file: [9b02b7f3d7] check-in: [55bbe4642d] user: nat branch: trunk, size: 4457 | |
2014-04-12
| ||
16:19 | natools-references: add support of references to constant file: [ced30f8c32] check-in: [8c650fd927] user: nat branch: trunk, size: 3945 | |
2013-09-22
| ||
15:29 | Added: References: new package implementing a reference counter file: [f831953142] check-in: [4306b2b680] user: nat branch: trunk, size: 3855 | |