Re: [Rpm-maint] [rpm-software-management/rpm] Convert various dependency generator data structures over to STL (PR #3102)

2024-05-17 Thread Panu Matilainen
Merged #3102 into master.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3102#event-12844595239
You are receiving this because you are subscribed to this thread.

Message ID: 
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Convert various dependency generator data structures over to STL (PR #3102)

2024-05-17 Thread Panu Matilainen
@pmatilai pushed 2 commits.

e0e17dd305b83d8a2fd169ed231b6e1dd535efe6  Replace a manually allocated local 
array with a vector in depgen
155af57fe761ed1ea75203d121117a630cbe3993  Use an STL string for constructing 
the macro in rpmfcAttrMacroV()

-- 
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3102/files/cff4264d45e092722d0441356a8d86a2d9f2437a..155af57fe761ed1ea75203d121117a630cbe3993
You are receiving this because you are subscribed to this thread.

Message ID: 
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Convert various dependency generator data structures over to STL (PR #3102)

2024-05-16 Thread Panu Matilainen
@pmatilai pushed 1 commit.

cff4264d45e092722d0441356a8d86a2d9f2437a  Use STL vector file attribute types 
too

-- 
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3102/files/cbe0386ef31aa62735f7c1601039b464314e0f01..cff4264d45e092722d0441356a8d86a2d9f2437a
You are receiving this because you are subscribed to this thread.

Message ID: 
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


[Rpm-maint] [rpm-software-management/rpm] Convert various dependency generator data structures over to STL (PR #3102)

2024-05-16 Thread Panu Matilainen

You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/3102

-- Commit Summary --

  * Permit appending native strings to StringBuf
  * Use STL vector and strings for file and type in file classifier
  * Use STL string for file classifier buildroot
  * Use vectors for various file classifier storages
  * Replace all ARGI_t uses with STL vector in file classifier
  * Add tests for file dependency normalization behavior
  * Use STL vector for dependency generator file dependency storage

-- File Changes --

M build/misc.c (2)
M build/rpmbuild_internal.h (2)
M build/rpmbuild_misc.h (4)
M build/rpmfc.c (236)
M tests/rpmbuild.at (17)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/3102.patch
https://github.com/rpm-software-management/rpm/pull/3102.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3102
You are receiving this because you are subscribed to this thread.

Message ID: rpm-software-management/rpm/pull/3...@github.com
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint