[elpa] externals/elisp-benchmarks 94d1d747cd: Provide consistent features in benchmarks

2025-02-15 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 94d1d747cdf9b37b1634019208594b0d366638be Author: Andrea Corallo Commit: Andrea Corallo Provide consistent features in benchmarks * benchmarks/pack-unpack.el (elb-pack-unpack): Provide. * benchmarks/nbody.el (elb-nbody): Likewise

[elpa] externals/elisp-benchmarks 03e668caf8: * benchmarks/bubble-no-cons.el (elb-bubble-no-cons): Fix provide.

2025-01-17 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 03e668caf878c9b9780356e447e3fd85e0696f77 Author: Andrea Corallo Commit: Andrea Corallo * benchmarks/bubble-no-cons.el (elb-bubble-no-cons): Fix provide. --- benchmarks/bubble-no-cons.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[elpa] externals/elisp-benchmarks 1a3d979549: * elisp-benchmarks.el: Bump new version.

2024-05-18 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 1a3d97954957a95a179806e0d49ca6d178b097af Author: Andrea Corallo Commit: Andrea Corallo * elisp-benchmarks.el: Bump new version. --- elisp-benchmarks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp-benchmarks.el b/elisp

[elpa] externals/elisp-benchmarks 0eb498f77b: * elisp-benchmarks.el (native-comp-speed, compilation-safety): Fix warning.

2024-05-15 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 0eb498f77b5078849231468848ad73185989185e Author: Andrea Corallo Commit: Andrea Corallo * elisp-benchmarks.el (native-comp-speed, compilation-safety): Fix warning. --- elisp-benchmarks.el | 7 ++- 1 file changed, 2 insertions(+), 5 deletions

[elpa] externals/elisp-benchmarks fccb7bbaad 1/2: * Handle 'compilation-safety'

2024-05-15 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit fccb7bbaad77f5b77f98bafb8402dbc250e5d9c2 Author: Andrea Corallo Commit: Andrea Corallo * Handle 'compilation-safety' * elisp-benchmarks.el (bytecomp): Require it. : Silence warning if 'compilation-safety' is not defi

[elpa] externals/elisp-benchmarks 869a51d702 2/2: * elisp-benchmarks.el: Bump new version.

2024-05-15 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 869a51d70200b2e86e0b78793f4a99c8e690b996 Author: Andrea Corallo Commit: Andrea Corallo * elisp-benchmarks.el: Bump new version. --- elisp-benchmarks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp-benchmarks.el b/elisp

[elpa] externals/elisp-benchmarks updated (f0f0ce9a94 -> 869a51d702)

2024-05-15 Thread Andrea Corallo
akrl pushed a change to branch externals/elisp-benchmarks. from f0f0ce9a94 ; * elisp-benchmarks.el: Update copyright year new fccb7bbaad * Handle 'compilation-safety' new 869a51d702 * elisp-benchmarks.el: Bump new version. Summary of changes: elisp-benchmarks.el | 10

[elpa] externals/elisp-benchmarks updated (ce92b922cb -> f0f0ce9a94)

2024-04-04 Thread Andrea Corallo
akrl pushed a change to branch externals/elisp-benchmarks. from ce92b922cb * benchmarks/elb-smie.el (elb-font-lock-entry): New benchmark new 237d5a71ef ; * elisp-benchmarks.el: Update my mail new f0f0ce9a94 ; * elisp-benchmarks.el: Update copyright year Summary of changes

[elpa] externals/elisp-benchmarks f0f0ce9a94 2/2: ; * elisp-benchmarks.el: Update copyright year

2024-04-04 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit f0f0ce9a9416cafabc5653cfaec8ec110a12ed1a Author: Andrea Corallo Commit: Andrea Corallo ; * elisp-benchmarks.el: Update copyright year --- elisp-benchmarks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp-benchmarks.el b

[elpa] externals/elisp-benchmarks 237d5a71ef 1/2: ; * elisp-benchmarks.el: Update my mail

2024-04-04 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 237d5a71ef550fd85438bfb892cd49b1f74ba733 Author: Andrea Corallo Commit: Andrea Corallo ; * elisp-benchmarks.el: Update my mail --- elisp-benchmarks.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elisp-benchmarks.el b

