(celix) branch feature/87-refactor-use-services updated: gh-87: Remove use direct and sod option from useService* functions

2024-03-09 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/87-refactor-use-services in repository https://gitbox.apache.org/repos/asf/celix.git The following commit(s) were added to refs/heads/feature/87-refactor-use-services by this push

(celix) 01/01: gh-87: Refactor ctx useService* impl to reuse service tracker.

2024-03-09 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/87-refactor-use-services in repository https://gitbox.apache.org/repos/asf/celix.git commit 03c0a2ac78dee60fe487e056f1ab106942c27714 Author: Pepijn Noltes AuthorDate: Sat Mar 9 14:39:55

(celix) branch feature/87-refactor-use-services created (now 03c0a2ac)

2024-03-09 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/87-refactor-use-services in repository https://gitbox.apache.org/repos/asf/celix.git at 03c0a2ac gh-87: Refactor ctx useService* impl to reuse service tracker. This branch

(celix) branch feature/87-create-service-tracker-inside-useTrackedService-call deleted (was 3c3227af)

2024-03-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/87-create-service-tracker-inside-useTrackedService-call in repository https://gitbox.apache.org/repos/asf/celix.git was 3c3227af gh-87: Address review issues in gh-734

(celix) 01/01: Merge pull request #734 from apache/feature/87-create-service-tracker-inside-useTrackedService-call

2024-03-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix.git commit 0601f9574dfb02bb2259202b0b18df870c20dcf8 Merge: bc099827 3c3227af Author: Pepijn Noltes AuthorDate: Mon Mar 4 10:59:23

(celix) branch master updated (bc099827 -> 0601f957)

2024-03-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/celix.git from bc099827 Merge pull request #690 from xuzhenbao/improve_doc add dbadfebc gh-87: Add test to call

(celix) 02/02: gh-87: Support creating service tracker inside a useTrackedService call

2024-03-03 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/87-create-service-tracker-inside-useTrackedService-call in repository https://gitbox.apache.org/repos/asf/celix.git commit e665364e8dfa02db26b130d1f17bd87acc63e2dc Author: Pepijn Noltes

(celix) branch feature/87-create-service-tracker-inside-useTrackedService-call created (now e665364e)

2024-03-03 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/87-create-service-tracker-inside-useTrackedService-call in repository https://gitbox.apache.org/repos/asf/celix.git at e665364e gh-87: Support creating service tracker inside

(celix) 01/02: gh-87: Add test to call useTrackedService on the event thread.

2024-03-03 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/87-create-service-tracker-inside-useTrackedService-call in repository https://gitbox.apache.org/repos/asf/celix.git commit dbadfebcc4401b7f51a02c2f504d23863ca114e9 Author: Pepijn Noltes

(celix) 01/01: Merge pull request #729 from apache/feature/87-add-additional-svc-tracker-bundle-context-funtions

2024-02-27 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix.git commit 6c2b8395b0debdbdb08e34227f85582425368a8f Merge: e6dc3ca4 8ca876da Author: Pepijn Noltes AuthorDate: Tue Feb 27 22:36:40

(celix) branch master updated (e6dc3ca4 -> 6c2b8395)

2024-02-27 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/celix.git from e6dc3ca4 Merge pull request #727 from apache/feature/674-add-element-type-to-array-list add b5ee724a gh-509

(celix) branch feature/87-add-additional-svc-tracker-bundle-context-funtions deleted (was 8ca876da)

2024-02-27 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/87-add-additional-svc-tracker-bundle-context-funtions in repository https://gitbox.apache.org/repos/asf/celix.git was 8ca876da gh-87: Avoid write lock in bundleContext_cleanupXXX

(celix) branch feature/674-add-element-type-to-array-list deleted (was 9ae479eb)

2024-02-26 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/674-add-element-type-to-array-list in repository https://gitbox.apache.org/repos/asf/celix.git was 9ae479eb gh-674: Add missing equals callback check in array list equals

(celix) branch master updated (423abb8a -> e6dc3ca4)

