]> git.mxchange.org Git - flightgear.git/commit
* Implement a node cache that can be enabled at compile time.
authorehofman <ehofman>
Sun, 24 May 2009 14:09:46 +0000 (14:09 +0000)
committerTim Moore <timoore@redhat.com>
Tue, 2 Jun 2009 22:18:55 +0000 (00:18 +0200)
commitfc0b771cdfee454914b085eb07a9060a43a7d17d
treedbac4a5953f0891ab8d9304f281188ecb110479d
parent301efcd529fc67f04024c5cc48418ea9f0dd3733
  * Implement a node cache that can be enabled at compile time.
    the node cache prevents recursively walking the xml tree over and over
    again to find the specified nodes.
utils/xmlgrep/ChangeLog
utils/xmlgrep/Makefile.am
utils/xmlgrep/printxml.c
utils/xmlgrep/testxml.c
utils/xmlgrep/xml.c
utils/xmlgrep/xml.h
utils/xmlgrep/xml_cache.c [new file with mode: 0644]
utils/xmlgrep/xml_cache.h [new file with mode: 0644]
utils/xmlgrep/xmlgrep.c