summaryrefslogtreecommitdiffstats
path: root/xml2cmp
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused header filesThomas Arnhold2012-06-275-351/+0
| | | | Change-Id: I3d172e5200fee63c6afcdf236a7915b7d51baf9c
* re-base on ALv2 code.Michael Meeks2012-06-221-26/+17
| | | | Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
* re-base on ALv2 code.Michael Meeks2012-06-2116-383/+239
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* removed unused forward declarations of classTakeshi Abe2012-06-201-1/+0
| | | | Change-Id: Iee1b78242e210466375376da3e4dbbaec609cc03
* nuke unused definesTakeshi Abe2012-06-041-6/+0
| | | | Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb
* targetted tweak to prep for stl re-work reversionMichael Meeks2012-05-312-2/+5
| | | | Change-Id: Ibe60e96b6f961fba13fdd39320969acf51f545f4
* Some cppcheck cleaningJulien Nabet2012-05-201-1/+1
| | | | Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-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)
* Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich2012-02-061-0/+3
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* refresh unused code listCaolán McNamara2012-01-252-7/+0
|
* callcatcher: update list, remove newly unused methodsCaolán McNamara2012-01-248-392/+1
|
* Remove obsolete xml2cmp -ix.Stephan Bergmann2012-01-195-112/+6
|
* Removed extra semicolonsJesse2011-12-151-3/+3
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-2/+3
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* Fixed uses of memmove in DynamicList.Stephan Bergmann2011-10-181-2/+2
|
* remove unused source dirCaolán McNamara2011-10-105-726/+0
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* simplify thisCaolán McNamara2011-09-171-8/+2
|
* better filter-out uwinapi (in case gb_STDLIBS changes)Bjoern Michaelsen2011-09-161-1/+1
|
* avoid linking to uwinapi here (which gb_STDLIBS contains that anyway)Caolán McNamara2011-09-161-0/+8
|
* Reverted the previous fix, as it introduces a circular dependency.Stephan Bergmann2011-09-151-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.
* On Windows, xml2cmp depends on uwinapi from sal.Stephan Bergmann2011-09-151-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.
* merge srvdepy functions into xml2cmp and simplify xml2cmp gbuildNorbert Thiebaud2011-09-1410-254/+185
|
* Added missing dependencies on solenv back into build.lsts.Stephan Bergmann2011-09-131-1/+1
|
* convert xml2cmp to gbuildPeter Foley2011-09-1211-203/+217
|
* Add pleas for help to explain a mysterious piece of codeTor Lillqvist2011-09-121-0/+5
|
* fix more -fpermissive compile errors from trunck gccTom Tromey2011-08-111-1/+1
|
* Rehash cross-compilation ideasTor Lillqvist2011-06-044-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.
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-4/+4
|
* Cross-compilation supportTor Lillqvist2011-05-144-31/+4
|
* Remove OS/2 support.Francois Tigeot2011-04-1810-14/+10
|
* Remove dead codeBálint Dózsa2011-02-163-5/+0
|
* Make stlport only optional dependency of postprocessFridrich Štrba2011-02-091-1/+1
|
* add modelines to .h and .c files as wellCaolán McNamara2010-10-276-0/+12
|
* remove non-compiled codePovilas Kanapickas2010-10-182-102/+0
|
* Better English messages and comments in ure/xml2cmpLaurent Charrière2010-10-153-5/+5
| | | | Signed-off-by: Laurent Charrière <lcharriere@gmail.com>
* Delete commented out code in ure/xml2cmpLaurent Charrière2010-10-153-6/+0
| | | | Signed-off-by: Laurent Charrière <lcharriere@gmail.com>
* Translate German comments in ure/xml2cmpLaurent Charrière2010-10-153-4/+4
| | | | Signed-off-by: Laurent Charrière <lcharriere@gmail.com>
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-1433-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>
* tweaks for AIXCaolán McNamara2010-10-131-0/+4
|
* #i113938# printf style formats in c++ stream operationCaolán McNamara2010-10-061-1/+1
|
* remove redundant headerSeo Sanghyeon2010-09-302-48/+1
|
* Removes is_valid_index method for future migration to STLSeo Sanghyeon2010-09-292-5/+2
|
* changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-1244-180/+44
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* merge commitMathias Bauer2009-09-251-4/+0
|\