2024-02-26 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/celix.git from 423abb8a Merge pull request #733 from apache/hotfix/730-realloc-leak-fix add b4df54cc #674 Fix in push stream

(celix) 01/01: Merge pull request #727 from apache/feature/674-add-element-type-to-array-list

2024-02-26 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix.git commit e6dc3ca4c86c3bdc0e7464165d74ef8248112f33 Merge: 423abb8a 9ae479eb Author: Pepijn Noltes AuthorDate: Mon Feb 26 12:18:30

(celix) branch feature/87-add-additional-svc-tracker-bundle-context-funtions updated (8f2f5526 -> 102cd333)

2024-02-25 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/87-add-additional-svc-tracker-bundle-context-funtions in repository https://gitbox.apache.org/repos/asf/celix.git from 8f2f5526 gh-87: Revert clear tracker maps in bnd ctx cleanup

(celix) branch feature/87-add-additional-svc-tracker-bundle-context-funtions updated (67e80c76 -> 8f2f5526)

2024-02-25 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/87-add-additional-svc-tracker-bundle-context-funtions in repository https://gitbox.apache.org/repos/asf/celix.git from 67e80c76 Merge branch 'master' into feature/87-add

(celix) branch feature/674-add-element-type-to-array-list updated (a8937f1a -> 9ae479eb)

2024-02-25 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/674-add-element-type-to-array-list in repository https://gitbox.apache.org/repos/asf/celix.git from a8937f1a gh-674: Add copy callback support for array list add 9ae479eb gh

(celix) branch feature/674-add-element-type-to-array-list updated (2bd5e42f -> a8937f1a)

2024-02-25 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/674-add-element-type-to-array-list in repository https://gitbox.apache.org/repos/asf/celix.git from 2bd5e42f Merge branch 'master' into feature/674-add-element-type-to-array-list

(celix) branch feature/devcontainer updated: Add devcontainer badge in README.md

2024-02-19 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/devcontainer in repository https://gitbox.apache.org/repos/asf/celix.git The following commit(s) were added to refs/heads/feature/devcontainer by this push: new 9310ddcb Add

(celix) branch feature/devcontainer updated: Fix trailing commas in devcontainer.json

2024-02-18 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/devcontainer in repository https://gitbox.apache.org/repos/asf/celix.git The following commit(s) were added to refs/heads/feature/devcontainer by this push: new 74450e1f Fix

(celix) 01/01: Add initial setup for devcontainer

2024-02-18 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/devcontainer in repository https://gitbox.apache.org/repos/asf/celix.git commit eb385917cfdc8955f6521695ffaa44055ceded2d Author: Pepijn Noltes AuthorDate: Sun Feb 18 20:47:42 2024 +0100

(celix) branch feature/devcontainer created (now eb385917)

2024-02-18 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/devcontainer in repository https://gitbox.apache.org/repos/asf/celix.git at eb385917 Add initial setup for devcontainer This branch includes the following new commits: new

(celix) branch feature/674-add-element-type-to-array-list updated (05047d54 -> 2bd5e42f)

2024-02-17 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/674-add-element-type-to-array-list in repository https://gitbox.apache.org/repos/asf/celix.git from 05047d54 gh-674: Refactor array list to not allow NULL entries. add 63fa8b1a

(celix) branch feature/674-add-element-type-to-array-list updated (86e3b7a4 -> 05047d54)

2024-02-17 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/674-add-element-type-to-array-list in repository https://gitbox.apache.org/repos/asf/celix.git from 86e3b7a4 #674 Add test that triggers a realloc for the array list add

(celix) branch feature/87-add-additional-svc-tracker-bundle-context-funtions updated (9321f514 -> 67e80c76)

2024-02-11 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/87-add-additional-svc-tracker-bundle-context-funtions in repository https://gitbox.apache.org/repos/asf/celix.git from 9321f514 gh-87: Add useService(s) methods to C

(celix) branch feature/87-add-additional-svc-tracker-bundle-context-funtions updated: gh-87: Add useService(s) methods to C++ ServiceTracker

