Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-21 | unusedcode: svtools:: | Matúš Kukan | |
2011-08-21 | unusedcode: CollatorWrapper | Matúš Kukan | |
2011-08-21 | Further attempt to make this test run on iOS | Tor Lillqvist | |
2011-08-21 | Link cppu statically to gcc3_uno on iOS | Tor Lillqvist | |
2011-08-21 | Use prefixed name for uno_initEnvironment() for iOS | Tor Lillqvist | |
2011-08-21 | Rename List -> OStringList | Joseph Powers | |
I also renamed the varable from list to stringlist. | |||
2011-08-21 | Rename List -> WeakReferenceList | Joseph Powers | |
Just to clearify which List we're talking about. | |||
2011-08-21 | Rename List -> NodeList | Joseph Powers | |
List was defined as std::vector< Node* >; but calling it List is confusing since you don't know what type of list it is. Also it's just asking for compile issues since we also use std::List, a custom List<>, & a class List. I also removed Node::Children() since it wasn't used. | |||
2011-08-21 | Revert "I am tired of thesee assertions, put them behind dbglevel>2" | Tor Lillqvist | |
Nah, having them behind dbglevel>1 is fine (which already means these assertions won't normally be compiled even with --enable-debug). I got mislead as I was building with dbglevel=2 everywhere. But pondering the point of dbglevel a.k.a. OSL_DEBUG_LEVEL, I think the right way to see it is: You are not supposed to build all (or large parts) of LibreOffice with dbglevel=2. If we used OSL_TRACE all over the place as thoroughly as in some files in sal/rtl, that would lead to astronomical amounts of tracing output. (We don't use OSL_TRACE like that, but that is another thing...) I think the intended use of dbglevel is that you should build with dbglevel=2 only the small part of code you are currently actively working on, when you want to see trace output. Of course, another problem then is that in some modules and/or libraries it might not be possible to compile just a part of the sources with dbglevel=2. That should be fixed. This reverts commit a3bad2855032fb2742feea1e0e350297d41f69fe. | |||
2011-08-21 | Also oldnames.lib | Tor Lillqvist | |
2011-08-21 | bring sccomp into the tail_build fold | Norbert Thiebaud | |
2011-08-21 | remove debugging print | Norbert Thiebaud | |
2011-08-21 | lotuswordpro is in tail_build, it should not be in postprocess pre-req | Norbert Thiebaud | |
2011-08-21 | There was still overload ambiguous | Julien Nabet | |
2011-08-21 | OUStringBuffer.append call: add explicit radix to disambiguate overload | Lionel Elie Mamane | |
2011-08-21 | use boost::unordered_map instead of STL one so as not to require C++0x | Lionel Elie Mamane | |
2011-08-21 | check array index *before* using it in array, not *after* | Lionel Elie Mamane | |
2011-08-21 | scripting: make a debug build log uncaught exception when loading a provider | Lionel Elie Mamane | |
Also put a newline between "Error creating provider from factory" and message of the exception raised by the provider load | |||
2011-08-21 | pyuno: close opened parenthesis in raised exception message | Lionel Elie Mamane | |
2011-08-21 | pyuno: some comments | Lionel Elie Mamane | |
2011-08-21 | Janitorial: remove unnecessary const_casts | Lionel Elie Mamane | |
The python C API has consts at these places | |||
2011-08-21 | Janitorial: remove unused variable | Lionel Elie Mamane | |
2011-08-21 | pyuno: make extractUnoException handle exceptions raised by uno.py loading | Lionel Elie Mamane | |
This allows having a meaningful error message when extractUnoException is called from pyuno_loader::getLoaderModule() (via raiseRuntimeExceptionWhenNeeded()). If it is called to treat an error that cropped up in loading uno.py, the old code would abort the whole operation by throwing an exception because... it gets essentially the same error. The new code leads to a sensible message on the Python debug console. | |||
2011-08-21 | pyuno: hook into import *after* the _whole_ uno module is successfully loaded | Lionel Elie Mamane | |
This avoids breaking the whole python process module importing when an uno.py import failure happens after the hooking point. In that case, _uno_import is still the python module loader, but _g_delegatee is not anymore bound to the previously installed importer, and thus any module import fails with: File "/home/master/src/libreoffice/core/install/basis3.5/program/uno.py", line 260, in _uno_import return _g_delegatee( name, *optargs, **kwargs ) TypeError: 'NoneType' object is not callable | |||
2011-08-21 | pyuno: allow uno structs to be initliased with keyword arguments | Lionel Elie Mamane | |
2011-08-20 | no need to redefine gb_Helper_conert_native over and over again.... | Norbert Thiebaud | |
2011-08-20 | ios does not seems to inherit form macos, so add a yacc rule there too | Norbert Thiebaud | |
2011-08-20 | move yacc command in platform/* due to Mac PPC ancient bison version. | Norbert Thiebaud | |
Mac PPC has a very old bison that does not handle .cxx extension well not does it support --defines=<file>. the result is that the generated header is called <foo>.cxx.h instead of <foo>.hxx To deal with that we moved the yacc rule in the platefrom dependent section and added some renaming magic for the PowerPC case on MacOS. | |||
2011-08-20 | no reason for changing name of cui library on windows | Matúš Kukan | |
2011-08-19 | prevent the creation of $INPATH in the module source for gbuild-module | Norbert Thiebaud | |
The creation of $INPATH and sub-dirs was triggered by the location of the logfile. in buil.pl that trigger the call of mkout.pl We adapt SourceConfig to keep track of which modules is gbuildified For these module, the log will be at workdir/Logs/ Also clean-up the remnant of the support for dual build mode (gbuild/dmake). | |||
2011-08-19 | WaE: MACOS gcc is too old for that pragma | Norbert Thiebaud | |
2011-08-19 | use native yacc/bison support in rsc rather than a sub-make | Norbert Thiebaud | |
2011-08-19 | add Yacc/bison support in gbuild | Norbert Thiebaud | |
2011-08-19 | get forms buildable on windows. | Kohei Yoshida | |
2011-08-19 | icui18n -> icuin on Windows. Now lotuswordpro builds. | Kohei Yoshida | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-19 | Fixes link error on Windows. | Kohei Yoshida | |
2011-08-19 | Fix some icu cross-building problems. | Jan Holesovsky | |
Still it does not finish, though; to be continued. | |||
2011-08-19 | WaE: fix build | Caolán McNamara | |
2011-08-19 | missed this errno.h | Caolán McNamara | |
2011-08-19 | add errno.h for errno | Caolán McNamara | |
2011-08-19 | pictures in fly frames are already handled | Miklos Vajna | |
2011-08-19 | a pard between two frame definitions means two frames | Miklos Vajna | |
2011-08-19 | paragraphs inside frames do not count | Miklos Vajna | |
2011-08-19 | handle sections containing no paragraphs | Miklos Vajna | |
2011-08-19 | multiple sections in a frame are not allowed | Miklos Vajna | |
2011-08-19 | make sure frame props are always emitted | Miklos Vajna | |
2011-08-19 | have the twip->mm100 conversion code for frame props at a single place | Miklos Vajna | |
2011-08-19 | Use cygpath -m on Windows where necessary | Tor Lillqvist | |
We can't pass Cygwin pathnames to non-Cygwin programs. | |||
2011-08-19 | Improve input and output file open error handling | Tor Lillqvist | |
Tell file name and actual error in error message. Print error message to stderr. Always exit with failure when not able to open an input or output file. |