Skip to content
  • EXT Arnaud Clère's avatar
    Added QBind for c arrays, QList, QMap, QColor · fd1e4905
    EXT Arnaud Clère authored
    Made Cbor performance close to the minimum with well-formedness
    guarantees using putBigEndian similar to QDataStream and
    std::vector<bool> (no malloc until deep levels)
    Made QWritable costless with std::function
    Made QWritable flexible with QWritable<Writer> + IWriter
    Added IWriter for even simpler implementations
    WIP: Added QVariant and table experiments
    fd1e4905