2024-02-11 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/87-add-additional-svc-tracker-bundle-context-funtions in repository https://gitbox.apache.org/repos/asf/celix.git The following commit(s) were added to refs/heads/feature/87-add

(celix) branch feature/509-remove-deprecated-version deleted (was cc69c9fe)

2024-02-11 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/509-remove-deprecated-version in repository https://gitbox.apache.org/repos/asf/celix.git was cc69c9fe #715: Update CHANGES.md for removed versions.h The revisions that were

(celix) branch master updated (70548d61 -> 6a550a44)

2024-02-11 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/celix.git from 70548d61 Merge pull request #725 from apache/hotfix/codecov-action-fix add 63fa8b1a Remove deprecated version.h

(celix) 01/01: Merge pull request #728 from apache/feature/509-remove-deprecated-version

2024-02-11 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix.git commit 6a550a448adeb205f1b0e4ccc0d96d235c5e1d6b Merge: 70548d61 cc69c9fe Author: Pepijn Noltes AuthorDate: Sun Feb 11 16:08:16

(celix) branch feature/509-remove-deprecated-version updated (f0dc1c19 -> cc69c9fe)

2024-02-11 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/509-remove-deprecated-version in repository https://gitbox.apache.org/repos/asf/celix.git from f0dc1c19 #509 Add missing include for endpoint_descriptor_reader.c add cc69c9fe

(celix) 01/03: gh-509: Add bundle context functions to use underlying svc tracker

2024-02-11 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/87-add-additional-svc-tracker-bundle-context-funtions in repository https://gitbox.apache.org/repos/asf/celix.git commit b5ee724a43a4bfc7def24102f8648b4c58388d8e Author: Pepijn Noltes

(celix) branch feature/87-add-additional-svc-tracker-bundle-context-funtions created (now 9d2e7a51)

2024-02-11 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/87-add-additional-svc-tracker-bundle-context-funtions in repository https://gitbox.apache.org/repos/asf/celix.git at 9d2e7a51 gh-87: Add celix_bundle_context_type.h header

(celix) 02/03: gh-87: Change signature celix_bundleContext_trackServices

2024-02-11 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/87-add-additional-svc-tracker-bundle-context-funtions in repository https://gitbox.apache.org/repos/asf/celix.git commit 7b37d720a06b756b3a07576de8708bc400afd460 Author: Pepijn Noltes

(celix) 03/03: gh-87: Add celix_bundle_context_type.h header.

2024-02-11 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/87-add-additional-svc-tracker-bundle-context-funtions in repository https://gitbox.apache.org/repos/asf/celix.git commit 9d2e7a51c66221ccf71ac77a7932ba9d5637cc60 Author: Pepijn Noltes

(celix) branch feature/509-remove-deprecated-version updated: #509 Add missing include for endpoint_descriptor_reader.c

2024-02-10 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/509-remove-deprecated-version in repository https://gitbox.apache.org/repos/asf/celix.git The following commit(s) were added to refs/heads/feature/509-remove-deprecated-version

(celix) branch feature/509-remove-deprecated-version updated: #509 Remove dup version typedef

2024-02-08 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/509-remove-deprecated-version in repository https://gitbox.apache.org/repos/asf/celix.git The following commit(s) were added to refs/heads/feature/509-remove-deprecated-version

(celix) branch feature/509-remove-deprecated-version updated: #509 Add version and version_range type header

2024-02-08 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/509-remove-deprecated-version in repository https://gitbox.apache.org/repos/asf/celix.git The following commit(s) were added to refs/heads/feature/509-remove-deprecated-version

(celix) 02/02: #509 Replace version with celix_version usage a dfi test

2024-02-08 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/509-remove-deprecated-version in repository https://gitbox.apache.org/repos/asf/celix.git commit ce00d0dfb6e312f1fb72f3251ff191935508ee77 Author: Pepijn Noltes AuthorDate: Thu Feb 8 19

