Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-07 | No point with these executables for non-desktop OSes | Tor Lillqvist | |
Change-Id: If2e086cf2783c187f2cdb479608aa91561e0d674 | |||
2012-08-06 | There is not need to allocate memory just for getting the 'indexOf' | Christophe JAILLET | |
a literal within a OUString. Change-Id: Icc8e22c43f6ddca25cb284a3d45ab39680ad6d1f | |||
2012-07-22 | fix typo | David Tardon | |
Change-Id: I663127446e7d9a38693ce46a7a42b5bec8cb8d51 | |||
2012-07-20 | idlc: do not use -I., deps need absolute paths | Michael Stahl | |
(regression from 63c508e3e86a140e35161c45d2be97779746f6cb) Change-Id: I03ae2cf6fdb229e26d33ef4611a1495590f90df7 | |||
2012-07-20 | idlcpp was replaced by ucpp | Matúš Kukan | |
Change-Id: I4bb299e8d0d41fd27c84b84e32057eb43feb7fa4 | |||
2012-07-18 | re-base on ALv2 code. Includes: | Michael Meeks | |
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396 | |||
2012-06-28 | remove malingering legacy RCS tags. | Michael Meeks | |
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1 | |||
2012-05-23 | removed unused temporary rtl::OUString | Takeshi Abe | |
Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e | |||
2012-05-06 | WaE: avoid build break on Mac PPC/XCode 2.5 | Christian Lohmaier | |
otherwise breaks with /usr/share/bison.simple: In function ´int yyparse()´: /usr/share/bison.simple:614: warning: comparison between signed and unsigned integer expressions /usr/share/bison.simple:626: warning: comparison between signed and unsigned integer expressions | |||
2012-05-04 | disable GCC diagnostic #pragma on older GCC versions | David Ostrovsky | |
Change-Id: Ib0c1ec649b4e391359ef41cebad501b297579557 | |||
2012-05-04 | gbuild conversion l10ntools module | David Ostrovsky | |
Change-Id: I Iea9a77f19856dd870eb72fa57249f959cdd7000c | |||
2012-05-01 | build: cleaning up previously converted idlc module | David Ostrovsky | |
Change-Id: Ic90495f677dc42c0430492548deaa9f9b10e4d44 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern 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-23 | WaE: Clang empty forloop body | Catalin Iacob | |
Clang says: stripped_scanner.ll:198:46: error: for loop has empty body [-Werror,-Wempty-body] stripped_scanner.ll:198:46: note: put the semicolon on a separate line to silence this warning [-Wempty-body] | |||
2012-04-22 | WaE: comparison of integers of different signs and unused functions | Tor Lillqvist | |
2012-04-16 | YaccTarget and headers cleaning | Matúš Kukan | |
2012-04-14 | idlc: make dependencies: handle removed include files: | Michael Stahl | |
Write dummy targets for included files, so the incremental build does not break with "No rule to make target" if the included file is removed. | |||
2012-04-13 | WaE: don't seem to need this pragma | Caolán McNamara | |
2012-04-13 | WaE: -Werror=parentheses | Caolán McNamara | |
2012-04-13 | WaE: declaration of 'rand' shadows a global declaration | David Ostrovsky | |
2012-04-13 | gbuild conversion: idlc module | David Ostrovsky | |
2012-03-21 | idlc/README: correct nonsense added in 534b3a9b2e | Michael Stahl | |
2012-03-06 | idle code documentation improvement | Michael Meeks | |
2012-02-06 | Added READMEs for modules related to URE, with content from the wiki | Josh Heidenreich | |
2012-01-14 | idlc: breaks on mac tinderbox | Michael Stahl | |
2012-01-14 | idlc: do not use -I., deps need absolute paths | Michael Stahl | |
2012-01-14 | idlc: new parameter -M: write GNU make dependencies | Michael Stahl | |
2012-01-14 | idlc: document all parameters | Michael Stahl | |
2011-12-30 | Fix for fdo43460 Part XXI getLength() to isEmpty() | Olivier Hallot | |
Part XXI Modules i18npool, idl, idlc, io, javaunohelper, jvmaccess | |||
2011-12-15 | catch exception by constant reference | Takeshi Abe | |
2011-12-08 | Less succes, more success | Stefan Knorr (astron) | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from idlc | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-10-07 | delete commented code from idlc/..astinterface.cxx | Pierre-André Jacquod | |
2011-10-07 | remove dead code in astdump.cxx (in idlc dir). | Pierre-André Jacquod | |
2011-10-03 | WaE: Ignore also C4702: unreachable code | Tor Lillqvist | |
2011-09-27 | WaE: comparison between signed and unsigned integer expressions | Tor Lillqvist | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-27 | Let's rely on memmove() being sane on all our platforms | Tor 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-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-06 | [cppchecker] deletion of unread / unneeded variable | Pierre-André Jacquod | |
2011-06-18 | Link correctly with the gnu_getopt library in the MinGW case | Tor Lillqvist | |
2011-06-16 | We do need to build this when cross-compiling to DESKTOP platforms | Tor Lillqvist | |
2011-06-04 | Rehash cross-compilation ideas | Tor 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-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-06-02 | Set TARGETPLATFORM=BUILD, idlc is for the build platform | Tor 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-17 | do not leak memory | David Tardon | |