summaryrefslogtreecommitdiffstats
path: root/compile-all-targets.sh
AgeCommit message (Collapse)Author
2023-12-29quieter compile scriptCanop
2023-11-30update changelogCanop
2023-08-22clarify download tableCanop
and remove the link to the old android version: it's outdated and there's a maintained termux package anyway
2023-07-30clean archive compile fileCanop
2023-07-22fix obsolete linkCanop
Part of Fix for #724
2023-07-15updated man pageCanop
2022-07-04more doc on imports & skin filesdefault-conf-dirCanop
2022-06-18fix many cargo cross failures with a cleanCanop
Doing cargo clean & cross fixes so many failures...
2022-04-13added compilation target: older GLIBCCanop
This one has no support for clipboard (yet). Fix #531
2022-04-03fix build chainCanop
2022-03-20downgrade rust to 1.58 : cargo cross fails on 1.59Canop
2022-03-07don't query size of remote volumesCanop
This prevents a temporary hang when running broot with size option or in filesystem state if a remote volume is unreachable.
2021-12-16version 1.7.5, making the "clipboard" feature non default againv1.7.5Canop
2021-10-29bunch of small improvements of clipboard & input fieldCanop
2021-08-29move some fit/crop utilities from broot's code to termimadCanop
2021-02-27add clipboard support to Android/Termuxv1.2.6Canop
(needs the termux API to be installed on the user's device)
2021-01-14default configuration file made available in website and releaseCanop
2020-11-18add the vscode.ttf file to the distributionCanop
2020-09-28add the clipboard feature to the official release on win & linuxCanop
2020-09-28fix compilation for androidCanop
2020-09-09ctrl-v now inserts the clipboard content in the inputCanop
when the "clipboard" feature is on. This behaviour may be mapped to another key, it's based on the new `:input_paste` verb
2020-09-08fix cross-compilation - define a "clipboard" featureCanop
2020-07-01add a release linked against muslCanop
This commit makes the script for the next release
2020-06-30base cross-compilation on the cross toolCanop
It's much easier to maintain across distribution update
2020-06-11some optimizations of the file content searchCanop
Thanks to Florian Margaine for the idea to use libc::posix_madvise to increase the likehood the memory is ready for a fast iteration.
2020-04-07small performance improvements of fuzzy scoringCanop
2020-03-19replace ~ in path arguments with user home dirCanop
Fix #211
2020-02-16version 0.13.2v0.13.2Canop
2020-01-19version 0.12v0.12.0Canop
2020-01-14publish the site compiling for all targetsCanop