Skip to content

Releases: tchaloupka/bc-string

v1.4.0

15 May 21:50
Compare
Choose a tag to compare

v1.3.3

12 Jan 20:37
Compare
Choose a tag to compare
  • @safe being infered on getFormatSize
  • added opAssign to StringImpl
  • fixed custom formatting to static array

v1.3.2

06 Dec 19:36
Compare
Choose a tag to compare

Some minor tweaks

v1.3.1

19 Oct 16:34
Compare
Choose a tag to compare
  • String.put accepts static arrays too
  • fixed missing import (fixes build ie for AArch64)

v1.3.0

12 Oct 20:23
Compare
Choose a tag to compare
  • more generic std.range.put is used to write to output range instead of explicit outputrange.put
  • use static StringZ as output buffer in nogcFormat instead of String so it can be used safely with printf and alikes
  • added SSE optimised parseToken to string module to help validating and advancing tokens in parsers

v1.2.3

01 Sep 06:11
5b9fc0a
Compare
Choose a tag to compare

format.d improvements by @WebFreak001 :

  • Make NullSink public
  • document sinks

v1.2.2

23 Aug 10:32
a1b44f2
Compare
Choose a tag to compare
  • fix: make StringImpl.clone trusted to work with dip1000

v1.2.1

28 Jun 11:09
Compare
Choose a tag to compare

Just a dub.sdl fix for betterC subconfiguration.

v1.2.0

15 Mar 23:14
Compare
Choose a tag to compare
  • String types refactored

v1.1.0

15 Mar 17:07
33f53f2
Compare
Choose a tag to compare
  • some unittest fixes to support changes in newer compilers (watch out for dmd-2.096.0 with a betterC - see regression
  • speedup of short strings in bc.string.String