Commit graph

34 commits

Author SHA1 Message Date
8d95c64c43 xo-cmake: setup to make share target available via cmake install 2026-02-27 19:38:53 +11:00
2d24eb67c4 xo-arena: DArenaHashMap: generative test + check load factor 2026-01-07 16:52:50 -05:00
7a7987792a xo-randomgen: build: install examples with XO_ENABLE_EXAMPLES 2025-09-22 12:30:00 -04:00
44a31724ec xo-randomgen: bugfix: test with __APPLE__ instead of __clang__ 2024-04-29 23:17:58 -05:00
45cc28b4f8 xo-randomgen: streamline build using improved xo-cmake macros 2024-04-29 23:17:36 -05:00
be5a3261f5 minor comment 2024-03-29 14:44:15 -04:00
a449316999 uniformgen: + interval() method 2024-03-29 14:43:50 -04:00
fdefb286b0 build: suppress bootstrap message in submodule build 2024-03-29 14:33:41 -04:00
c0ff16e3ac build: streamline CMAKE_MODULE_PATH interaction 2024-03-15 19:27:50 -04:00
e3743cc01f + bernoulli/exponential/uniform/guussianpair 2023-10-23 20:18:45 -04:00
fa5e4216a8 globally-unique cmake target names for submodule build 2023-10-22 14:49:21 -04:00
4f5cd005b3 Merge branch 'main' of github.com:Rconybea/randomgen 2023-10-19 16:35:17 -04:00
36a6edc51f build: allow symlink-preferred install 2023-10-19 16:34:28 -04:00
Roland Conybeare
a6d0252dd4 build: clang16 fixes (c++20 concept headers available) 2023-10-19 12:15:18 -04:00
Roland Conybeare
0068f6c0fd build: concept carveout for clang + std::copyable 2023-10-19 00:00:41 -04:00
a4c264d8db randomgen: distribution + related concepts 2023-10-17 14:54:27 -04:00
Roland Conybeare
f0208ec71a randomgen: compile fixes for OSX (clang 11) 2023-10-17 00:20:00 -04:00
3f82f69374 Merge branch 'main' of github.com:Rconybea/randomgen 2023-10-08 13:53:48 -04:00
f05068a45b bugfix: xo/ in include path 2023-10-08 13:52:02 -04:00
5019c94024 build nit: xo_internal_dependency() -> xo_dependency() 2023-10-08 13:51:39 -04:00
b3d4a1276e build: fix include path to insert xo/ dir 2023-10-06 19:27:24 -04:00
5b558ce086 .gitignore: + compile_commands.json 2023-10-06 18:42:32 -04:00
00fae469e0 randomgen: fixing include paths for xo/ insertion 2023-10-06 18:41:45 -04:00
9a2fc0605b randomgen: + print.hpp 2023-10-04 16:01:48 -04:00
a26a6e4656 random: use get_random() instead of arc4random_buf() for non-bsd builds 2023-10-04 15:50:40 -04:00
90dcd600c0 build: + cmake find_package() support 2023-10-04 00:02:38 -04:00
11092bc4fd randomgen: consolidate CMAKE_EXPORT_COMPILE_COMMANDS + tidy 2023-09-27 18:22:08 -04:00
cf4a928783 randomgen: consolidate CMAKE_CXX_STANDARD setting 2023-09-27 18:14:37 -04:00
fb5bb1b03a randomgen: build streamlining using xo-cmake macros 2023-09-27 17:57:54 -04:00
748c7d86e4 + .gitignore 2023-09-27 10:29:59 -04:00
aac74e2763 build: adopt xo_cmake dependency 2023-09-27 10:29:15 -04:00
1db6cd4d4a build: fix CMAKE_INSTALL_RPATH 2023-09-23 13:14:50 -04:00
fadbcd7b54 + xoshiro256ss (copied from kalman project) 2023-09-23 13:07:45 -04:00
e2533d7ae6 initial commit 2023-09-22 16:25:37 -04:00