summaryrefslogtreecommitdiff
path: root/idlc
AgeCommit message (Collapse)Author
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header from idlcNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-10-07delete commented code from idlc/..astinterface.cxxPierre-André Jacquod
2011-10-07remove dead code in astdump.cxx (in idlc dir).Pierre-André Jacquod
2011-10-03WaE: Ignore also C4702: unreachable codeTor Lillqvist
2011-09-27WaE: comparison between signed and unsigned integer expressionsTor Lillqvist
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-27Let's rely on memmove() being sane on all our platformsTor Lillqvist
Defining an own memmove() here is silly. It breaks compilation against MacOSX 10.6 SDK where memmove is a macro. If we really wanted to avoid the system memmove() here, surely we should then use rtl_moveMemory(). But since when is idlcpp performance critical?
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-06[cppchecker] deletion of unread / unneeded variablePierre-André Jacquod
2011-06-18Link correctly with the gnu_getopt library in the MinGW caseTor Lillqvist
2011-06-16We do need to build this when cross-compiling to DESKTOP platformsTor Lillqvist
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-06-02Set TARGETPLATFORM=BUILD, idlc is for the build platformTor Lillqvist
It doesn't build yet when cross-compiling, though. It needs REGLIB, SALLIB and SALHELPERLIB, and so far these get built only for the host platform when cross-compiling. Need to fix that. Can't have this ad-hoc mixing of build platform tools and host platform libs in the same OUTDIR any more. When cross-compiling we should do a full separation of binaries for build and host. Libraries like SALLIB are needed for both.
2011-05-17do not leak memoryDavid Tardon
2011-04-18Remove OS/2 support.Francois Tigeot
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
Conflicts: codemaker/source/bonobowrappermaker/corbaoptions.cxx codemaker/source/cppumaker/cppuoptions.cxx codemaker/source/cunomaker/cunooptions.cxx codemaker/source/idlmaker/idloptions.cxx codemaker/source/javamaker/javaoptions.cxx cppu/source/typelib/typelib.cxx idlc/source/options.cxx offapi/com/sun/star/util/PathSubstitution.idl offapi/drafts/com/sun/star/form/ListEntryEvent.idl offapi/drafts/com/sun/star/form/XBindableValue.idl offapi/drafts/com/sun/star/form/XListEntryListener.idl offapi/drafts/com/sun/star/form/XListEntrySink.idl offapi/drafts/com/sun/star/form/XListEntrySource.idl offapi/drafts/com/sun/star/form/XValueBinding.idl registry/tools/checksingleton.cxx registry/tools/options.hxx registry/tools/regcompare.cxx registry/tools/regmerge.cxx sal/cppunittester/cppunittester.cxx sal/osl/unx/socket.c sal/osl/w32/diagnose.c sal/prj/d.lst sal/rtl/source/alloc_fini.cxx sal/rtl/source/alloc_global.c sal/rtl/source/makefile.mk
2011-03-07CWS-TOOLING: integrate CWS jsc340Ivo Hinkelmann
Notes: split repo tag: ure_ooo/DEV300_m102
2011-03-02Remove "using namespace ::rtl"Julien Nabet
2011-02-24Remove MSDOS supportThomas Arnhold
2011-02-24jsc340: i114847: fix nameJuergen Schmidt
2011-02-21#i115784# idlc: Fix unreachable "return <result>; break;" statements.Matthias Huetsch [mhu]
2011-02-18nothing to see here move along, *cough*Caolán McNamara
2011-02-16Remove SCO supportThomas Arnhold
2011-02-16Remove HPUX supportThomas Arnhold
2011-02-15silence some more windows warningsCaolán McNamara
2011-02-15silence a windows warningCaolán McNamara
2011-02-15dragonfly stuffFrancois Tigeot
2011-02-03some std::hash_map/set -> boost::unordered_map/set changesFridrich Strba
2011-02-03#i115784# idlc: add missing includes.Matthias Huetsch [mhu]
2011-01-31#i115784# idlc: add missing include.Matthias Huetsch [mhu]
2011-01-29Use errno to get the correct error message if mkstemp() fails.Thomas Arnhold
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-11silence spurious warningCaolán McNamara
2010-12-13Update from master repository (DEV300_m95).Matthias Huetsch [mhu]
2010-12-10#115784# idlc: fixed commandline option processing.Matthias Huetsch [mhu]
2010-11-25#i115784# idlc: fix memory errors uncovered by valgrind and other tools.Matthias Huetsch [mhu]
2010-11-24cppcheck: The scope of these variables can be reducedCaolán McNamara
2010-11-09Fixed i#81780 for good, even on Macos XCédric Bosdonnat
2010-11-05include sys/wait.h on openbsdRobert Nagy
2010-10-27add modelines to .h and .c files as wellCaolán McNamara
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-13fix for AIXCaolán McNamara
2010-10-05more removed include guards using fixguard.pyPetr Mladek
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-10-05idlcpp uses memcpy on overlapping areasCaolán McNamara
2010-10-01jsc340: i14847: clean up cmdline help fo devtoolsJuergen Schmidt
2010-09-21Revert "idlc-error-offset.diff: Add character offset for idlc errors"Thorsten Behrens
Breaks bison on OSX. This reverts commit 55c5db853fc0d96179874b4c01dba2774ecf5cd1. Notes: split repo tag: ure_OOO_BUILD_3_2_99_0_PRE