(celix) 01/02: Merge remote-tracking branch 'origin/master' into feature/509-remove-deprecated-version

2024-02-08 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/509-remove-deprecated-version in repository https://gitbox.apache.org/repos/asf/celix.git commit 2ea4904f43aad6c896db8a92c9cebcdae768742c Merge: a727b468 70548d61 Author: Pepijn Noltes

(celix) branch feature/509-remove-deprecated-version updated (a727b468 -> ce00d0df)

2024-02-08 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/509-remove-deprecated-version in repository https://gitbox.apache.org/repos/asf/celix.git from a727b468 Fix incorrect ENOMEM return in rsa_dfi add 3e61888b Replace

(celix) branch feature/674-add-element-type-to-array-list updated (5097e483 -> 86e3b7a4)

2024-02-07 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/674-add-element-type-to-array-list in repository https://gitbox.apache.org/repos/asf/celix.git from 5097e483 #674 Add add/assign nullptr test for array list add 86e3b7a4 #674

(celix) branch feature/674-add-element-type-to-array-list updated: #674 Add add/assign nullptr test for array list

2024-02-07 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-add-element-type-to-array-list in repository https://gitbox.apache.org/repos/asf/celix.git The following commit(s) were added to refs/heads/feature/674-add-element-type-to-array

(celix) branch feature/674-add-element-type-to-array-list updated: #674 Add additional array list ei tests

2024-02-05 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-add-element-type-to-array-list in repository https://gitbox.apache.org/repos/asf/celix.git The following commit(s) were added to refs/heads/feature/674-add-element-type-to-array

(celix) branch feature/674-add-element-type-to-array-list updated: #674 Add array list equal and copy function

2024-02-05 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-add-element-type-to-array-list in repository https://gitbox.apache.org/repos/asf/celix.git The following commit(s) were added to refs/heads/feature/674-add-element-type-to-array

(celix) 03/04: #674 Add initial element type support for array list

2024-02-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-add-element-type-to-array-list in repository https://gitbox.apache.org/repos/asf/celix.git commit 21f379de8a0ef8923e64453b851747add74ebdc6 Author: Pepijn Noltes AuthorDate: Sun Feb

(celix) 02/04: #674 Refactor array list compare in ctx, reg and rsa

2024-02-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-add-element-type-to-array-list in repository https://gitbox.apache.org/repos/asf/celix.git commit ba42e664ca5eff9e43a2d0df1400538161cac2d7 Author: Pepijn Noltes AuthorDate: Sun Feb

(celix) branch feature/674-add-element-type-to-array-list created (now f0ff9d94)

2024-02-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/674-add-element-type-to-array-list in repository https://gitbox.apache.org/repos/asf/celix.git at f0ff9d94 #674 Add array list element type testing This branch includes

(celix) 01/04: #674 Fix in push stream for gcc 13

2024-02-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-add-element-type-to-array-list in repository https://gitbox.apache.org/repos/asf/celix.git commit b4df54cc4626309d11b6e4337f9581d35c07dfac Author: Pepijn Noltes AuthorDate: Sun Feb

(celix) 04/04: #674 Add array list element type testing

2024-02-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-add-element-type-to-array-list in repository https://gitbox.apache.org/repos/asf/celix.git commit f0ff9d94eb83ba3589e644988c338086db251b18 Author: Pepijn Noltes AuthorDate: Sun Feb

(celix) branch feature/674-improve-properties updated (4841034b -> 51db9646)

2024-01-28 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git from 4841034b Update codecov-action. add 51db9646 Refactor conversion of string to/from

(celix) 01/02: Update NOTICE (2019->2024)

2024-01-22 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit 234ccc06d3ae7c40a3e8e65d3a32433fe362d61e Author: Pepijn Noltes AuthorDate: Mon Jan 22 19:58:05

(celix) branch feature/674-improve-properties updated (e2373dfa -> 96019472)

2024-01-22 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git from e2373dfa Fix memleak in properties setStrings and setVersions new 234ccc06 Update NOTICE

(celix) 02/02: Update CHANGES.md

