Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-18 | use SAL_N_ELEMENTS | David Tardon | |
2012-04-18 | WaE: parameter 'size' set but not used | David Tardon | |
2012-04-18 | WaE: declaration of 'errcode' shadows a global declaration | David Tardon | |
2012-04-09 | enforce only one possible use of gb_CustomTarget | Matúš Kukan | |
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed | |||
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) | |||
2012-04-05 | Fix Prefer prefix ++/-- operators | Julien Nabet | |
Includes too replacement < by != for comparison between current and end iterators | |||
2012-04-04 | jvmfwk: use CustomTarget makefile | Matúš Kukan | |
2012-03-26 | Fix delivery of jvmfwk ini/data files | Stephan Bergmann | |
...that are (also) used during the build (e.g., cd testtools/*/lib && ./bridgetest_inprocess_java). Broken by gbuild'ification of jvmfwk. | |||
2012-03-23 | replace OpenOffice.org to LibreOffice in registry keys | Andras Timar | |
2012-02-29 | Drop comparison with empty rtl::OUString | Takeshi Abe | |
2012-02-23 | Adapted AsynchReader to safer-to-use salhelper::Thread | Stephan Bergmann | |
2012-02-17 | libjvmfwk is needed even when building without java | David Tardon | |
2012-02-17 | We want gb_STDLIBS here surely? | Tor Lillqvist | |
2012-02-17 | update makefiles | David Tardon | |
2012-02-17 | merge feature/gbuild_java | David Tardon | |
2012-02-16 | add gb_Helper_abbreviate_dirs_native | Matus Kukan | |
2012-02-16 | jvmfwk: these are also linked_libs | Matus Kukan | |
2012-02-15 | Merge branch 'feature/android' | Tor Lillqvist | |
2012-02-06 | Added READMEs for modules related to URE, with content from the wiki | Josh Heidenreich | |
2012-01-26 | android: move lo-bootstrap to osl/detail, Attach threads as created | Michael Meeks | |
2012-01-15 | WaE: ordered comparison of pointer with integer zero | David Tardon | |
2012-01-05 | Fix for fdo43460 Part XXII getLength() to isEmpty() | Gustavo Buzzatti Pacheco | |
Part XXII modules jvmfwk, l10ntools, lingucomponent | |||
2012-01-05 | WaE and build errors with OSL_DEBUG_LEVEL == 2 | Caolán McNamara | |
2012-01-05 | stray trailing ; | Caolán McNamara | |
2011-12-26 | sunjavaplugin has been renamed | David Tardon | |
2011-12-26 | export libsunjavaplugin's API functions | David Tardon | |
2011-12-25 | bah, i committed that by mistake | David Tardon | |
2011-12-25 | use gb_Helper_get_rcfile here | David Tardon | |
2011-12-24 | gbuildize jvmfwk, part 2: finish & clean up | David Tardon | |
2011-12-24 | fix linking issue on windows | David Tardon | |
2011-12-24 | make exported symbols visible | David Tardon | |
2011-12-24 | build JREProperties.class | David Tardon | |
2011-12-23 | we do not support OS/2 | David Tardon | |
2011-12-23 | add lib prefix to sunjavaplugin | David Tardon | |
2011-12-23 | gbuildize jvmfwk | David Tardon | |
2011-12-16 | gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO' | Matúš Kukan | |
2011-12-15 | catch exception by constant reference | Takeshi Abe | |
2011-12-07 | Fix nasty ppc ld crash, correct default return param setting | Thorsten Behrens | |
* on OSX 10.5 PPC, ld crashes with a bus error, presumably because of the empty ar[] string array. * the "size = 0" default case looks wrong, replaced by *size=0 | |||
2011-11-30 | Android code refactorig and hacking | Tor Lillqvist | |
Sorry for the large unstructured commit. But hey, the Android code is experimental so far. Extract the native lo-bootstrap code into a fairly normal library built in sal. (Previously it was the JNI part of the "Bootstrap" app.) Just linkink normally to liblo-bootstrap from C++ code that uses it works fine, no need to do a dlsym lookup. Bootstrap is still a subclass of NativeActivity and can thus still be used as an "app" (to start unit tests, or whatever), but can also be used from some other app's Java code to just get access to the lo-bootstrap native methods. Introduce a new top-level "module", android, for Bootstrap and the experiments with DocumentLoader. Note that the experimental DocumentLoader app still crashes. It can't create the com.sun.star.frame.Desktop instance. I spent lots of time debugging in the painfully inadequate ndk-gdb. (Even the newer gdb build from the "mingw-and-ndk" project is quite crappy in many ways.) I should really experiment with corresponding code on a normal platform first before even trying on Android. Basically, I think that if I just can get the concept of Java code that instantiates and uses LO components *in-process* working on a normal desktop platform, it should work on Android, too. | |||
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from jvmfwk | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-27 | typos fixing | Korrawit Pruegsanusak | |
2011-11-26 | Use ENFORCEDSHLPREFIX for Android | Tor Lillqvist | |
2011-11-25 | duplicate "add Oracle Java 1.7.0 recognition" from javavendors_linux -> wnt | Stephan Bergmann | |
2011-11-25 | First attempt at getting access to the Java VM on Android | Tor Lillqvist | |
2011-11-23 | Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros. | Stephan Bergmann | |
A compile time check ensures the common case of streaming just a plain C-style string literal still produces reasonably compact call-site code. The format-string variants are still available in sal/detail/log.h, but only to be used in obsolete osl/diagnose.h etc., and going to be removed again eventually. | |||
2011-11-22 | New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx. | Stephan Bergmann | |
* New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString. |