[elpa] externals/elisp-benchmarks ca3cc289af: * benchmarks/elb-scroll.el (elb-scroll-entry): Load native code when available

2022-02-10 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit ca3cc289af45a66c730626054802fe92ba771f91 Author: Andrea Corallo Commit: Andrea Corallo * benchmarks/elb-scroll.el (elb-scroll-entry): Load native code when available --- benchmarks/elb-scroll.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[elpa] externals/elisp-benchmarks 02c4c41: * elisp-benchmarks.el (elisp-benchmarks-run): Fix for non-native emacs

2021-12-01 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 02c4c41a61b169e380f6b207084700d7376648b4 Author: Andrea Corallo Commit: Andrea Corallo * elisp-benchmarks.el (elisp-benchmarks-run): Fix for non-native emacs --- elisp-benchmarks.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[elpa] externals/elisp-benchmarks d273a89: ; * benchmarks/pack-unpack.el: Remove unnecessary newlines.

2021-05-06 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit d273a89221c6561fe86f4c29b9864e61c114ea52 Author: Andrea Corallo Commit: Andrea Corallo ; * benchmarks/pack-unpack.el: Remove unnecessary newlines. --- benchmarks/pack-unpack.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/benchmarks/pack

[elpa] externals/elisp-benchmarks 18eb211 2/2: * Rename comp-speed -> native-comp-speed + bump new version

2021-05-06 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 18eb211da6ddd2f904f3e42364192490d26ec4ff Author: Andrea Corallo Commit: Andrea Corallo * Rename comp-speed -> native-comp-speed + bump new version * elisp-benchmarks.el (featurep, elb-speed) (elisp-benchmarks-run): Rename comp-sp

[elpa] externals/elisp-benchmarks 1b9b2c5 1/2: * elisp-benchmarks.el : Rename feature nativecomp -> feature-nativecompile

2021-05-06 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 1b9b2c5ecc6a8c0bff9fc98ded4cc0fec0984b94 Author: Andrea Corallo Commit: Andrea Corallo * elisp-benchmarks.el : Rename feature nativecomp -> feature-nativecompile --- elisp-benchmarks.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

[elpa] externals/elisp-benchmarks updated (c10f416 -> 18eb211)

2021-05-06 Thread Andrea Corallo
akrl pushed a change to branch externals/elisp-benchmarks. from c10f416 * benchmarks/pack-unpack.el: New file. new 1b9b2c5 * elisp-benchmarks.el : Rename feature nativecomp -> feature-nativecompile new 18eb211 * Rename comp-speed -> native-comp-speed + bump new versi

[elpa] externals/elisp-benchmarks 3dc675c 1/4: Revert "Make `comp-speed' explicit in each benchmark"

2021-03-16 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 3dc675c0b41183cb2d9f99f3dec9f4fd93266339 Author: Andrea Corallo Commit: Andrea Corallo Revert "Make `comp-speed' explicit in each benchmark" This reverts commit 026b64caf23dd63621cbd7e81d8856de1cc30598. Reason: we

[elpa] externals/elisp-benchmarks 8e8af88 2/4: Make `comp-speed' controllable through a customize

2021-03-16 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 8e8af88be9da9979565f8bc020876849000eb2bb Author: Andrea Corallo Commit: Andrea Corallo Make `comp-speed' controllable through a customize --- elisp-benchmarks.el | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --

[elpa] externals/elisp-benchmarks 0291ac3 4/4: * elisp-benchmarks.el: Bump new version.

2021-03-16 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 0291ac39bc92e6e25bc89b87d890a9416cb09f67 Author: Andrea Corallo Commit: Andrea Corallo * elisp-benchmarks.el: Bump new version. --- elisp-benchmarks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp-benchmarks.el b/elisp

[elpa] externals/elisp-benchmarks updated (5a37ce1 -> 0291ac3)

