Path to this page:
./
devel/rttr,
C++ Reflection Library
Branch: CURRENT,
Version: 0.9.6nb1,
Package name: rttr-0.9.6nb1,
Maintainer: pkgsrc-usersRTTR stands for Run Time Type Reflection. It describes the ability of a
computer program to introspect and modify an object at runtime. It is also
the name of the library itself, which is written in C++ and released as
open source library.
The goal of this project is to provide an easy and intuitive way to use
reflection in C++.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 1110.614 KB
Version history: (Expand)
- (2019-12-01) Updated to version: rttr-0.9.6nb1
- (2019-11-28) Package added to pkgsrc.se, version rttr-0.9.6 (created)
CVS history: (Expand)
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2020-01-10 22:12:58 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Ignore truncation warnings from clang, e.g. on implicit casts from
INT64_T to float/double.
|
2019-12-01 09:18:46 by Mark Davies | Files touched by this commit (1) |
Log message:
rttr: make sure installed files are readable
|
2019-11-27 22:23:53 by Mark Davies | Files touched by this commit (5) |
Log message:
rttr: Add version 0.9.6
RTTR stands for Run Time Type Reflection. It describes the ability of a
computer program to introspect and modify an object at runtime. It is also
the name of the library itself, which is written in C++ and released as
open source library.
The goal of this project is to provide an easy and intuitive way to use
reflection in C++.
|