summaryrefslogtreecommitdiff
path: root/devel/fastdep
AgeCommit message (Collapse)AuthorFilesLines
2003-12-22Fix build with GCC 2.95.jmmv4-2/+31
2003-12-03Update to 0.16:jmmv3-19/+5
Implement boolean operators in #if [Pete Gonzalez] Adds support for Windows MinGW GCC and MS VisualC++.NET [Jack T. Goral] Adds Jamfile for compilation with Jam [Jack T. Goral] Make gcc style predefined symbols defined as in -DPARAMETER=3 [Pierric Descamps] Fix unportable configure sh for NetBSD [Julio M. Merino Vidal] Set object filename extension through a command line [Arne Varholm] Man page [Zenaan Harkness] Compilation fixes + makefile for MS VC6 [Alexander Bartolich]
2003-08-22Initial import of fastdep, version 0.15:jmmv5-0/+46
fastdep is a fast dependency generator for C/C++ files. It generates a file ready to be parsed by the make(1) utility containing dependancy specifications for all source files given to it. The program is written in C++ with a handoptimized parser for just the preproccesor tokens; therefore it is faster than GCC because it does just one thing.