2024-01-22 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit 96019472ba6985144ab0074753ea547cf427f6a5 Author: Pepijn Noltes AuthorDate: Mon Jan 22 20:00:32

(celix) 03/03: Fix memleak in properties setStrings and setVersions

2024-01-22 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit e2373dfa0cd023ef9e6a9828339fc78eb716a0f9 Author: Pepijn Noltes AuthorDate: Mon Jan 22 19:56:37

(celix) branch feature/674-improve-properties updated (7047b644 -> e2373dfa)

2024-01-22 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git from 7047b644 Add properties and filter introduction documentation add 2070f583 [CID 339894

(celix) 01/03: Merge branch 'master' into feature/674-improve-properties

2024-01-22 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit e448d007c6f94515262a00401cb29912ea3526b5 Merge: 7047b644 5afee1eb Author: Pepijn Noltes

(celix) 02/03: Add additional properties ei tests

2024-01-22 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit dbfb90d744d73c84704840bd1b8a3a959f1eec9b Author: Pepijn Noltes AuthorDate: Mon Jan 22 19:50:31

(celix) 01/05: Fix parse error in celix_version_parse

2024-01-22 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit abb645669572ea16c5e9332ca31cb2f84c6388f3 Author: Pepijn Noltes AuthorDate: Mon Jan 22 18:35:36

(celix) 03/05: Fix memleak in properties

2024-01-22 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit d55c411e440bea62235db7b747ecc65c0e8a6ce0 Author: Pepijn Noltes AuthorDate: Mon Jan 22 19:27:28

(celix) 04/05: Improve references handling in rsa_shm_impl.c

2024-01-22 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit 82246c13e2cc6c956aa4414df83b66faf9a3624d Author: Pepijn Noltes AuthorDate: Mon Jan 22 19:27:55

(celix) branch feature/674-improve-properties updated (21731030 -> 7047b644)

2024-01-22 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git from 21731030 Fix memleak in celix_properties_setVersions new abb64566 Fix parse error

(celix) 05/05: Add properties and filter introduction documentation

2024-01-22 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit 7047b6444ad227f0af2bd54b9e2eac1efd9df3af Author: Pepijn Noltes AuthorDate: Mon Jan 22 19:28:15

(celix) 02/05: Add getString / getAsString to celix properties

2024-01-22 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit ccd4b3580ad271f44109b346d7a5e88c91c9cf86 Author: Pepijn Noltes AuthorDate: Mon Jan 22 18:42:17

(celix) 05/08: Add addition properties unit tests

2024-01-21 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit 45b12107e172a269f99757e62043f8152e831303 Author: Pepijn Noltes AuthorDate: Sun Jan 21 19:18:57

(celix) 04/08: Fix RSA import due to changed properties behaviour

2024-01-21 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit e5b99c1ed69b327a352b9e8c1abeffcd8eb2f87a Author: Pepijn Noltes AuthorDate: Sun Jan 21 19:18:25

(celix) 01/08: Improve C/C++ properties code documentation

2024-01-21 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit 9a51102e504a86965c7d8a7399a927dea32e4019 Author: Pepijn Noltes AuthorDate: Sat Jan 20 19:53:55

(celix) branch feature/674-improve-properties updated (5963dbc9 -> 21731030)

2024-01-21 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git from 5963dbc9 Update C++ Properties for vector support new 9a51102e Improve C/C++ properties

(celix) 02/08: Add filter/properties type header with only a typedef

2024-01-21 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit 4a4e53d24d05df1ba1a4d111aa00eb16919fa10e Author: Pepijn Noltes AuthorDate: Sun Jan 21 16:33:37

(celix) 06/08: Add missing linking of rsa utils lib

2024-01-21 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit 03df16468f13a40215b516fbc306f8d8f4756e8d Author: Pepijn Noltes AuthorDate: Sun Jan 21 19:19:31

(celix) 08/08: Fix memleak in celix_properties_setVersions

2024-01-21 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit 21731030e0387c631f3e9ed77ed0aa099a7af7b9 Author: Pepijn Noltes AuthorDate: Sun Jan 21 19:35:29

(celix) 07/08: Add automatic conversion of ranking/version props for ctx

2024-01-21 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit a555df9711884dd1aac7a557c96bea42fda4e8d6 Author: Pepijn Noltes AuthorDate: Sun Jan 21 19:19:53

(celix) 03/08: Add rsa_utils static lib

2024-01-21 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit 301064f6730cd28fbff450364fcaf7eecce3275c Author: Pepijn Noltes AuthorDate: Sun Jan 21 16:35:01

(celix) branch feature/509-remove-deprecated-version updated: Fix incorrect ENOMEM return in rsa_dfi

2024-01-13 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/509-remove-deprecated-version in repository https://gitbox.apache.org/repos/asf/celix.git The following commit(s) were added to refs/heads/feature/509-remove-deprecated-version

(celix) 02/02: Merge remote-tracking branch 'origin/master' into feature/509-remove-deprecated-version

2024-01-13 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/509-remove-deprecated-version in repository https://gitbox.apache.org/repos/asf/celix.git commit 47b2f7664dbdac5ea5fb7de14e2269438275ab12 Merge: fce59eda a800c426 Author: Pepijn Noltes

(celix) 01/02: Fix incorrect double assigment

2024-01-13 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/509-remove-deprecated-version in repository https://gitbox.apache.org/repos/asf/celix.git commit fce59eda4f213395916b828498954e00c2e84f21 Author: Pepijn Noltes AuthorDate: Sat Jan 13 12

(celix) branch feature/509-remove-deprecated-version updated (65f53a13 -> 47b2f766)

2024-01-13 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/509-remove-deprecated-version in repository https://gitbox.apache.org/repos/asf/celix.git from 65f53a13 Merge branch 'master' into feature/509-remove-deprecated-version new

(celix) branch feature/674-improve-properties updated: Update C++ Properties for vector support

2024-01-08 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git The following commit(s) were added to refs/heads/feature/674-improve-properties by this push

(celix) 02/08: Add initial long array list support for properties

2024-01-07 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit 2acc4821073c9349ec86a3993f4b6ff10b1c8bb8 Author: Pepijn Noltes AuthorDate: Thu Jan 4 23:57:04

(celix) 01/08: Refactor properties get version non-owning func names

2024-01-07 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit ebfbb7ea0e0ef7daf29078adae814148c878fe7c Author: Pepijn Noltes AuthorDate: Tue Jan 2 18:01:42

(celix) 03/08: Merge branch 'master' into feature/674-improve-properties

2024-01-07 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit 9c0a9c6253d7288a69c7220d20091388a903464a Merge: 2acc4821 72592753 Author: Pepijn Noltes

(celix) 06/08: Add get/setString support for array list

2024-01-07 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit c4a601f3d2a48618d4b228a99b75737ac30a1e14 Author: Pepijn Noltes AuthorDate: Sun Jan 7 17:25:17

(celix) 07/08: Add str, long, double, bool and version array support to properties

2024-01-07 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit a8038ecf565df5afb952e1e3b0cd0dadb9e13e89 Author: Pepijn Noltes AuthorDate: Sun Jan 7 17:25:55

(celix) 05/08: Fix convert utils ei tests

2024-01-07 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit f41a0f6ed12c91a16ef473facfa0d20b73998bcf Author: Pepijn Noltes AuthorDate: Sun Jan 7 16:07:55

(celix) 08/08: Add support for filter match with an array property set entry

2024-01-07 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit 968cc8ae7ddaad1f570e78deba5755d6f0d008ae Author: Pepijn Noltes AuthorDate: Sun Jan 7 20:41:50

(celix) 04/08: Add missing convert utils doxygen and fix unit tests

2024-01-07 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git commit 6843859f2acccb8c352d44f9fda283ff4ea610d7 Author: Pepijn Noltes AuthorDate: Sun Jan 7 15:53:28

(celix) branch feature/674-improve-properties created (now 968cc8ae)

2024-01-07 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git at 968cc8ae Add support for filter match with an array property set entry This branch includes

(celix) branch feature/509-remove-deprecated-version created (now 65f53a13)

2024-01-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/509-remove-deprecated-version in repository https://gitbox.apache.org/repos/asf/celix.git at 65f53a13 Merge branch 'master' into feature/509-remove-deprecated-version

(celix) 01/02: Remove deprecated version.h and version_range.h

2024-01-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/509-remove-deprecated-version in repository https://gitbox.apache.org/repos/asf/celix.git commit 63fa8b1a62ffa8ca6af0c08d6553ff13666f0090 Author: Pepijn Noltes AuthorDate: Thu Jan 4 15

(celix) 02/02: Merge branch 'master' into feature/509-remove-deprecated-version

2024-01-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/509-remove-deprecated-version in repository https://gitbox.apache.org/repos/asf/celix.git commit 65f53a131d89411975163cda30671d518a947761 Merge: 63fa8b1a 72592753 Author: Pepijn Noltes

(celix) branch master updated (fc764395 -> 72592753)

2024-01-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/celix.git from fc764395 Merge pull request #712 from apache/feature/509-remove-deprecated-properties-header add 8af7bff2

(celix) branch feature/509-remove-cpputests deleted (was 2e2805b2)

2024-01-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/509-remove-cpputests in repository https://gitbox.apache.org/repos/asf/celix.git was 2e2805b2 Merge branch 'master' into feature/509-remove-cpputests The revisions that were

(celix) 01/01: Merge pull request #711 from apache/feature/509-remove-cpputests

2024-01-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix.git commit 72592753eabb4f5d2d36a324cd16e98152c88f16 Merge: fc764395 2e2805b2 Author: Pepijn Noltes AuthorDate: Thu Jan 4 15:43:18

(celix) branch feature/509-remove-cpputests updated (36d8c40c -> 2e2805b2)

2024-01-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/509-remove-cpputests in repository https://gitbox.apache.org/repos/asf/celix.git from 36d8c40c Remove unneeded export macros in hash_map_private.h add beacc18e Remove

(celix) 01/01: Merge pull request #712 from apache/feature/509-remove-deprecated-properties-header

2024-01-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix.git commit fc764395cb2f8308bc81544bd7770d53c1732954 Merge: 8f5a4e64 11d93379 Author: Pepijn Noltes AuthorDate: Thu Jan 4 14:29:31

(celix) branch feature/509-remove-deprecated-properties-header deleted (was 11d93379)

2024-01-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/509-remove-deprecated-properties-header in repository https://gitbox.apache.org/repos/asf/celix.git was 11d93379 Update CHANGES.md for properties.h removal The revisions

(celix) branch master updated (8f5a4e64 -> fc764395)

2024-01-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/celix.git from 8f5a4e64 Merge pull request #713 from apache/hotfix/coverity-fix add beacc18e Remove properties.h and its usage

(celix) branch feature/509-remove-cpputests updated (1a67dabc -> 36d8c40c)

2024-01-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/509-remove-cpputests in repository https://gitbox.apache.org/repos/asf/celix.git from 1a67dabc Replace EXPECT_EQ for pointer compare add acedb914 Remove support for embedded

(celix) 01/05: Merge branch 'master' into feature/509-remove-cpputests

2024-01-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/509-remove-cpputests in repository https://gitbox.apache.org/repos/asf/celix.git commit 4de66c35eae20ad9940736c02019080cb2bda804 Merge: 1a67dabc 8f5a4e64 Author: Pepijn Noltes

(celix) 02/05: Remove ip utils

2024-01-04 Thread pnoltes
This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/509-remove-cpputests in repository https://gitbox.apache.org/repos/asf/celix.git commit b4b26a3f7e06d3037e8399ceb09903e6a17b70ab Author: Pepijn Noltes AuthorDate: Thu Jan 4 14:16:12

<    1   2   3   4   5   6   7   8   9   10   >