3164 Commits (b5f006511e853340e49c3757b71f752df591579e)
 

Autor SHA1 Mensaje Fecha
  Sam Hocevar b5f006511e src: ensure submodules use the checkout update mode hace 9 meses
  Sam Hocevar 80f8eb149a Add <lol/format> to ensure std::format is available hace 10 meses
  Sam Hocevar dfa14a19ba Do not use <filesystem> on systems that do not have it hace 10 meses
  Sam Hocevar 7ddb482a7b Add new lol::msg::set_output() function to register a logger hace 10 meses
  Sam Hocevar 497e98cbf9 Remove lol::format now that std::format support is more widespread hace 10 meses
  Sam Hocevar d06b110883 Some Visual Studio compilation fixes hace 1 año
  Sam Hocevar ea78a1bf9e Fix multiple compilation warnings and errors hace 1 año
  Sam Hocevar f556b500ff Move the erfcx() implementation to a helper function hace 2 años
  Sam Hocevar 01e1b2736d Implement erfcx() hace 2 años
  Sam Hocevar f1b95ac648 Simplify sinh() and tanh() code now that we have expm1() hace 2 años
  Sam Hocevar 22ab502072 Refactor erf() and add erfc() hace 2 años
  Sam Hocevar 45fbe2bdb3 Add expm1() and log1p() for real numbers hace 2 años
  Sam Hocevar 37d6d2f18a Add a sign() function for real numbers. hace 4 años
  Sam Hocevar c95c207825 Fix more spacing. hace 4 años
  Sam Hocevar e276e5adda
Merge pull request #1 from Clanmaster21/master hace 4 años
  Clanmaster21 0261bb0774
Fix spacing hace 4 años
  Clanmaster21 234b5310c6
Optimisations in arbitrary precision float multiplication hace 4 años
  Sam Hocevar c19f584e26 Assume a system always has threads unless LOL_NOTHREADS is defined. hace 4 años
  Sam Hocevar 2c61a5e805 Start working on a new image class. hace 4 años
  Sam Hocevar db10f5875e Rename narray_view to narray_span and allow creation from a const container. hace 4 años
  Sam Hocevar 3ec1806d3e More documentation. hace 4 años
  Sam Hocevar b718c70dce Try to rework README.md layout. hace 4 años
  Sam Hocevar 974f642eef Update README.md with some description of what’s in there. hace 4 años
  Sam Hocevar c8cd64d207 Add C++11 iterators to narray class. hace 4 años
  Sam Hocevar cffee479d3 Add narray_view class, similar to std::span for n-dimensional arrays. hace 4 años
  Sam Hocevar e073082150 Rename arraynd to old_arraynd and create new lol::narray implementation. hace 4 años
  Sam Hocevar c54b4cbe07 Add arraynd.clear() utility method. hace 4 años
  Sam Hocevar 83370c7293 Fix Windows compilation. hace 4 años
  Sam Hocevar c97a8c64ba Add <lol/file> to easily read and write files. hace 4 años
  Sam Hocevar 2ff9562bac Add “merge” and “upstream” entries for submodules. hace 4 años
  Sam Hocevar 46f0426ade Update the step and cli11 submodules with custom patches. hace 4 años
  Sam Hocevar 2f9c6b29f7 Use CLI11 instead of clipp for command line parsing. hace 4 años
  Sam Hocevar f893fe0188 Add <lol/algo/suffix_array> module that exposes the Step library. hace 4 años
  Sam Hocevar 035e79c424 Fix lower bit entropy issue with lol::rand(). hace 4 años
  Sam Hocevar 80481a587c Remove <numeric.h> and <interp.h>, they’re almost unused. hace 4 años
  Sam Hocevar d22746ebaf Remove deprecated assert.h header. hace 4 años
  Sam Hocevar 10f78b3a45 Update PEGTL submodule. hace 4 años
  Sam Hocevar 8ce1b6ec9c Fix the LOL_DEBUG environment variable handling logic. hace 4 años
  Sam Hocevar 42d43c24a7 Update portable file dialogs submodule. hace 4 años
  Sam Hocevar c806e77280 Minor compilation fixes. hace 4 años
  Sam Hocevar 7e540d8eff Implement <lol/msg> to replace <lol/base/log.h> in the future. hace 4 años
  Sam Hocevar b85dc6cd00 Remove workaround for an old threading bug in Visual Studio 2013. hace 4 años
  Sam Hocevar 0a7b6367d6 Update portable-file-dialogs and pegtl submodules. hace 4 años
  Sam Hocevar d21392096a Fix GCC compilation issue. hace 4 años
  Sam Hocevar b8e54636b8 Merge branch 'wip/core-clipp' into core hace 4 años
  Sam Hocevar 415409d2a7 Use <lol/cli> and namespace lol::cli for argument parser API. hace 4 años
  Sam Hocevar dead6fe3bf Fix unresolved symbol issue introduced by recent OS X fixes. hace 4 años
  Sam Hocevar 93ad6b7ab1 Fix g++ compilation on OS X Catalina. hace 4 años
  Sam Hocevar b5a498ad14 Try to use the clipp library for argument parsing. hace 4 años
  Sam Hocevar 29758c1458 Math: simplify vector swizzling rules. hace 4 años