Commit Graph

  • deb8b34930 Hide SmallArray module Harendra Kumar 2023-12-07 11:07:12 +0530
  • 3d370b2a84 Mention how to adapt to the Fold constructor change Harendra Kumar 2023-12-07 09:23:48 +0530
  • 12d8502629 Fix serialization derivation for unit constructor Adithya Kumar 2023-12-02 14:39:23 +0530
  • 6eee16aebc Add a case to test equality of serialization encoding Adithya Kumar 2023-12-02 15:13:10 +0530
  • d5342f62d7 Fix changelog and API changelog URLs Harendra Kumar 2023-11-29 05:49:11 +0530
  • 697081c702 Update tutorial using latest API Harendra Kumar 2023-11-28 16:05:02 +0530
  • c1a3948236 Fix broken link in README Harendra Kumar 2023-11-28 15:51:06 +0530
  • 089937727d Fix the API changelog URL Harendra Kumar 2023-11-28 15:44:08 +0530
  • a5eb60fed6 Fix the upgrade guide path in package description Harendra Kumar 2023-11-28 15:32:00 +0530
  • 84e3e04c69 Add API changelog for streamly-0.10.0 and streamly-core-0.2.0 Harendra Kumar 2023-11-28 14:03:52 +0530
  • 97c1aba1b7 Update serialization docs Harendra Kumar 2023-11-28 08:52:04 +0530
  • d55d68ab07 Fix build with "dev" flag on Harendra Kumar 2023-11-28 06:00:04 +0530
  • e7992b4626 Add Data.Unbox.* to test-runner targets Harendra Kumar 2023-11-28 03:36:02 +0530
  • c0d3178fa4 Make SerializeConfig opaque Harendra Kumar 2023-11-28 02:19:02 +0530
  • a79caed54d Fix debug check in putSliceUnsafe Harendra Kumar 2023-11-27 10:06:28 +0530
  • 6c934ae2d1 Define the cpp macro DEBUG when debug flag is on Harendra Kumar 2023-08-21 18:54:36 +0530
  • 76a6db56fe Add debug mode array bound checks to Unbox methods Harendra Kumar 2023-08-21 16:54:40 +0530
  • 26e8629ddc Disable failing takeBetween test Harendra Kumar 2023-11-28 01:42:59 +0530
  • 99ff010a83 Add deriving examples of all old stream types Harendra Kumar 2023-11-27 08:38:18 +0530
  • d24441b5a3 Update doc of "eager" for clarity Harendra Kumar 2023-11-27 08:26:24 +0530
  • 34882302de Add upgrade guide pointer in the package description Harendra Kumar 2023-11-27 08:24:49 +0530
  • 2f6b409601 Add a prominent pointer to upgrade guide in README Harendra Kumar 2023-11-27 08:24:23 +0530
  • ec2856cbbd Update the 0.9.0 upgrade guide Harendra Kumar 2023-11-27 08:23:38 +0530
  • 5d9ce6e348 Fold the Zip.Concurrent module in Zip itself Harendra Kumar 2023-11-27 05:14:58 +0530
  • fd93674cec Remove the intermediate Concurrent/Time/Exception modules Harendra Kumar 2023-11-27 04:55:27 +0530
  • 58439bc1b0 Move Stream.Exception.Lifted to Stream.Lifted Harendra Kumar 2023-11-27 04:00:11 +0530
  • 58feee26b0 Deprecate some old modules Harendra Kumar 2023-11-27 03:52:16 +0530
  • 6e89ebbdf2 Consolidate Stream.Concurrent.* modules Harendra Kumar 2023-11-27 02:57:50 +0530
  • 3ea7bf24f4 Rename conflicting newChannel in Append/Interleave modules Harendra Kumar 2023-11-27 02:38:32 +0530
  • 931eafb88a Update Changelog for 0.10 Harendra Kumar 2023-11-26 04:06:40 +0530
  • 3f489cf3fa Move common Channel type from Data.Stream to Data Harendra Kumar 2023-11-27 01:47:43 +0530
  • 9251eae2d0 Move concatMapDivK to higher level module Harendra Kumar 2023-11-27 01:26:47 +0530
  • a1e1468bc6 Move some lower level modules in IsStream Harendra Kumar 2023-11-27 01:20:15 +0530
  • fa9fa0960e Consolidate SVar internal modules Harendra Kumar 2023-11-26 14:37:45 +0530
  • f432cc36da Collect all internal Unfold modules in one Harendra Kumar 2023-11-26 14:19:40 +0530
  • 5c890aee92 Collect all internal Fold modules in one Harendra Kumar 2023-11-26 14:02:41 +0530
  • 3f841aadee Rename "bound" to "boundThreads" Harendra Kumar 2023-11-26 12:59:54 +0530
  • 0285479816 Update the Fold.Prelude module, export concurrent ops Harendra Kumar 2023-11-26 12:44:50 +0530
  • e6cc89b385 Make some minor changes to Stream.Prelude docs Harendra Kumar 2023-11-26 10:38:42 +0530
  • 58648998a9 Change UF.map to fmap Harendra Kumar 2023-11-26 09:35:14 +0530
  • 92c716b727 Rename some TCP accept APIs Harendra Kumar 2023-11-26 08:25:43 +0530
  • 167ea55a1a Expose "first", "second" from the Unfold module Harendra Kumar 2023-11-26 08:20:18 +0530
  • 3fdf183502 Add stream read ops for Array/Handle/Socket/TCP Harendra Kumar 2023-11-26 06:38:43 +0530
  • 8b84d54c10 Remove deprecated functions in Socket/TCP Harendra Kumar 2023-11-26 05:41:07 +0530
  • 21e02eeb01 Remove the deprecated read/readChunks Harendra Kumar 2023-11-26 02:57:09 +0530
  • d4db31c512 Move Serialize.Parser/Stream to Binary.Parser/Stream Harendra Kumar 2023-11-26 02:52:19 +0530
  • 8ff75f25df Add a note about buffer overflow check in deserializeAt Harendra Kumar 2023-11-26 02:42:05 +0530
  • ed07663f8c Use cloneSliceUnsafeAs in cloneAs Harendra Kumar 2023-11-26 02:37:15 +0530
  • 62c12a685d Add cloneSliceUnsafe to MutByteArray Harendra Kumar 2023-11-26 02:28:43 +0530
  • ec4329d799 Add bounds check in Serialize instance of Array Harendra Kumar 2023-11-26 02:11:29 +0530
  • 018a5403ab Rename deserializeUnsafe to deserializeChecked Harendra Kumar 2023-11-26 01:29:38 +0530
  • 7fb7d1b77d Improve docs of array modules, pin/unpin ops Harendra Kumar 2023-11-26 00:33:25 +0530
  • 13581bfec1 Rename serialize/deserialize/size of Serialize class Harendra Kumar 2023-11-25 23:50:58 +0530
  • 1efeed403b Rename peekByteIndex/pokeByteIndex to peekAt/pokeAt Harendra Kumar 2023-11-25 11:43:07 +0530
  • 7cb856b7e6 Move the Array serialization APIs to the Array module Harendra Kumar 2023-11-25 10:19:13 +0530
  • 56fd008519 Rename newByteArray to new Harendra Kumar 2023-11-25 09:39:51 +0530
  • 6705ec00b9 Rename Data.Serialize to Data.MutByteArray Harendra Kumar 2023-11-25 09:13:42 +0530
  • bc14a48af1 Update the docs of Data.Serialize Harendra Kumar 2023-11-25 08:10:49 +0530
  • dc58c59541 Create a separate MutByteArray module Harendra Kumar 2023-11-25 08:10:14 +0530
  • 18f815666c Update changelog Harendra Kumar 2023-11-24 00:02:58 +0530
  • 67e1ea5d9e Export byte array APIs from Serialize module Harendra Kumar 2023-11-24 13:33:50 +0530
  • 627c72ae65 Rename newBytes and pinnedNewBytes Harendra Kumar 2023-11-24 13:10:54 +0530
  • 47b10b3914 Rename MutableByteArray to MutByteArray Harendra Kumar 2023-11-24 08:06:55 +0530
  • 1b1008a62e Export stream APIs in Array via Array.Stream as well Harendra Kumar 2023-11-24 07:10:16 +0530
  • 3899b8640e Expose mut array stream APIs via MutArray.Stream Harendra Kumar 2023-11-24 06:47:42 +0530
  • dfa2079542 Move Stream.Chunked to Array.Stream Harendra Kumar 2023-11-24 05:03:44 +0530
  • 41baea74b8 Move Stream.MutChunked to MutArray.Stream Harendra Kumar 2023-11-24 04:57:31 +0530
  • e3b33ea883 Move Internal.Data.Stream.Common to streamly package Harendra Kumar 2023-11-24 04:49:09 +0530
  • a0abf45da0 Hide Streamly.Internal.Data.Fold.Tee module Harendra Kumar 2023-11-24 04:12:01 +0530
  • 9988559c4b Deprecate the Fold.Chunked module Harendra Kumar 2023-11-24 04:06:53 +0530
  • f6125c374d Deprecate tapCount, use parTapCount instead Harendra Kumar 2023-11-24 04:03:20 +0530
  • 9b9b0d8548 Rename toStreamD to pollIntIORef Harendra Kumar 2023-11-24 04:02:13 +0530
  • eed430869c Move unboxed IORef to MutArray module Harendra Kumar 2023-11-24 03:24:18 +0530
  • 628d6c4dba Stop exporting touch from Internal.Data.Unbox Harendra Kumar 2023-11-24 00:09:38 +0530
  • de7a604c42 Remove chunksSplitOn from Data.Stream Harendra Kumar 2023-11-19 22:47:05 +0530
  • 71487ab765 Use the common setup section in ParserK Harendra Kumar 2023-11-23 06:48:49 +0530
  • d3247cf03a Remove deprecated read/readRev routines Harendra Kumar 2023-11-23 00:59:56 +0530
  • 51a559d286 Expose new element/generic parse drivers and adapters Harendra Kumar 2023-11-23 00:59:03 +0530
  • 1597f79cce Update Serialize/Unbox docs Harendra Kumar 2023-11-23 00:58:12 +0530
  • 784233d35c Update the Changelog headers to 0.2.0 and 0.10.0 respectively Adithya Kumar 2023-11-22 21:17:58 +0530
  • 78791bf660 Update CONTRIBUTORS for 0.10.0 Adithya Kumar 2023-11-22 21:15:33 +0530
  • 3c0fe5c5ed Update changelog for 0.10.0 Harendra Kumar 2023-11-19 22:49:54 +0530
  • fdc1733819 Make the proper variable mapping for Unbox Adithya Kumar 2023-11-22 14:34:09 +0530
  • 33bffd614b Change deriveUnbox to use instance splice Harendra Kumar 2023-11-22 03:17:28 +0530
  • 1640a686e7 Rename Config/defaultConfig to S/serializeConfig Harendra Kumar 2023-11-22 01:22:57 +0530
  • 7d50e5e03e Implement deriveSerialize using deriveSerializeWith Harendra Kumar 2023-11-22 00:07:58 +0530
  • 1d89961700 Add a note about having no pragma vs having an INLINABLE pragma Adithya Kumar 2023-11-22 17:48:39 +0530
  • 626e35565b Add ability to not use any INLINE pragma on size Harendra Kumar 2023-11-21 23:51:20 +0530
  • e7f6e7e9eb Add Config setter functions for Serialize derivation Harendra Kumar 2023-11-21 23:14:46 +0530
  • db06710987 Remove some deprecated modules Harendra Kumar 2023-11-22 07:02:46 +0530
  • e7bb4d0ed8 Update the documentation of Serialize and Unbox Harendra Kumar 2023-11-21 07:03:49 +0530
  • 9f04238f7f Fix a bug in Fold.Window.windowRange Adithya Kumar 2023-11-11 12:51:34 +0530
  • 97e0d20ffb Re-export internal serialize modules and hide them Harendra Kumar 2023-11-20 17:35:49 +0530
  • 757c7a0d33 Add a note suggesting using Serialize type class Harendra Kumar 2023-11-20 04:20:16 +0530
  • 621cb65f50 Move ToBytes and FromBytes under Data.Serialize Harendra Kumar 2023-11-20 04:14:57 +0530
  • e1152e4a45 Remove "encode" from exports in Serialize module Harendra Kumar 2023-11-19 22:46:30 +0530
  • d146c23827 Export encodeAs from Internal Serialize module Harendra Kumar 2023-11-19 22:45:03 +0530
  • ed37c19b87 Update Parser and Fold docs Harendra Kumar 2023-11-17 23:30:37 +0530
  • bcf0ab191f Update fold docs, implement toFold for parsers Harendra Kumar 2023-11-19 03:21:31 +0530
  • 32390c592e Add a finalizer action in Fold type Harendra Kumar 2023-05-23 22:51:13 +0530