Commit Graph

21 Commits

Author SHA1 Message Date
Antoine Prouvost e6d06b8e13
Move stubs to libmambapy-stubs (#3976) 2025-06-06 14:23:51 +02:00
Klaim (Joël Lamotte) 651622b72d
windows shell init files use executable name (#3546)
* shell-init: Windows bat paths are factorized and depend on exe name (micromamba or mamba) except for mamba_hook.bat which for now needs to keep that name whatever the exe name;
* Fixed windows version detection: When more than one line of output appears at the start of cmd (because of AUTORUN), we parsed only the first line which failed the version detection. This version simply search every line instead of just the first one.
It also clarifies through more precise logs the exact reason why enabling long-paths actually failed.
* Improved error output for clarity on failure to create shell-init files (.bat) or directories.

---------

Co-authored-by: Johan Mabille <johan.mabille@gmail.com>
2024-10-21 17:31:18 +02:00
Klaim (Joël Lamotte) 69ef891ea9
Hotfix to allow Ctrl+C in python scipts (#3285)
* Ignore _skbuild dirs

* Fixed `Context::use_default_signal_handler(bool)` not having any effect

* formatting
2024-05-03 21:33:49 +02:00
Antoine Prouvost c33df03cba
Dev workflow (#2948)
* Add dev-extra tools

* Refactor CMake Presets

* Add taskfile

* Rename Taskfile

* Add .gitignore entry
2023-10-30 12:21:25 +01:00
Ruben Arts b6b04e146b
Improve micromamba transaction message (#2474)
* fix: improve transaction message by giving runnable commands back

* misc: extend gitignore with cmake file generated by default when developing in jetbrains clion

* fmt: clang-format using pre-commit

* fix: move the executable back to just mamba or micromamba

* Use new context struct for prefix

---------

Co-authored-by: Hind-M <70631848+Hind-M@users.noreply.github.com>
Co-authored-by: Hind Montassif <hind.montassif@gmail.com>
2023-04-25 14:27:46 +02:00
Jonas Haag 62a3c2b149
Add repodata.zst support (#2113) 2023-01-13 18:50:09 +01:00
AntoinePrv a0ec9979b0 Remove *build* from .gitignore and clean 2022-09-28 17:01:29 +02:00
Pavel Zwerschke e1bf7b9901 Add micromamba deinit shell command
Fix xonsh + fish micromamba shell init
2022-07-20 17:29:45 +02:00
Joël Lamotte (Klaim) c90c137e8d Ignore directories starting with `build-` for convenience when building several modes. 2022-04-01 17:34:06 +02:00
Wolf Vollprecht e12a0f2474
Add pip to create env, silence code signing (#885) 2021-04-22 18:26:43 +02:00
Adrien Delsalle 99157eef84
Add a high-level API (#824) 2021-04-02 18:41:15 +02:00
Wolf Vollprecht 6fa9dab9f9 test server auth 2021-02-12 11:35:11 +01:00
martinRenou 90fb82ae5e Ignore version.hpp
Signed-off-by: martinRenou <martin.renou@gmail.com>
2020-10-29 10:44:20 +01:00
Marcelo Trevisani 5c2951cc18 Add pre-commit configuration
Run pre-commit
Fixed small problems
Fixed linters problems

Improve conditional expression
2020-08-02 18:58:09 +01:00
Christopher Barber e666463102 git ignore PyCharm workspace files 2020-07-10 16:57:01 -04:00
Wolf Vollprecht 08564eec06 adding version info to cpp lib 2020-07-01 14:43:11 +02:00
Wolf Vollprecht 0985f61383 improve URL and add cmake based tests to CI 2020-04-30 11:32:23 +02:00
Johan Mabille b06b6b21a7 Integrated minilog in output 2020-04-22 15:00:09 +02:00
Johan Mabille 6c92fcad9a Fixed api.solve call from remove 2020-03-10 16:30:54 +01:00
Wolf Vollprecht 966fdc826c first working version 2019-03-21 14:11:52 +01:00
Wolf Vollprecht 2589052338 initial commit 2019-03-11 20:46:42 +01:00