summaryrefslogtreecommitdiff
path: root/xml2cmp
AgeCommit message (Collapse)AuthorFilesLines
2012-07-02Remove unused definesThomas Arnhold1-1/+0
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-06-29Remove some unused defines and controlsThomas Arnhold1-2/+0
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
2012-06-27adjust xml2cmp tool to handle XML commentsOliver-Rainer Wittmann1-0/+5
from: http://svn.apache.org/viewvc?view=revision&revision=1305252
2012-06-27re-base on ALv2 code.Michael Meeks15-345/+210
2012-06-27fix memory leakCaolán McNamara1-0/+2
Change-Id: I61446b7f14a153f13c9d0f5541a3d675a620f601
2012-06-27Remove unused header filesThomas Arnhold5-351/+0
Change-Id: I3d172e5200fee63c6afcdf236a7915b7d51baf9c
2012-06-22re-base on ALv2 code.Michael Meeks1-26/+17
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks16-383/+239
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-20removed unused forward declarations of classTakeshi Abe1-1/+0
Change-Id: Iee1b78242e210466375376da3e4dbbaec609cc03
2012-06-04nuke unused definesTakeshi Abe1-6/+0
Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb
2012-05-31targetted tweak to prep for stl re-work reversionMichael Meeks2-2/+5
Change-Id: Ibe60e96b6f961fba13fdd39320969acf51f545f4
2012-05-20Some cppcheck cleaningJulien Nabet1-1/+1
Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-1/+1
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-02-06Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich1-0/+3
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-25refresh unused code listCaolán McNamara2-7/+0
2012-01-24callcatcher: update list, remove newly unused methodsCaolán McNamara8-392/+1
2012-01-19Remove obsolete xml2cmp -ix.Stephan Bergmann5-112/+6
2011-12-15Removed extra semicolonsJesse1-3/+3
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-2/+3
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-10-18Fixed uses of memmove in DynamicList.Stephan Bergmann1-2/+2
2011-10-10remove unused source dirCaolán McNamara5-726/+0
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-09-17simplify thisCaolán McNamara1-8/+2
2011-09-16better filter-out uwinapi (in case gb_STDLIBS changes)Bjoern Michaelsen1-1/+1
2011-09-16avoid linking to uwinapi here (which gb_STDLIBS contains that anyway)Caolán McNamara1-0/+8
2011-09-15Reverted the previous fix, as it introduces a circular dependency.Stephan Bergmann1-1/+1
sal already depends on xml2cmp. The problem is that before gbuildization, xml2cmp was careful not to link against uwinapi (via UWINAPILIB=$(0) in xml2cmp/util/makefile.mk); this needs to be re-implemented in gbuild.
2011-09-15On Windows, xml2cmp depends on uwinapi from sal.Stephan Bergmann1-1/+1
Strangely, before gbuildization, xml2cmp did not depend on sal, but on soltools, which does not itself depend on sal; maybe that was already a mistake that went unnoticed so far.
2011-09-14merge srvdepy functions into xml2cmp and simplify xml2cmp gbuildNorbert Thiebaud10-254/+185
2011-09-13Added missing dependencies on solenv back into build.lsts.Stephan Bergmann1-1/+1
2011-09-12convert xml2cmp to gbuildPeter Foley11-203/+217
2011-09-12Add pleas for help to explain a mysterious piece of codeTor Lillqvist1-0/+5
2011-08-11fix more -fpermissive compile errors from trunck gccTom Tromey1-1/+1
2011-06-04Rehash cross-compilation ideasTor Lillqvist4-4/+20
Drop the TARGETPLATFORM=BUILD indication of stuff that is to be built for the build platform. I will handle the split of stuff built for the build or host platforms differently. Add explicit rules to do nothing for the cross-compilation case, but likely even that will be unnecessary in the case of complete modules like xml2cmp. I will just mark modules that are for the build platform only with an own flag in BUILD_TYPE.
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-4/+4
2011-05-14Cross-compilation supportTor Lillqvist4-31/+4
2011-04-18Remove OS/2 support.Francois Tigeot10-14/+10
2011-02-16Remove dead codeBálint Dózsa3-5/+0
2011-02-09Make stlport only optional dependency of postprocessFridrich Štrba1-1/+1
2010-10-27add modelines to .h and .c files as wellCaolán McNamara6-0/+12
2010-10-18remove non-compiled codePovilas Kanapickas2-102/+0
2010-10-15Better English messages and comments in ure/xml2cmpLaurent Charrière3-5/+5
Signed-off-by: Laurent Charrière <lcharriere@gmail.com>
2010-10-15Delete commented out code in ure/xml2cmpLaurent Charrière3-6/+0
Signed-off-by: Laurent Charrière <lcharriere@gmail.com>
2010-10-15Translate German comments in ure/xml2cmpLaurent Charrière3-4/+4
Signed-off-by: Laurent Charrière <lcharriere@gmail.com>
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth33-0/+69
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-13tweaks for AIXCaolán McNamara1-0/+4