| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=215043
|
|
|
|
|
|
|
|
|
|
|
| |
- While at it, respect DOCSDIR
PR: 124279 [1]
Submitted by: gahr
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=215040
|
|
|
|
| |
Notes:
svn path=/head/; revision=198280
|
|
|
|
|
|
|
|
|
| |
- Fix build with gcc 4.2.1.
Pointed out by: kris via pointyhat [1]
Notes:
svn path=/head/; revision=198167
|
|
|
|
|
|
|
|
|
| |
Pointy hat to: fjoe@
See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-depend.html#AEN2125 on how to use BUILD_DEPENDS.
Notes:
svn path=/head/; revision=198064
|
|
CINT is a C/C++ interpreter aimed at processing C/C++ scripts.
CINT covers about 95% of ANSI C and 85% of C++. A CINT script can call
compiled classes/functions and compiled code can make callbacks to CINT
user defined functions. Utilities, like makecint and rootcint, automate
the process of embedding compiled C/C++ library code as shared objects
(as Dynamic Link Library, DLL, or shared library, .so). Source files
and shared objects can be dynamically loaded/unloaded without stopping
the CINT process. CINT offers a gdb like debugging environment for
interpreted programs.
Notes:
svn path=/head/; revision=198050
|