2021-03-16 Thread Andrea Corallo
akrl pushed a change to branch externals/elisp-benchmarks. from 5a37ce1 Allow for GC to kick in pidigit new 3dc675c Revert "Make `comp-speed' explicit in each benchmark" new 8e8af88 Make `comp-speed' controllable through a customize new 6ff2a30 * elisp-benchm

[elpa] externals/elisp-benchmarks 6ff2a30 3/4: * elisp-benchmarks.el (elb-runs): Fix group.

2021-03-16 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 6ff2a3014a1cdee91035077e84d4f162673dc8cc Author: Andrea Corallo Commit: Andrea Corallo * elisp-benchmarks.el (elb-runs): Fix group. --- elisp-benchmarks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp-benchmarks.el b

[elpa] externals/elisp-benchmarks 026b64c 1/2: Make `comp-speed' explicit in each benchmark

2021-03-15 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 026b64caf23dd63621cbd7e81d8856de1cc30598 Author: Andrea Corallo Commit: Andrea Corallo Make `comp-speed' explicit in each benchmark * elisp-benchmarks.el (elisp-benchmarks-run): Do not hardcode `comp-speed'. *

[elpa] externals/elisp-benchmarks 5a37ce1 2/2: Allow for GC to kick in pidigit

2021-03-15 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 5a37ce17ea5f75853c334e43a7e6ce56aacd0897 Author: Andrea Corallo Commit: Andrea Corallo Allow for GC to kick in pidigit * elisp-benchmarks.el: Bump new version. * benchmarks/pidigits.el (elb-pidigits): Native compile at speed

[elpa] externals/elisp-benchmarks updated (2f69d7f -> 5a37ce1)

2021-03-15 Thread Andrea Corallo
akrl pushed a change to branch externals/elisp-benchmarks. from 2f69d7f * Fix for new `native-compile' interface and bump new version new 026b64c Make `comp-speed' explicit in each benchmark new 5a37ce1 Allow for GC to kick in pidigit Summary of changes: benchmarks

[elpa] externals/elisp-benchmarks updated (72ad57a -> 2f69d7f)

2020-11-20 Thread Andrea Corallo
akrl pushed a change to branch externals/elisp-benchmarks. from 72ad57a Add new 'inclist-type-hints' benchmark + tag new version new a357570 * elisp-benchmarks.el (elisp-benchmarks-run): Use featurep to detect nativecomp new 2f69d7f * Fix for new `native-compile' inte

[elpa] externals/elisp-benchmarks 2f69d7f 2/2: * Fix for new `native-compile' interface and bump new version

2020-11-20 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 2f69d7fc227b795b31d586b9de4d9b3ad805b73d Author: Andrea Corallo Commit: Andrea Corallo * Fix for new `native-compile' interface and bump new version * elisp-benchmarks.el: Bump 1.9 version. (elisp-benchmarks-run): Fix fo

[elpa] externals/elisp-benchmarks a357570 1/2: * elisp-benchmarks.el (elisp-benchmarks-run): Use featurep to detect nativecomp

2020-11-20 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit a35757079fb9ba64fe7d3aa796738cc472ab7d8f Author: Andrea Corallo Commit: Andrea Corallo * elisp-benchmarks.el (elisp-benchmarks-run): Use featurep to detect nativecomp --- elisp-benchmarks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[elpa] externals/gcmh 0089f9c: * gcmh.el: Update copyright and header section

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9 Author: Andrea Corallo Commit: Andrea Corallo * gcmh.el: Update copyright and header section --- gcmh.el | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/gcmh.el b/gcmh.el index ca18772

[elpa] master f22e27d: * externals-list: New package GCMH

2020-11-16 Thread Andrea Corallo
branch: master commit f22e27d65320112cf11504363b12106966257564 Author: Andrea Corallo Commit: Andrea Corallo * externals-list: New package GCMH --- externals-list | 1 + 1 file changed, 1 insertion(+) diff --git a/externals-list b/externals-list index 5e2879a..bc5a5c5 100644 --- a

[elpa] externals/gcmh 72683e1 13/32: Update conventions

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 72683e169beda961628bd00089625e0f26d16390 Author: Troy Hinckley Commit: Troy Hinckley Update conventions First removed the unnecessary require statements. Then update some of the wording to be clearer. Reworked the minor mode to be cleaner and mo

[elpa] externals/gcmh 04e3c0c 28/32: Set `gcmh-auto-idle-delay-factor' to 20

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 04e3c0c9cf928176ac04a775819883a2921b8001 Author: Andrea Corallo Commit: Andrea Corallo Set `gcmh-auto-idle-delay-factor' to 20 --- gcmh.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcmh.el b/gcmh.el index fedea6d..0a6fac4 100644

[elpa] externals/gcmh 8bf0666 30/32: Rename `gcmh-register-idle-timer' into `gcmh-register-idle-gc'

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 8bf06660dd3f9ac788e79b26f23f585bd9cccfdc Author: Andrea Corallo Commit: Andrea Corallo Rename `gcmh-register-idle-timer' into `gcmh-register-idle-gc' --- gcmh.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcmh.el b/gcm

