]> git.mxchange.org Git - flightgear.git/history - utils/xmlgrep
Move terrasync.py to /scripts/python
[flightgear.git] / utils / xmlgrep /
2012-05-24 Erik HofmanMerge branch 'next' of gitorious.org:fg/flightgear...
2012-05-24 Erik HofmanPoint to the new location of the ZeroXML library that...
2011-11-23 adrianMerge branch 'next' into comm-subsystem
2011-11-01 James TurnerGoodbye automake.
2010-11-29 Csaba HalaszMerge commit 'refs/merge-requests/14' of git://gitoriou...
2010-11-29 Csaba HalaszMerge commit 'refs/merge-requests/13' of git://gitoriou...
2010-11-22 Dave LuffMerge branch 'kln89' into next
2010-11-21 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/flightgea...
2010-11-21 ThorstenBAnother gitignore
2010-11-19 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/flightgea...
2010-11-14 Vivian MeazzaMerge branch 'next' of D:\Git_New\flightgear into next
2010-11-11 Christian Schmittremove old .cvsignore files
2009-09-10 Tim MooreMerge branch 'jsd/atmos' into topic/atmos-merge
2009-06-23 ehofmanfix a typo
2009-06-23 ehofmanrename to generic-protocol-analyse which shows it purpo...
2009-06-23 ehofmanadd some debugig logic
2009-06-23 ehofmanAdd a generic binary protocol configuration file analys...
2009-06-23 ehofmansmall bugfix
2009-06-23 ehofmanFix a bug in xmlGetString and honour the index attribtu...
2009-06-23 ehofmana utility to print an xml file as a property tree
2009-06-11 ehofmanreturn the len of the string
2009-06-02 ehofmansmall fixes
2009-06-02 ehofmanFix cacheFree
2009-06-02 ehofman * Implement a node cache that can be enabled at compi...
2009-05-18 ehofmanfixes for compiling without syntax validation.
2009-05-18 ehofmanSkip one recursive function call for leaf nodes at...
2009-05-18 fredbCompile xmlgrep with MSVC 7.1
2009-05-18 ehofmanmore small fixes
2009-05-18 ehofman * Various bugfixes, required to get fgrun working
2009-05-18 ehofmanVarious bugfixes. This allows me to run fgrun on all...
2009-05-18 Tim MooreMerge branch 'maint' into next
2009-05-01 ehofmanallow C++ to include the header
2009-05-01 ehofmangeneral cleanups.
2009-05-01 ehofmanAdd support for CDATA
2009-05-01 ehofmanFix an off by one problem.
2009-05-01 ehofmana small cleanup and make Windows simple_mmap function...
2009-05-01 ehofman * add printxml, an example utility that walks an...
2009-05-01 ehofman * changes to the code to allow walking the xml-tree...
2009-05-01 ehofmanOuch, forgot to allocate memory for the root node in...
2009-05-01 ehofmanzero is a valid file descriptor, use -1 instead and...
2009-05-01 ehofman * add xmlInitBuffer() for processing of a preallocate...
2009-05-01 ehofmanfix a buffer overflow
2009-05-01 ehofmancatch one more syntax error and remove a stale debug...
2009-05-01 ehofman * add support for comments inside xml-tags, e.g....
2009-05-01 ehofman * add support for self-contained tags like <test/>
2009-05-01 ehofmanfix a case where a single-element root path (e.g. ...
2009-05-01 ehofman * Setting an error when a node isn't found isn't...
2009-05-01 ehofman * fix a problem where attributes or elements starting...
2009-05-01 fredberrno is a reserved macro in some compilers
2009-05-01 ehofmanFix a typo.
2009-05-01 ehofman * Introduce a root-node that can hold extra informati...
2009-05-01 fredbCompile xmlgrep with MSVC 7.1
2009-05-01 ehofman * Rename xmlGetNode functions to xmlNodeGet for bette...
2009-04-15 ehofmanforgot one small fix
2009-04-15 ehofmanbetter use of const and fix a bunch of warnings
2008-07-21 ehofman * change a number of function parameters to const...
2008-07-20 ehofman* fix __xmlSkipComment to properly find the end of...
2008-07-19 ehofmanChange the low level internals of the xml library to...
2008-07-06 ehofman* reorganize the code to be able to skip comment sections
2008-07-01 ehofman * fix a problem caused by removing the last unnecessar...
2008-06-30 ehofmanwhoops, my bad
2008-06-30 ehofmanRemove the last unnecessary alloc from the library
2008-06-30 ehofmanSome small updates; fix typo's and fix a small memory...
2008-06-29 mfranzErik HOFMAN: add documentation/changelog
2008-06-29 mfranzErik HOFMAN: faster and better xmlgrep implementation
2005-09-24 ehofmanAdd an XML grep utility. It's far from complete but...