-
Notifications
You must be signed in to change notification settings - Fork 6
/
NEWS
25 lines (20 loc) · 1.04 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Feb 1, 2012, Hari Rangarajan
* Migrating code from C to C++.
* Starting off fresh code-base in git
April 26, 2012, Hari Rangarajan ([email protected])
* Release independent of Glib and Argp
* Uses the TCLAP library for command-line parsing (packaged)
* Cross-compilable to any platform with a C++ compiler
May 4, 2012, Hari Rangarajan ([email protected])
Introducing the ccglue_tracer utility that can dump call-tree
output to the terminal. Allows usage outside Vim and possible
reprocessing of call-trees to other applications.
June 9, 2012 Hari Rangarajan ([email protected])
The tracer functionality has been expanded to include the location
of the symbol (i.e., filename, linenumber)
Internal changes include
* Using Ben Hanson's lexerTL C++ library to parse the cscope database
- Parsing now happens with a memory mapped file if the OS has support
* Using the FSB allocator to speedup data structure maintenance
(missing support for unordered_tree, adding it creates a double-free,
look at it later)