[elpa] externals/gcmh 8867533 20/32: Improve messaging

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 8867533a736f2098917904c26fd833feca2310a5 Author: Andrea Corallo Commit: Andrea Corallo Improve messaging --- gcmh.el | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/gcmh.el b/gcmh.el index bbccbc9..d78b505 100644 --- a/gcmh.el

[elpa] externals/gcmh 84c43a4 23/32: Remove unnecessary require in README

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 84c43a4c0b41a595ac6e299fa317d2831813e580 Author: Andrea Corallo Commit: Andrea Corallo Remove unnecessary require in README --- README.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index d78ef58..2fe7044

[elpa] externals/gcmh 2827dff 31/32: Clean-up unnecessary logic

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 2827dfff7568786f8055f57a9bbb56d74f126889 Author: Andrea Corallo Commit: Andrea Corallo Clean-up unnecessary logic --- gcmh.el | 4 1 file changed, 4 deletions(-) diff --git a/gcmh.el b/gcmh.el index e576704..590a5d6 100644 --- a/gcmh.el +++ b/gcmh.el

[elpa] externals/gcmh 855f03e 25/32: Implement auto idle delay mode

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 855f03edf921aabc5822f9941a6e939a84bb3c6a Author: Andrea Corallo Commit: Andrea Corallo Implement auto idle delay mode --- gcmh.el | 28 +--- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/gcmh.el b/gcmh.el index c81e698

[elpa] externals/gcmh f542908 19/32: Merge branch 'feature/prevent-duplicate-timers' into 'master'

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit f542908b9ae4405d70fa70f42bd62618c5de4b95 Merge: 1953d91 537d050 Author: Koral Commit: Koral Merge branch 'feature/prevent-duplicate-timers' into 'master' Feature/prevent duplicate timers See merge request koral/gcmh!2 --- gcmh.el | 19

[elpa] externals/gcmh c96bd70 12/32: update readme

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit c96bd7063a324bb042cb6baf705c0b7d3b02ce2a Author: Andrea Corallo Commit: Andrea Corallo update readme --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index dd53364..d78ef58 100644 --- a/README.org +++ b

[elpa] externals/gcmh f449abb 27/32: No reason anymore to use `run-with-idle-timer' so use `run-with-timer'

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit f449abb5629f28155dd87aff4b8708c01f92e00e Author: Andrea Corallo Commit: Andrea Corallo No reason anymore to use `run-with-idle-timer' so use `run-with-timer' --- gcmh.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcmh.el

[elpa] externals/gcmh c1bc27a 06/32: Add readme

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit c1bc27aead05fda40bfe5d2959d29ccbcb7d92fd Author: Andrea Corallo Commit: Andrea Corallo Add readme --- README.org | 22 ++ 1 file changed, 22 insertions(+) diff --git a/README.org b/README.org new file mode 100644 index 000..e522e55

[elpa] externals/gcmh 345121d 29/32: Readme update

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 345121d408cec012b642c7c41fcc88074fe58154 Author: Andrea Corallo Commit: Andrea Corallo Readme update --- README.org | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 2fe7044..2148a61 100644 --- a

[elpa] externals/gcmh 8008009 03/32: some minor fixes

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 80080093c786805b91d6f0766f5754d3f72cd65c Author: Andrea Corallo Commit: Andrea Corallo some minor fixes --- gcmh.el | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/gcmh.el b/gcmh.el index 69daea1..041208e 100644 --- a

