Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2025-11-04
| ||
| 02:03 | fixed late references to `other` instance in moving `Array*` constructors Leaf check-in: 54e66a3803 user: murphy tags: trunk | |
|
2025-11-01
| ||
| 16:44 | added `IBuffer::file` to retrieve the underlying file descriptor check-in: 1a2f7388f6 user: murphy tags: trunk | |
| 16:16 | clarified documentation of `IBuffer::truncate` check-in: 9990eda040 user: murphy tags: trunk | |
|
2025-10-31
| ||
| 06:12 | strip prefix from file paths in error messages check-in: c67a0c2c2a user: murphy tags: trunk | |
| 00:34 | added forgotten `truncate` test check-in: ba83fd175e user: murphy tags: trunk | |
|
2025-10-30
| ||
| 23:51 | implemented `IBuffer::truncate` on Win32 delayed to destructor check-in: bd5d67a4c6 user: murphy tags: trunk | |
| 23:34 | added `IBuffer::truncate` method, not yet functional on Win32 check-in: e72f5a7564 user: murphy tags: trunk | |
| 22:57 | header guards for optional library components check-in: e9f1bade9a user: murphy tags: trunk | |
| 19:04 | suppressed nonsensical GCC warnings in `Array*.hpp` check-in: fd7594df71 user: murphy tags: trunk | |
| 18:36 | improved export of compilation flags via Conan check-in: 964a465270 user: murphy tags: trunk | |
| 05:34 | corrected preprocessor conditionals in README example check-in: 4ebe86d867 user: murphy tags: trunk | |
| 04:55 | improved C++17 forward compatibility check-in: c2507f5376 user: murphy tags: trunk | |
| 01:01 | corrected symbol not found case in `ILibrary::get` check-in: 275a345e2b user: murphy tags: trunk | |
| 01:00 | updated README check-in: 1e6a018f2c user: murphy tags: trunk | |
| 00:01 | corrected declaration of `runtime_id` check-in: 70c36600fb user: murphy tags: trunk | |
|
2025-10-29
| ||
| 23:54 | shared library symbol resolution interface tweaks check-in: db74b2abdf user: murphy tags: trunk | |
| 18:06 | added shared library loading functionality check-in: 3eac1401a8 user: murphy tags: trunk | |
| 16:26 | use `errno` with the `generic_category` of errors check-in: 5777031eae user: murphy tags: trunk | |
| 14:57 | added `program_file` function, tweaked initialization of `program_name` check-in: 82187f8be4 user: murphy tags: trunk | |
| 14:01 | C++ standard setup only in top-level project check-in: 0172286041 user: murphy tags: trunk | |
|
2025-05-26
| ||
| 12:50 | Win32 `page_size` correction, added `gcd` and `lcm` helper funtions check-in: 24fdd68caf user: murphy tags: trunk, v1.3.1 | |
|
2025-05-14
| ||
| 12:51 | homogenized function names check-in: 510e123c76 user: murphy tags: trunk, v1.3.0 | |
| 12:23 | added `default_buffer_pool` support check-in: ef6f6dff2f user: murphy tags: trunk | |
| 11:22 | added `runtime_id` function, additional file system layout cleanup check-in: 597e15e736 user: murphy tags: trunk | |
| 10:38 | Win32 `page_size` correction check-in: 9db48f1507 user: murphy tags: trunk | |
| 10:36 | reorganization of filesystem layout check-in: bab608f318 user: murphy tags: trunk | |
|
2024-03-31
| ||
| 22:01 | getting rid of useless warnings through CMake configuration check-in: 45b950b7ca user: murphy tags: trunk | |
| 21:38 | updated copyright statements check-in: dd02a0fd4f user: murphy tags: trunk | |
| 19:05 | allocator tweaks check-in: 9785badc20 user: murphy tags: trunk | |
| 15:11 | restored bdwgc package option and adapted CMake build system accordingly check-in: bcbea7ddf0 user: murphy tags: trunk | |
| 01:57 | static buffer optimization if garbage collector is used check-in: c610990c49 user: murphy tags: trunk | |
| 01:34 | added static buffer constructor, array length helper, and static array wrappers check-in: 7602ae9753 user: murphy tags: trunk | |
|
2023-10-05
| ||
| 18:10 | Conan 2 compatibility check-in: a611b1c400 user: murphy tags: trunk | |
|
2022-09-30
| ||
| 14:50 | improved robustness of Win32 character set conversions check-in: 16787e7cd7 user: murphy tags: trunk | |
|
2022-05-31
| ||
| 18:47 | added __cpp_exceptions as standard alternative to __EXCEPTIONS, suppressed harmless pragma warnings check-in: 37df6f9da7 user: murphy tags: trunk | |
|
2022-05-28
| ||
| 23:28 | added win32 system library dependencies to package descriptor check-in: eceec8a6a7 user: murphy tags: trunk | |
|
2022-05-26
| ||
| 02:36 | build package in subdirectory check-in: 927e66ec49 user: murphy tags: trunk | |
| 00:48 | set cmake package name check-in: 51f9267bc6 user: murphy tags: trunk | |
|
2022-05-25
| ||
| 21:58 | removed bdwgc package option check-in: 11e37008b3 user: murphy tags: trunk | |
| 21:44 | exclude unnecessary files from packaged sources check-in: 433f5b11bf user: murphy tags: trunk | |
| 21:32 | added conan packaging support check-in: 3f12119a0e user: murphy tags: trunk | |
| 20:13 | updated copyright statements check-in: dba12a89a8 user: murphy tags: trunk | |
| 19:59 | added flush methods for buffers and arrays check-in: cae3dd2501 user: murphy tags: trunk | |
|
2021-09-15
| ||
| 20:42 | slightly improved deallocation error checks check-in: 843f4a6aa0 user: murphy tags: trunk | |
| 20:33 | explictly use std::swap for standard pointer type check-in: c868593772 user: murphy tags: trunk | |
|
2021-09-08
| ||
| 12:20 | redirect to type of allocator for a different element type check-in: 019aaeeb87 user: murphy tags: trunk | |
| 12:18 | additional optional allocator members for improved compatibility check-in: 67bddaca98 user: murphy tags: trunk | |
|
2021-09-07
| ||
| 19:33 | allocator tweaks check-in: 8be0877e53 user: murphy tags: trunk | |
| 00:42 | corrected spelling mistake in Memory.cpp check-in: 87fc270857 user: murphy tags: trunk | |
|
2021-09-06
| ||
| 22:10 | normalized parameters for swap-based mappings check-in: 8121ffc9db user: murphy tags: trunk | |