summaryrefslogtreecommitdiffstats
path: root/idlc
Commit message (Collapse)AuthorAgeFilesLines
* Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich2012-02-061-0/+2
|
* idlc: breaks on mac tinderboxMichael Stahl2012-01-141-1/+1
|
* idlc: do not use -I., deps need absolute pathsMichael Stahl2012-01-141-1/+1
|
* idlc: new parameter -M: write GNU make dependenciesMichael Stahl2012-01-146-21/+157
|
* idlc: document all parametersMichael Stahl2012-01-141-0/+2
|
* Fix for fdo43460 Part XXI getLength() to isEmpty()Olivier Hallot2011-12-305-11/+11
| | | | | | Part XXI Modules i18npool, idl, idlc, io, javaunohelper, jvmaccess
* catch exception by constant referenceTakeshi Abe2011-12-151-1/+1
|
* Less succes, more successStefan Knorr (astron)2011-12-081-1/+1
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove include of pch header from idlcNorbert Thiebaud2011-11-2725-48/+0
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-8/+0
|
* delete commented code from idlc/..astinterface.cxxPierre-André Jacquod2011-10-071-21/+18
|
* remove dead code in astdump.cxx (in idlc dir).Pierre-André Jacquod2011-10-071-45/+26
|
* WaE: Ignore also C4702: unreachable codeTor Lillqvist2011-10-031-1/+1
|
* WaE: comparison between signed and unsigned integer expressionsTor Lillqvist2011-09-271-6/+5
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-272-6/+5
|
* Let's rely on memmove() being sane on all our platformsTor Lillqvist2011-09-271-36/+0
| | | | | | | 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?
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-221-0/+4
|
* [cppchecker] deletion of unread / unneeded variablePierre-André Jacquod2011-09-061-2/+1
|
* Link correctly with the gnu_getopt library in the MinGW caseTor Lillqvist2011-06-181-1/+3
|
* We do need to build this when cross-compiling to DESKTOP platformsTor Lillqvist2011-06-162-11/+0
|
* Rehash cross-compilation ideasTor Lillqvist2011-06-042-2/+10
| | | | | | | | | | | 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-6/+6
|
* Set TARGETPLATFORM=BUILD, idlc is for the build platformTor Lillqvist2011-06-022-0/+2
| | | | | | | | | | | 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.
* do not leak memoryDavid Tardon2011-05-171-5/+6
|
* Remove OS/2 support.Francois Tigeot2011-04-185-32/+5
|
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-238-292/+337
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * CWS-TOOLING: integrate CWS jsc340Ivo Hinkelmann2011-03-071-3/+9
| |\
| | * jsc340: i114847: fix nameJuergen Schmidt2011-02-241-2/+10
| | |
| | * jsc340: i14847: clean up cmdline help fo devtoolsJuergen Schmidt2010-10-011-2/+2
| | |
| * | #i115784# idlc: Fix unreachable "return <result>; break;" statements.Matthias Huetsch [mhu]2011-02-211-1/+1
| | |
| * | #i115784# idlc: add missing includes.Matthias Huetsch [mhu]2011-02-031-0/+2
| | |
| * | #i115784# idlc: add missing include.Matthias Huetsch [mhu]2011-01-311-1/+4
| | |
| * | Update from master repository (DEV300_m95).Matthias Huetsch [mhu]2010-12-135-104/+13
| |\|
| * | #115784# idlc: fixed commandline option processing.Matthias Huetsch [mhu]2010-12-103-261/+296
| | |
| * | #i115784# idlc: fix memory errors uncovered by valgrind and other tools.Matthias Huetsch [mhu]2010-11-255-64/+64
| | |
* | | Remove "using namespace ::rtl"Julien Nabet2011-03-022-3/+6
| | |
* | | Remove MSDOS supportThomas Arnhold2011-02-244-4/+4
| | |
* | | nothing to see here move along, *cough*Caolán McNamara2011-02-181-1/+22
| | |
* | | Remove SCO supportThomas Arnhold2011-02-162-8/+0
| | |
* | | Remove HPUX supportThomas Arnhold2011-02-162-6/+0
| | |
* | | silence some more windows warningsCaolán McNamara2011-02-151-15/+16
| | |
* | | silence a windows warningCaolán McNamara2011-02-151-15/+16
| | |
* | | dragonfly stuffFrancois Tigeot2011-02-151-1/+1
| | |
* | | some std::hash_map/set -> boost::unordered_map/set changesFridrich Strba2011-02-032-3/+3
| | |
* | | Use errno to get the correct error message if mkstemp() fails.Thomas Arnhold2011-01-291-1/+2
| | |
* | | WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-242-5/+1
| | |
* | | silence spurious warningCaolán McNamara2011-01-111-1/+1
| | |
* | | cppcheck: The scope of these variables can be reducedCaolán McNamara2010-11-241-5/+7
| | |
* | | Fixed i#81780 for good, even on Macos XCédric Bosdonnat2010-11-095-11/+40
| | |