[elpa] externals/gcmh 5a83e25 32/32: Bump version 0.2

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 5a83e257b5f00ef5a1e04fb6734d4d0490bb35b0 Author: Andrea Corallo Commit: Andrea Corallo Bump version 0.2 --- gcmh.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcmh.el b/gcmh.el index 590a5d6..12418e2 100644 --- a/gcmh.el +++ b/gcmh.el

[elpa] externals/gcmh 920bc52 05/32: better comments

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 920bc52b0e09d419de70ba6d0c836b431f668288 Author: Andrea Corallo Commit: Andrea Corallo better comments --- gcmh.el | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/gcmh.el b/gcmh.el index 69c20e3..5ebe3d4 100644 --- a/gcmh.el

[elpa] externals/gcmh 12fd03c 24/32: Set the new timer for running once and on post-command-hook

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 12fd03c7c0915b2ae470e77e6600ad04f7f67dde Author: Andrea Corallo Commit: Andrea Corallo Set the new timer for running once and on post-command-hook --- gcmh.el | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/gcmh.el b

[elpa] externals/gcmh dd69c84 10/32: add warning into readme

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit dd69c843e34f022fd35048e21c960cc8984c874a Author: Andrea Corallo Commit: Andrea Corallo add warning into readme --- README.org | 5 + 1 file changed, 5 insertions(+) diff --git a/README.org b/README.org index 15030b3..298e154 100644 --- a/README.org +++ b

[elpa] externals/gcmh 5bf0ed3 16/32: Prevent duplicate idle timers being created

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 5bf0ed3384ea5dd43c5ca007603f7b05aac5d2cf Author: Stuart Hickinbottom Commit: Stuart Hickinbottom Prevent duplicate idle timers being created I found that when combined with desktop-save-mode, upon session reloading in a new Emacs instance, then gcmh

[elpa] externals/gcmh b1bde50 22/32: Update copyright + email

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit b1bde5089169a74f62033d027e06e98cbeedd43f Author: Andrea Corallo Commit: Andrea Corallo Update copyright + email --- gcmh.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcmh.el b/gcmh.el index f042ced..dd9f2a6 100644 --- a/gcmh.el

[elpa] externals/gcmh 9e241e0 21/32: Fix missing `gcmh-low-cons-threshold' set introduced by 8867533

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 9e241e0a9f921b04407050a0f0fada3d0c3b254a Author: Andrea Corallo Commit: Andrea Corallo Fix missing `gcmh-low-cons-threshold' set introduced by 8867533 --- gcmh.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcmh.el b/gcmh.el

[elpa] externals/gcmh a7f8cc2 17/32: Correct minor typos

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit a7f8cc2f9a3a2ce30b29bda7d8e9a85fd5b781ed Author: Stuart Hickinbottom Commit: Stuart Hickinbottom Correct minor typos --- gcmh.el | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gcmh.el b/gcmh.el index 3564e48..0036d77 100644 -

[elpa] externals/gcmh f3389e9 26/32: Always use `setf' in place of `setq'

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit f3389e935d15e5d44e7e7d24c6e89666f03aa356 Author: Andrea Corallo Commit: Andrea Corallo Always use `setf' in place of `setq' --- gcmh.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gcmh.el b/gcmh.el index 6c3228

[elpa] externals/gcmh 81844fa 09/32: update readme

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 81844fa43b9af8cc0882f8cd25f6bbfd5bb390c7 Author: Andrea Corallo Commit: Andrea Corallo update readme --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index e522e55..15030b3 100644 --- a/README.org +++ b/README.org

[elpa] externals/gcmh 91cd1f7 07/32: autoload minor mode

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 91cd1f78db9042c535b65582b63eef8cda2542b7 Author: Andrea Corallo Commit: Andrea Corallo autoload minor mode --- gcmh.el | 1 + 1 file changed, 1 insertion(+) diff --git a/gcmh.el b/gcmh.el index 5ebe3d4..0814566 100644 --- a/gcmh.el +++ b/gcmh.el @@ -77,6

