ObjFW  History of src/OFDataArray+MessagePackValue.m of e0b91676939fb364

History of the file that is called src/OFDataArray+MessagePackValue.m at check-in e0b91676939fb364

2017-07-22
20:50
Deleted: Split OFDataArray into OFData and OFMutableData check-in: [c8f7b90082] user: js, branch: trunk, size: 0
2017-05-14
23:37
OFDataArray+MessagePackValue: Use memcpy() file: [955a1ea2ce] check-in: [fe4ee8b458] user: js, branch: trunk, size: 12053 [annotate] [blame] [check-ins using] [diff]
2017-05-13
23:27
Add depth limit for MessagePack file: [c085900a12] check-in: [c0d8a3426c] user: js, branch: trunk, size: 12088 [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
Small code style change

Casts are now written like types in variable declarations. file: [d21c98d61f] check-in: [4af49a13c3] user: js, branch: trunk, size: 11516 [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. file: [1eb966f163] check-in: [44f45c2e35] user: js, branch: trunk, size: 11510 [annotate] [blame] [check-ins using] [diff]

2016-02-21
15:37
Make use of C99-style for loops file: [36fe618ac5] check-in: [e0b9167693] user: js, branch: trunk, size: 11504 [annotate] [blame] [check-ins using] [diff]
2016-01-03
00:41
Update copyright

While at it, also update the mail address. file: [d8bc2c6ad4] check-in: [2a27cf3000] user: js, branch: trunk, size: 11497 [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
Update copyright file: [f39b7ebe68] check-in: [cfd374b906] user: js, branch: trunk, size: 11493 [annotate] [blame] [check-ins using] [diff]
2014-09-06
22:25
Add missing #include "config.h" file: [cf693171a3] check-in: [f73023946a] user: js, branch: trunk, size: 11487 [annotate] [blame] [check-ins using] [diff]
2014-06-21
21:43
Move all macros from OFObject.h to macros.h

This means that OFObject.h imports macros.h now, making it unnecessary
to manually import macros.h in almost every file. And while at it, also
import autorelease.h in OFObject.h, so that this doesn't need to be
manually imported in almost every file as well. file: [ea38c26d0e] check-in: [13ee56edf3] user: js, branch: trunk, size: 11466 [annotate] [blame] [check-ins using] [diff]

2014-01-04
00:24
Update copyright. file: [471c1f50f3] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 11510 [annotate] [blame] [check-ins using] [diff]
2013-12-05
17:48
Make coding style consistent.

A file documenting the coding style will be written soon. This will
hopefully prevent conflicts in the future, such as whether static
functions are written in camelCase or_with_underscores, like was the
case here. file: [660e8a746b] check-in: [fa6496efc7] user: js, branch: trunk, size: 11504 [annotate] [blame] [check-ins using] [diff]

2013-06-22
12:12
Rework exceptions.

This mostly removes the argument for the class in which the exception
occurred. As backtraces were recently added for all platforms, the
passed class does not give any extra information on where the exception
occurred anymore.

This also removes a few other arguments which were not too helpful. In
the past, the idea was to pass as many arguments as possible so that it
is easier to find the origin of the exception. However, as backtraces
are a much better way to find the origin, those are not useful anymore
and just make the exception more cumbersome to use. The rule is now to
only pass arguments that might help in recovering from the exception or
provide information that is otherwise not easily accessible. file: [d14fde3bb9] check-in: [3d16a30f41] user: js, branch: trunk, size: 11537 [annotate] [blame] [check-ins using] [diff]

2013-06-20
08:13
Add support for MessagePack extensions. file: [b3b35d004c] check-in: [5ec11e8b56] user: js, branch: trunk, size: 11566 [annotate] [blame] [check-ins using] [diff]
2013-06-19
19:14
Added: Implement the new MessagePack specification.

No support for extensions yet.

This obsoletes BinaryPack. file: [c84f6d8cdf] check-in: [cba771824e] user: js, branch: trunk, size: 8666 [annotate] [blame] [check-ins using]