summaryrefslogtreecommitdiff
path: root/xml2cmp
AgeCommit message (Collapse)Author
2012-06-20removed unused forward declarations of classTakeshi Abe
Change-Id: Iee1b78242e210466375376da3e4dbbaec609cc03
2012-06-04nuke unused definesTakeshi Abe
Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb
2012-05-31targetted tweak to prep for stl re-work reversionMichael Meeks
Change-Id: Ibe60e96b6f961fba13fdd39320969acf51f545f4
2012-05-20Some cppcheck cleaningJulien Nabet
Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
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 Stahl
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 Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-01-25refresh unused code listCaolán McNamara
2012-01-24callcatcher: update list, remove newly unused methodsCaolán McNamara
2012-01-19Remove obsolete xml2cmp -ix.Stephan Bergmann
2011-12-15Removed extra semicolonsJesse
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
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 Bergmann
2011-10-10remove unused source dirCaolán McNamara
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-09-17simplify thisCaolán McNamara
2011-09-16better filter-out uwinapi (in case gb_STDLIBS changes)Bjoern Michaelsen
2011-09-16avoid linking to uwinapi here (which gb_STDLIBS contains that anyway)Caolán McNamara
2011-09-15Reverted the previous fix, as it introduces a circular dependency.Stephan Bergmann
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 Bergmann
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 Thiebaud
2011-09-13Added missing dependencies on solenv back into build.lsts.Stephan Bergmann
2011-09-12convert xml2cmp to gbuildPeter Foley
2011-09-12Add pleas for help to explain a mysterious piece of codeTor Lillqvist
2011-08-11fix more -fpermissive compile errors from trunck gccTom Tromey
2011-06-04Rehash cross-compilation ideasTor Lillqvist
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 Lillqvist
2011-05-14Cross-compilation supportTor Lillqvist
2011-04-18Remove OS/2 support.Francois Tigeot
2011-02-16Remove dead codeBálint Dózsa
2011-02-09Make stlport only optional dependency of postprocessFridrich Štrba
2010-10-27add modelines to .h and .c files as wellCaolán McNamara
2010-10-18remove non-compiled codePovilas Kanapickas
2010-10-15Better English messages and comments in ure/xml2cmpLaurent Charrière
Signed-off-by: Laurent Charrière <lcharriere@gmail.com>
2010-10-15Delete commented out code in ure/xml2cmpLaurent Charrière
Signed-off-by: Laurent Charrière <lcharriere@gmail.com>
2010-10-15Translate German comments in ure/xml2cmpLaurent Charrière
Signed-off-by: Laurent Charrière <lcharriere@gmail.com>
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
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 McNamara
2010-10-06#i113938# printf style formats in c++ stream operationCaolán McNamara
2010-09-30remove redundant headerSeo Sanghyeon
2010-09-29Removes is_valid_index method for future migration to STLSeo Sanghyeon
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-09-25merge commitMathias Bauer
2009-09-10CWS-TOOLING: integrate CWS os2port06dev300Kurt Zenker
2009-09-05 22:49:00 +0200 ydario r275858 : #i99588# applied os2port06 diff to DEV300 tree.
2009-07-10#i103452#: remove obsolete PRODUCT_FULL and HDEFSMathias Bauer
2009-07-10#i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where ↵Mathias Bauer
possible