The NetBSD Project

CVS log for pkgsrc/databases/SQLiteCpp/buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / databases / SQLiteCpp

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Wed Nov 8 13:18:22 2023 UTC (5 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.7 (colored)

*: recursive bump for icu 74.1

Revision 1.12 / (download) - annotate - [select for diffs], Wed Apr 19 08:08:06 2023 UTC (12 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.7 (colored)

revbump after textproc/icu update

Revision 1.11 / (download) - annotate - [select for diffs], Wed Nov 23 16:18:34 2022 UTC (16 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.7 (colored)

massive revision bump after textproc/icu update

Revision 1.10 / (download) - annotate - [select for diffs], Mon Apr 18 19:09:42 2022 UTC (2 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.7 (colored)

revbump for textproc/icu update

Revision 1.9 / (download) - annotate - [select for diffs], Wed Apr 21 11:40:14 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.7 (colored)

revbump for textproc/icu

Revision 1.8 / (download) - annotate - [select for diffs], Thu Nov 5 09:06:44 2020 UTC (3 years, 5 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

*: Recursive revbump from textproc/icu-68.1

Revision 1.7 / (download) - annotate - [selected], Tue Jun 2 08:22:33 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Revbump for icu

Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 12 08:27:49 2020 UTC (4 years ago) by adam
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.7 (colored)

Recursive revision bump after textproc/icu update

Revision 1.5 / (download) - annotate - [select for diffs], Sat Nov 2 15:37:59 2019 UTC (4 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.7 (colored)

databases: align variable assignments

pkglint -Wall -F --only aligned -r

No manual corrections.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 3 00:32:29 2019 UTC (5 years ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.7 (colored)

Recursive revbump from textproc/icu

Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 9 18:51:59 2018 UTC (5 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.7 (colored)

revbump after updating textproc/icu

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jul 20 03:33:47 2018 UTC (5 years, 9 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored) to selected 1.7 (colored)

Recursive revbump from textproc/icu-62.1

Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 15 01:05:48 2018 UTC (6 years ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Diff to selected 1.7 (colored)

databases/SQLiteCpp: Import version 2.2.0

SQLiteC++ offers an encapsulation arround the native C APIs of SQLite,
with a few intuitive and well documented C++ class.  It is designed
using the Resource Acquisition Is Initialization (RAII) idom, and
throwing exceptions in case of SQLite errors (exept in destructors,
where assert() are used instead).  Each SQLiteC++ object must be
constructed with a valid SQLite database connection, and then is
always valid until destroyed.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>