Historial de Commits

Autor SHA1 Mensaje Fecha
  Tim Ledbetter 48a3a02238 LibCrypto: Make constructing a BigInteger from string fallible hace 1 año
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String hace 1 año
  Lucas CHOLLET 3f35ffb648 Userland: Prefer `_string` over `_short_string` hace 1 año
  Linus Groh 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals hace 2 años
  Timothy Flynn f1de4f8872 Everywhere: Convert known short-strings to the infallible String factory hace 2 años
  Timothy Flynn 3ad1f250e7 LibCrypto: Define *BigInteger::to_base to convert big integers to String hace 2 años
  Timothy Flynn 0ddc2e1f50 LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated hace 2 años
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
  Dan Klishch 17c9a3e8d9 AK+LibC+LibCrypto: Move FloatExtractor to AK/FloatingPoint.h hace 2 años
  Moustafa Raafat 54b8a2b094 LibCrypto: Add a way to compare UnsignedBigInteger with double hace 2 años
  Brian Gianforcaro d0a1775369 Everywhere: Fix a variety of typos hace 2 años
  davidot 528891bf69 LibCrypto: Add a constructor to (Un)SignedBigInteger taking a double hace 2 años
  davidot 77d71a5ffd LibCrypto: Add a rounding mode to UnsignedBigInteger::to_double hace 2 años
  davidot 8b8cee3172 LibCrypto: Implement a (mostly) proper to_double for UnsignedBigInteger hace 2 años
  davidot 2290fbc2a0 LibCrypto: Make a VERIFY a static_assert since it only uses constants hace 2 años
  sin-ack 7456904a39 Meta+Userland: Simplify some formatters hace 3 años
  Idan Horowitz 086969277e Everywhere: Run clang-format hace 3 años
  Timothy Flynn b0d6399f60 LibCrypto: Do not allow signed big integers to be negative zero hace 3 años
  Timothy Flynn 0013227377 LibCrypto: Change UnsignedBigInteger parser to use a StringView hace 3 años
  Nico Weber 013799a4dd LibCrypto+LibJS: Better bigint bitwise_or binop hace 3 años
  Nico Weber 1f98639396 LibCrypto+LibJS: Better bigint bitwise_and binop hace 3 años
  Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> hace 3 años
  Idan Horowitz bcdad57670 LibCrypto: Add naive implementation of {Un,}SignedBigInteger::to_double hace 3 años
  Idan Horowitz 75d1ffea00 LibCrypto: Add the >= operator to UnsignedBigInteger hace 4 años
  Linus Groh 89641d90db LibCrypto: Add operator>() to UnsignedBigInteger and SignedBigInteger hace 4 años
  Idan Horowitz 005d75656e LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N) hace 4 años
  Andreas Kling 49018553d3 LibJS+LibCrypto: Allow '_' as a numeric literal separator :^) hace 4 años
  Idan Horowitz 2ad2e055e2 LibCrypto: Add {Signed,Unsigned}BigInteger::from_base{2, 8, 16} helpers hace 4 años
  Idan Horowitz d7a70eb77c LibJS: Add all of the DataView.prototype.set* methods hace 4 años