Commit Graph

  • 1f226d6108
    Add missing bidings and other improvements (#3990) Antoine Prouvost 2025-06-23 19:58:49 +0200
  • b0ac8df350 formatting #3991 Klaim (Joël Lamotte) 2025-06-23 17:13:18 +0200
  • 3dd707f04e fixed msvc warnings about unreachable code Klaim (Joël Lamotte) 2025-06-23 17:01:47 +0200
  • 69b9e8ffc2 adde missing include #3984 Klaim (Joël Lamotte) 2025-06-23 15:43:49 +0200
  • 7df8f44df3 Context C++20 #3990 AntoinePrv 2025-06-23 15:59:36 +0200
  • 9996d3b40d Bind link_params AntoinePrv 2025-06-23 15:59:22 +0200
  • a1e1a0cdc9 Add missing mirror_map methods AntoinePrv 2025-06-23 14:51:28 +0200
  • d6d74d8a42 maint: Handle environment vars in micromamba/tests with monkeypatch Burt Holzman 2025-06-16 11:56:21 -0500
  • 158f8c2699 formatting Klaim (Joël Lamotte) 2025-06-20 16:01:48 +0200
  • d7a316d817 removed unnecessary definition of `mutex_ref` Klaim (Joël Lamotte) 2025-06-20 15:31:38 +0200
  • b7c3ac360c fixed and improved multiple locks Klaim (Joël Lamotte) 2025-06-19 16:23:10 +0200
  • 72ad6a658d fixed doc formatting Klaim (Joël Lamotte) 2025-06-19 16:05:41 +0200
  • e6e52e9979 formatting Klaim (Joël Lamotte) 2025-06-19 15:22:33 +0200
  • d863c41869 separate definitions of comparisons Klaim (Joël Lamotte) 2025-06-19 15:20:12 +0200
  • f2bbeb7a59 fixed `[[maybe_unused]]` usage Klaim (Joël Lamotte) 2025-06-19 15:19:46 +0200
  • 0090612a09 better comparison and assignations Klaim (Joël Lamotte) 2025-06-19 15:02:02 +0200
  • cb7b069514 fixed missing constraint by fixing `is_type_instance_of_v` Klaim (Joël Lamotte) 2025-06-19 14:30:27 +0200
  • e1f5637d1d formatting Klaim (Joël Lamotte) 2025-06-19 14:17:23 +0200
  • 9381adc3c7 formatting Klaim (Joël Lamotte) 2025-06-19 14:13:10 +0200
  • 45840ad973 attempt to please the ci Klaim (Joël Lamotte) 2025-06-19 13:52:38 +0200
  • 48e282085f typos and formatting Klaim (Joël Lamotte) 2025-06-18 16:45:29 +0200
  • 2916ce6c3f formatting Klaim (Joël Lamotte) 2025-06-18 16:26:36 +0200
  • cebe4bf86e formatting Klaim (Joël Lamotte) 2025-06-18 16:16:55 +0200
  • 8a441f8d57 formatting Klaim (Joël Lamotte) 2025-06-18 16:11:40 +0200
  • afe9dc5945 clarified move operations info Klaim (Joël Lamotte) 2025-06-18 16:01:31 +0200
  • 6724d57557 forbid `synchronized_value` moves + fixes mismatching members signatures Klaim (Joël Lamotte) 2025-06-18 15:49:30 +0200
  • 1970b6c225 added some assertions Klaim (Joël Lamotte) 2025-06-18 15:48:35 +0200
  • 27863f3474 added synchronize (free function) + tests Joël Lamotte (Klaim) 2025-06-17 19:19:22 +0200
  • 16293797c8 documentation and related improvments Joël Lamotte (Klaim) 2025-06-17 18:11:06 +0200
  • bb91c8ca20 wip: mixed concurrent reads in the concurrent access tests Joël Lamotte (Klaim) 2025-06-16 17:57:56 +0200
  • fbbedc1c34 wip: tests run with various mutex types Joël Lamotte (Klaim) 2025-06-16 17:41:15 +0200
  • 761e5ad411 wip: basic concurrent write tests Joël Lamotte (Klaim) 2025-06-16 17:23:39 +0200
  • a5d708ae65 mutualized tools from TaskSynchronizer tests Joël Lamotte (Klaim) 2025-06-16 17:23:23 +0200
  • 532f6d04a3 wip: basic apply and synchronize tests Joël Lamotte (Klaim) 2025-06-16 16:38:06 +0200
  • 3d58b8b59b wip: added nodiscard Joël Lamotte (Klaim) 2025-06-13 15:34:49 +0200
  • 02fa29a912 wip: simplified locking access and rewrote the basic tests Joël Lamotte (Klaim) 2025-06-13 15:24:08 +0200
  • aec19c01af temporarilly comment `synchronize` free function Joël Lamotte (Klaim) 2025-06-13 14:42:55 +0200
  • f6d3256541 wip: simpler syntax for operators Joël Lamotte (Klaim) 2025-06-12 16:35:24 +0200
  • 807ad7e54c wip: comparison operators are missing, only added equality Joël Lamotte (Klaim) 2025-06-12 16:30:45 +0200
  • 328c2b9461 wip: tests Joël Lamotte (Klaim) 2025-06-12 15:55:07 +0200
  • 294279ec24 wip: handling shared locks Joël Lamotte (Klaim) 2025-06-12 15:07:35 +0200
  • 34ecfab0ad wip basic impl and tests Joël Lamotte (Klaim) 2025-06-11 17:59:53 +0200
  • 29c398462d wip Joël Lamotte (Klaim) 2025-06-11 17:12:05 +0200
  • 1df8b97102 wip synchronized_value interface Joël Lamotte (Klaim) 2025-06-11 17:02:50 +0200
  • 813625e7db util: synchronized_value basic interface and tests Joël Lamotte (Klaim) 2025-06-10 16:26:26 +0200
  • 89144d5bbb util: added Mutex concepts Joël Lamotte (Klaim) 2025-06-10 16:00:58 +0200
  • 7cdf568d80
    ci: use VS2022 instead of VS2019 (#3986) Klaim (Joël Lamotte) 2025-06-19 15:53:52 +0200
  • 35cb46c0db ci: use VS2022 instead of VS2019 #3986 Klaim (Joël Lamotte) 2025-06-18 17:25:58 +0200
  • a8bf17b202
    Add init bindings to for params structs (#3985) Antoine Prouvost 2025-06-17 15:33:11 +0200
  • 364083088e Add init bindings to for params structs #3985 AntoinePrv 2025-06-16 15:27:11 +0200
  • 0ad2c5695c release libmamba 2.3.0, micromamba 2.3.0, libmambapy 2.3.0 2.3.0 AntoinePrv 2025-06-16 10:50:34 +0200
  • 749517510c release libmamba 2.3.0, micromamba 2.3.0, libmambapy 2.3.0 show AntoinePrv 2025-06-16 10:50:34 +0200
  • e3e5f54540
    feat: add option revision to install command (#3966) Sandrine Pataut 2025-06-13 18:35:59 +0200
  • 5f3ef763b9
    Tweak call to static function clearer #3966 Klaim (Joël Lamotte) 2025-06-13 15:28:28 +0200
  • 42d559cbbb edit README file Sandrine Pataut 2025-06-13 11:35:15 +0200
  • 14703dc660 remove useless file Sandrine Pataut 2025-06-13 11:04:06 +0200
  • 2c3ddf1eef
    Add missing bindings (#3983) Antoine Prouvost 2025-06-12 17:07:07 +0200
  • e976c01cf5 Add missing bindings #3983 AntoinePrv 2025-06-12 15:18:01 +0200
  • 445bf87ecc
    fix: Skip inaccessible CONDA_ENVS_DIRS (#3887) Burt Holzman 2025-06-11 17:51:31 -0500
  • 9925716acf
    Merge branch 'main' into skip-inaccesible-env-dir #3887 Julien Jerphanion 2025-06-11 19:25:35 +0200
  • 2e667f507a address review comments Sandrine Pataut 2025-06-11 17:53:22 +0200
  • 5bc7f9f5da
    Fix env vars substitution from env yaml file (#3981) Hind-M 2025-06-11 16:16:01 +0200
  • eb3144efab
    Adapt label check to bot (#3974) Hind-M 2025-06-11 12:27:45 +0200
  • e6a391ba3d
    Depend on LGPL builds of libarchive>=3.8 (#3982) Julien Jerphanion 2025-06-11 12:03:56 +0200
  • bff3a99381
    Use LGPL builds of libarchive>=3.8 #3982 Julien Jerphanion 2025-06-11 10:22:22 +0200
  • 1573192395
    doc: Mention fix for ``libmamba Download error (7) Could not connect ...`` (#3980) John Muradeli 2025-06-11 08:07:52 +0000
  • 424388f310 Remove wrong assertions #3981 Hind Montassif 2025-06-09 11:13:40 +0200
  • d7d0100449 Move expandvars to util.{hpp, cpp} instead of configuration.{hpp, cpp} Hind Montassif 2025-06-06 15:38:59 +0200
  • abfb52256f Fix env vars substitution in channels from env yaml file Hind Montassif 2025-06-06 12:27:38 +0200
  • 91206e1a6c
    Mention fix for ``libmamba Download error (7) Could not connect to server`` #3980 John Muradeli 2025-06-07 21:26:22 +0000
  • f771e520f9
    Use range in Solution (#3968) Antoine Prouvost 2025-06-06 22:34:33 +0200
  • 7d52d6004c
    Add missing init bindings from subdir structs (#3975) Antoine Prouvost 2025-06-06 17:20:42 +0200
  • 32afefffa4 Fix constexpr on win #3975 AntoinePrv 2025-06-06 10:37:31 +0200
  • 752db9fbdd Add views documentation #3968 AntoinePrv 2025-06-04 16:33:47 +0200
  • 249f9caa82 Replace typename with concept AntoinePrv 2025-06-04 16:29:26 +0200
  • a0a22726ca Test Solution as const AntoinePrv 2025-06-04 15:34:47 +0200
  • d63a1ac3e8 Increase minimal macos brew test AntoinePrv 2025-06-04 14:53:38 +0200
  • a0a8aee4de Deactivate null-dereference AntoinePrv 2025-06-04 14:36:14 +0200
  • 5d785ec094 Fix solution test warning AntoinePrv 2025-06-04 14:27:40 +0200
  • c09e8872ab Ignore GCC warning AntoinePrv 2025-06-04 14:04:27 +0200
  • 96e68de7f1 Remove Solution for_each functions AntoinePrv 2025-06-04 13:48:52 +0200
  • d4432eb8d1 Move to Solution range methods AntoinePrv 2025-06-04 13:47:33 +0200
  • 055b44d002 Add Solution::packages AntoinePrv 2025-06-04 11:53:54 +0200
  • 1ed1113cdb Add ranges to solution AntoinePrv 2025-06-04 10:50:33 +0200
  • 14e27b770d Use range in Database add_packages AntoinePrv 2025-06-05 16:26:57 +0200
  • e6aa7c5b9f Add missing init bindings AntoinePrv 2025-06-05 15:56:39 +0200
  • e6d06b8e13
    Move stubs to libmambapy-stubs (#3976) Antoine Prouvost 2025-06-06 14:23:51 +0200
  • b9be818b43 remove extra test Sandrine Pataut 2025-06-06 13:51:12 +0200
  • ff00aab029 Remove dev comment #3976 AntoinePrv 2025-06-06 13:20:10 +0200
  • ac6413717a Simplify stubs tests AntoinePrv 2025-06-06 12:58:21 +0200
  • 9b46e02a2c Remove generated pyi files AntoinePrv 2025-06-06 12:45:07 +0200
  • 74b18d8690 Add libmambapy-stubs AntoinePrv 2025-06-06 12:44:00 +0200
  • 46341a0cac second version of test Sandrine Pataut 2025-06-06 10:25:54 +0200
  • 82896707bc add install revision option Sandrine Pataut 2025-05-20 16:51:10 +0200
  • d390bbe80a
    Enable and update Python stubs (#3972) Antoine Prouvost 2025-06-05 17:33:50 +0200
  • 2201098aa5 Fix wrong syntax #3974 Hind Montassif 2025-06-05 15:38:32 +0200
  • fabf323269 Use GH API instead of event payload Hind Montassif 2025-06-05 15:28:07 +0200
  • be8ac68eb6 Regenerate stubs #3972 AntoinePrv 2025-06-05 14:19:25 +0200
  • daffb92e89 Add CI stub check AntoinePrv 2025-06-05 14:23:04 +0200
  • 7d01d69d7a Fix stub message AntoinePrv 2025-06-05 14:16:24 +0200