[elpa] externals/gcmh 65787bc 08/32: typo fix

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 65787bce5e21ee4a376008a67095a395ac9d5fed Author: Andrea Corallo Commit: Andrea Corallo typo fix --- gcmh.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcmh.el b/gcmh.el index 0814566..40b70bf 100644 --- a/gcmh.el +++ b/gcmh.el @@ -79,7

[elpa] externals/gcmh 537d050 18/32: Further minor typo

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 537d050e7a0849ea3b03f7ec2ce1500fe4c2dbff Author: Stuart Hickinbottom Commit: Stuart Hickinbottom Further minor typo --- gcmh.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcmh.el b/gcmh.el index 0036d77..bbccbc9 100644 --- a/gcmh.el

[elpa] externals/gcmh 1953d91 15/32: Merge branch 'master' into 'master'

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 1953d913b5aa8822b83db8e20e17145470e01d79 Merge: c96bd70 5664cb3 Author: Koral Commit: Koral Merge branch 'master' into 'master' Update conventions See merge request koral/gcmh!1 --- gcmh.el | 70 +---

[elpa] externals/gcmh e7af13d 11/32: better readme layout

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit e7af13d7743457ed430a9858fa35a3720c55dec6 Author: Andrea Corallo Commit: Andrea Corallo better readme layout --- README.org | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 298e154..dd53364 100644

[elpa] externals/gcmh db9eceb 01/32: initial add

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit db9ecebd54baecf2b80e856576425342532d4a62 Author: Andrea Corallo Commit: Andrea Corallo initial add --- gcmh.el | 1 + 1 file changed, 1 insertion(+) diff --git a/gcmh.el b/gcmh.el new file mode 100644 index 000..4500e82 --- /dev/null +++ b/gcmh.el @@ -0,0

[elpa] externals/gcmh 5664cb3 14/32: Add garbage collection start message

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 5664cb3be0579a2e713df59cafffacd7223f5d4e Author: Troy Hinckley Commit: Troy Hinckley Add garbage collection start message --- gcmh.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gcmh.el b/gcmh.el index d5762c0..d2eae63 100644 --- a/

[elpa] externals/gcmh 75de01e 04/32: add missing requires

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 75de01e49bac78d9feceaacf0543ff8471acb96c Author: Andrea Corallo Commit: Andrea Corallo add missing requires --- gcmh.el | 5 + 1 file changed, 5 insertions(+) diff --git a/gcmh.el b/gcmh.el index 041208e..69c20e3 100644 --- a/gcmh.el +++ b/gcmh.el

[elpa] branch externals/gcmh created (now 5a83e25)

2020-11-16 Thread Andrea Corallo
akrl pushed a change to branch externals/gcmh. at 5a83e25 Bump version 0.2 This branch includes the following new commits: new db9eceb initial add new 49db303 initial implementation new 8008009 some minor fixes new 75de01e add missing requires

[elpa] externals/gcmh 49db303 02/32: initial implementation

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 49db3037587b92e1c7e993875d4c609c42df0c36 Author: Andrea Corallo Commit: Andrea Corallo initial implementation --- gcmh.el | 97 + 1 file changed, 97 insertions(+) diff --git a/gcmh.el b/gcmh.el

[elpa] externals/elisp-benchmarks ed2e954 1/2: Revert "* .gitignore: Ignore eln files and eln compile folder."

2020-09-14 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit ed2e954e4b20dc83c6632fc5aa3a8438008f6add Author: Andrea Corallo Commit: Andrea Corallo Revert "* .gitignore: Ignore eln files and eln compile folder." This reverts commit 2f653a25d09648128c4c4944496c228cb3443cf7. No need

[elpa] externals/elisp-benchmarks updated (c8fe76b -> 72ad57a)

2020-09-14 Thread Andrea Corallo
akrl pushed a change to branch externals/elisp-benchmarks. from c8fe76b * benchmarks/pcase.el: Don't hide the real `pcase.el` new ed2e954 Revert "* .gitignore: Ignore eln files and eln compile folder." new 72ad57a Add new 'inclist-type-hints' benchmark + tag new versi

[elpa] externals/elisp-benchmarks 72ad57a 2/2: Add new 'inclist-type-hints' benchmark + tag new version

