summaryrefslogtreecommitdiff
path: root/idlc
AgeCommit message (Expand)AuthorFilesLines
2011-10-07delete commented code from idlc/..astinterface.cxxPierre-André Jacquod1-21/+18
2011-10-07remove dead code in astdump.cxx (in idlc dir).Pierre-André Jacquod1-45/+26
2011-10-03WaE: Ignore also C4702: unreachable codeTor Lillqvist1-1/+1
2011-09-27WaE: comparison between signed and unsigned integer expressionsTor Lillqvist1-6/+5
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2-6/+5
2011-09-27Let's rely on memmove() being sane on all our platformsTor Lillqvist1-36/+0
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+4
2011-09-06[cppchecker] deletion of unread / unneeded variablePierre-André Jacquod1-2/+1
2011-06-18Link correctly with the gnu_getopt library in the MinGW caseTor Lillqvist1-1/+3
2011-06-16We do need to build this when cross-compiling to DESKTOP platformsTor Lillqvist2-11/+0
2011-06-04Rehash cross-compilation ideasTor Lillqvist2-2/+10
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-6/+6
2011-06-02Set TARGETPLATFORM=BUILD, idlc is for the build platformTor Lillqvist2-0/+2
2011-05-17do not leak memoryDavid Tardon1-5/+6
2011-04-18Remove OS/2 support.Francois Tigeot5-32/+5
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky8-292/+337
2011-03-07CWS-TOOLING: integrate CWS jsc340Ivo Hinkelmann1-3/+9
2011-03-02Remove "using namespace ::rtl"Julien Nabet2-3/+6
2011-02-24Remove MSDOS supportThomas Arnhold4-4/+4
2011-02-24jsc340: i114847: fix nameJuergen Schmidt1-2/+10
2011-02-21#i115784# idlc: Fix unreachable "return <result>; break;" statements.Matthias Huetsch [mhu]1-1/+1
2011-02-18nothing to see here move along, *cough*Caolán McNamara1-1/+22
2011-02-16Remove SCO supportThomas Arnhold2-8/+0
2011-02-16Remove HPUX supportThomas Arnhold2-6/+0
2011-02-15silence some more windows warningsCaolán McNamara1-15/+16
2011-02-15silence a windows warningCaolán McNamara1-15/+16
2011-02-15dragonfly stuffFrancois Tigeot1-1/+1
2011-02-03some std::hash_map/set -> boost::unordered_map/set changesFridrich Strba2-3/+3
2011-02-03#i115784# idlc: add missing includes.Matthias Huetsch [mhu]1-0/+2
2011-01-31#i115784# idlc: add missing include.Matthias Huetsch [mhu]1-1/+4
2011-01-29Use errno to get the correct error message if mkstemp() fails.Thomas Arnhold1-1/+2
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara2-5/+1
2011-01-11silence spurious warningCaolán McNamara1-1/+1
2010-12-13Update from master repository (DEV300_m95).Matthias Huetsch [mhu]5-104/+13
2010-12-10#115784# idlc: fixed commandline option processing.Matthias Huetsch [mhu]3-261/+296
2010-11-25#i115784# idlc: fix memory errors uncovered by valgrind and other tools.Matthias Huetsch [mhu]5-64/+64
2010-11-24cppcheck: The scope of these variables can be reducedCaolán McNamara1-5/+7
2010-11-09Fixed i#81780 for good, even on Macos XCédric Bosdonnat5-11/+40
2010-11-05include sys/wait.h on openbsdRobert Nagy1-1/+2
2010-10-27add modelines to .h and .c files as wellCaolán McNamara9-0/+25
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth61-0/+148
2010-10-13fix for AIXCaolán McNamara1-1/+1
2010-10-05more removed include guards using fixguard.pyPetr Mladek1-2/+0
2010-10-05remove include guards using fixguard.pyPetr Mladek3-6/+0
2010-10-05idlcpp uses memcpy on overlapping areasCaolán McNamara1-1/+1
2010-10-01jsc340: i14847: clean up cmdline help fo devtoolsJuergen Schmidt1-2/+2
2010-09-21Revert "idlc-error-offset.diff: Add character offset for idlc errors"Thorsten Behrens5-51/+14
2010-09-14idlc-error-offset.diff: yylineno is not defined by defaultPetr Mladek1-0/+2
2010-09-14idlc-error-offset.diff: Add character offset for idlc errorsCédric Bosdonnat5-14/+51
2010-06-22CWS-TOOLING: integrate CWS cmcfixes75obo1-2/+4