File: Changelog

package info (click to toggle)
moarvm 2022.12%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 42,724 kB
  • sloc: cpp: 378,682; ansic: 288,257; perl: 8,229; java: 2,682; python: 1,287; makefile: 820; sh: 292
file content (37 lines) | stat: -rw-r--r-- 1,107 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
2015-05-19:
  Rename 'src' directory to 'double-conversion'.

2014-03-08:
  Update version number for cmake.
  Support shared libraries with cmake.
  Add build instructions to the README.

2014-01-12:
  Tagged v2.0.1.
  Fix compilation for ARMv8 64bit (used wrong define).
  Improved SConstruct file. Thanks to Milan Bouchet-Valat and Elan Ruusamäe.
  Fixed lots of warnings (especially on Windows). Thanks to Greg Smith.

2013-11-09:
  Tagged v2.0.0.
  String-to-Double|Float: ALLOW_LEADING_SPACES and similar flags now include
  new-lines, tabs and all Unicode whitespace characters.

2013-11-09:
  Tagged v1.1.2.
  Add support for ARM 64 and OsX ppc.
  Rewrite tests so they pass under Visual Studio.
  Add CMake build system support.
  Fix warnings.

2012-06-10:
  Tagged v1.1.1.
  Null terminate exponent buffer (only an issue when asserts are enabled).
  Support more architectures.

2012-02-05:
  Merged in Single-branch with single-precision support.
  Tagged v1.1 (based on b28450f33e1db493948a535d8f84e88fa211bd10).

2012-02-05:
  Tagged v1.0 (based on eda0196e9ac8fcdf59e92cb62885ee0af5391969).