2020-09-14 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 72ad57a33df403ccd493f445115e4f7833cdc915 Author: Andrea Corallo Commit: Andrea Corallo Add new 'inclist-type-hints' benchmark + tag new version * elisp-benchmarks.el: Tag new version. * benchmarks/inclist-type-hin

[elpa] externals/elisp-benchmarks 24782fe: * Update for new native-comp API + tag new version

2020-08-18 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 24782fe3ceadf390c67b6060035a9a417d8a97b3 Author: Andrea Corallo Commit: Andrea Corallo * Update for new native-comp API + tag new version * elisp-benchmarks.el: Tag new version. (elisp-benchmarks-run): Use `comp-el-to-eln

[elpa] externals/elisp-benchmarks a0e3daf 1/6: * benchmarks/flet.el: Add new u-benchmark.

2020-06-09 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit a0e3daf26c723af236dd96821f30218f8befc8f2 Author: Andrea Corallo Commit: Andrea Corallo * benchmarks/flet.el: Add new u-benchmark. --- benchmarks/flet.el | 41 + 1 file changed, 41 insertions(+) diff --git a

[elpa] externals/elisp-benchmarks e26947a 5/6: * benchmarks/map-closure.el: Add new u-benchmark.

2020-06-09 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit e26947a9cc2a3e0ad20935e4f00219ac0efc7cc6 Author: Andrea Corallo Commit: Andrea Corallo * benchmarks/map-closure.el: Add new u-benchmark. --- benchmarks/map-closure.el | 44 1 file changed, 44 insertions

[elpa] externals/elisp-benchmarks 2f653a2 2/6: * .gitignore: Ignore eln files and eln compile folder.

2020-06-09 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 2f653a25d09648128c4c4944496c228cb3443cf7 Author: Andrea Corallo Commit: Andrea Corallo * .gitignore: Ignore eln files and eln compile folder. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 57fbab9

[elpa] externals/elisp-benchmarks 08a960d 6/6: ; * elisp-benchmarks.el: Tag new version and update copyright.

2020-06-09 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 08a960dff8b21b74858c2e060c9feee684b262fd Author: Andrea Corallo Commit: Andrea Corallo ; * elisp-benchmarks.el: Tag new version and update copyright. --- elisp-benchmarks.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a

[elpa] externals/elisp-benchmarks b5881ec 4/6: * benchmarks/pcase.el: Add new u-benchmark.

2020-06-09 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit b5881ec4eae8de3fe332626ec09d1c47b38e5712 Author: Andrea Corallo Commit: Andrea Corallo * benchmarks/pcase.el: Add new u-benchmark. --- benchmarks/pcase.el | 50 ++ 1 file changed, 50 insertions

[elpa] externals/elisp-benchmarks f230f42 3/6: * elisp-benchmarks.el (elisp-benchmarks-run): Minor, better regexp.

2020-06-09 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit f230f429fae8d6fc893f6cc1cc8b1813c9aa90aa Author: Andrea Corallo Commit: Andrea Corallo * elisp-benchmarks.el (elisp-benchmarks-run): Minor, better regexp. --- elisp-benchmarks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[elpa] externals/elisp-benchmarks updated (fe6aa3e -> 08a960d)

2020-06-09 Thread Andrea Corallo
akrl pushed a change to branch externals/elisp-benchmarks. from fe6aa3e * Use the Emacs native compiler if available new a0e3daf * benchmarks/flet.el: Add new u-benchmark. new 2f653a2 * .gitignore: Ignore eln files and eln compile folder. new f230f42 * elisp-

[elpa] externals/elisp-benchmarks 179bf40 1/2: * elisp-benchmarks.el (elisp-benchmarks-run): Recompile by default.

2020-05-19 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 179bf402e1f2ec447272644c6bdfd0b1fdfe3104 Author: Andrea Corallo Commit: Andrea Corallo * elisp-benchmarks.el (elisp-benchmarks-run): Recompile by default. --- elisp-benchmarks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[elpa] externals/elisp-benchmarks updated (4c57eab -> fe6aa3e)

2020-05-19 Thread Andrea Corallo
akrl pushed a change to branch externals/elisp-benchmarks. from 4c57eab * elisp-benchmarks.el: Typo fix new 179bf40 * elisp-benchmarks.el (elisp-benchmarks-run): Recompile by default. new fe6aa3e * Use the Emacs native compiler if available Summary of changes: elis

[elpa] externals/elisp-benchmarks fe6aa3e 2/2: * Use the Emacs native compiler if available

2020-05-19 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit fe6aa3ec9ca5f7568d7a1e5005382343b3bd9143 Author: Andrea Corallo Commit: Andrea Corallo * Use the Emacs native compiler if available * elisp-benchmarks.el: Update version. (elisp-benchmarks-run): Use native compiler if available

[elpa] externals/elisp-benchmarks 4c57eab: * elisp-benchmarks.el: Typo fix

2020-03-15 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 4c57eab52e9f4ca5b62f8195822835fbe05dbd46 Author: Noor Christensen Commit: Andrea Corallo * elisp-benchmarks.el: Typo fix --- elisp-benchmarks.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elisp-benchmarks.el b/elisp

[elpa] externals/elisp-benchmarks 6457015 1/3: * benchmarks/nbody.el: New benchmark

2020-03-14 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 64570159fd1bcdc7ebcfbae3cbe6610c5f255ffe Author: Luca Nassi Commit: Andrea Corallo * benchmarks/nbody.el: New benchmark --- benchmarks/nbody.el | 142 1 file changed, 142 insertions(+) diff

[elpa] externals/elisp-benchmarks 8a6e442 3/3: * elisp-benchmarks.el: Increase minor package version

2020-03-14 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 8a6e4420432357c4d67b29b0eed977237597cffd Author: Andrea Corallo Commit: Andrea Corallo * elisp-benchmarks.el: Increase minor package version --- elisp-benchmarks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp

[elpa] externals/elisp-benchmarks updated (cd9b784 -> 8a6e442)

2020-03-14 Thread Andrea Corallo
akrl pushed a change to branch externals/elisp-benchmarks. from cd9b784 Increment version number new 6457015 * benchmarks/nbody.el: New benchmark new 59e242b * benchmarks/dhrystone.el: New benchmark new 8a6e442 * elisp-benchmarks.el: Increase minor package ve

[elpa] externals/elisp-benchmarks 59e242b 2/3: * benchmarks/dhrystone.el: New benchmark

2020-03-14 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 59e242b8f51acdbdfc712bef11b4430eefa2223d Author: Luca Nassi Commit: Andrea Corallo * benchmarks/dhrystone.el: New benchmark --- benchmarks/dhrystone.el | 305 1 file changed, 305 insertions(+) diff

[elpa] externals/elisp-benchmarks 0c1eea1 2/3: Loop style nit in bubble-no-cons

2020-02-20 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 0c1eea1c152bbe088559d9dfd0535cb130654afc Author: Andrea Corallo Commit: Andrea Corallo Loop style nit in bubble-no-cons --- benchmarks/bubble-no-cons.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/bubble-no

[elpa] externals/elisp-benchmarks e106c8d 1/3: Reduce test setup + increase `elb-listlen-tc-len' lenght

2020-02-20 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit e106c8df18d43446c2f02d445727dc6564ba2485 Author: Andrea Corallo Commit: Andrea Corallo Reduce test setup + increase `elb-listlen-tc-len' lenght Try to measure more the recursive call we are interested in than the test

[elpa] externals/elisp-benchmarks cd9b784 3/3: Increment version number

2020-02-20 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit cd9b7843d8f685e13d4aabfb6519a1a4c69920ed Author: Andrea Corallo Commit: Andrea Corallo Increment version number --- elisp-benchmarks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp-benchmarks.el b/elisp-benchmarks.el

[elpa] externals/elisp-benchmarks updated (3334705 -> cd9b784)

2020-02-20 Thread Andrea Corallo
akrl pushed a change to branch externals/elisp-benchmarks. from 3334705 * elisp-benchmarks.el: Fix Author/maintainer info new e106c8d Reduce test setup + increase `elb-listlen-tc-len' lenght new 0c1eea1 Loop style nit in bubble-no-cons new cd9b784 Increment v