Commit graph

7 commits

Author SHA1 Message Date
Roland Illig
2cbd057b8b subst 's,^SUBST_CLASSES=,SUBST_CLASSES+=,' */Makefile 2005-11-03 13:01:51 +00:00
Thomas Klausner
ad6cb11b6d "wip" is not a valid category -- please use the standard pkgsrc ones.
Remove wip from CATEGORIES, and guess category if wip was the only one
specified.
2005-11-02 17:59:54 +00:00
Roland Illig
1ee539a984 Added RMD160 checksums. 2005-09-28 06:41:05 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Thomas Klausner
e2f0a59bec Rename ALL_TARGET variable to BUILD_TARGET.
Mechanical changes to all packages using ALL_TARGET.
Proposed by Roland Illig, ok'd by various people.
2004-12-02 16:38:55 +00:00
pancake ;)
6e08d08b36 is lang no devel 2004-11-24 14:43:55 +00:00
pancake ;)
0e1836248d initial import of lwc
ightweight C++ is a programming language that looks like C++ (a lightweight
C++ dialect) and is directly translated to readable C by the lwc preprocessor.
It's more "K&R" and, well, more lightweight.

Important thing about lightweight C++ is that by studying the generated C
code it is easy to understand how OOP features are implemented and what is
the cost of everything.

Adding new features and extensions is also very easy (much easier than adding
new C++ extensions to gcc at least), and this is one of lwc goals
2004-11-24 14:42:19 +00:00