Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-22 | add missing deps on headers | David Tardon | 1 | -1/+4 | |
Change-Id: Icaeba832c527ba81a9f152ea011548e8b9843b5e | |||||
2012-09-07 | OUString cleanup in animations | Ricardo Montania | 3 | -23/+22 | |
Change-Id: Ib858f9fa709d72539f71a6473a4ecb519d68e98e Reviewed-on: https://gerrit.libreoffice.org/584 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br> | |||||
2012-08-22 | remove unused module-description xml files | Matúš Kukan | 1 | -45/+0 | |
Change-Id: I531e47538f308ee43e0fe8d7db59f525e45942c3 | |||||
2012-08-22 | do not deliver these module-description xml files | Matúš Kukan | 2 | -34/+0 | |
Change-Id: Ife2f42b3a917ece10dc7ee9fcd83f1558084c4f1 Reviewed-on: https://gerrit.libreoffice.org/454 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com> | |||||
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | 1 | -4/+1 | |
2012-06-27 | re-base on ALv2 code. | Michael Meeks | 5 | -95/+76 | |
2012-06-19 | re-base on ALv2 code. | Michael Meeks | 2 | -49/+31 | |
2012-05-04 | fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST | Thomas Arnhold | 1 | -1/+1 | |
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382 | |||||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | 1 | -1/+0 | |
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-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | 1 | -1/+1 | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | 1 | -2/+2 | |
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-03-21 | chmod -x | Tor Lillqvist | 1 | -0/+0 | |
2012-02-18 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | 1 | -6/+6 | |
to equalsIgnoreAsciiCaseAscii("...") | |||||
2012-02-10 | fdo#39491 remove nonexistent include paths | Matúš Kukan | 1 | -5/+0 | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | 1 | -1/+0 | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | 1 | -35/+2 | |
2012-02-04 | add missing README to animation, sc, sd, slideshow, starmath, sw | Josh Heidenreich | 1 | -0/+1 | |
2012-01-21 | Improve checking for emptiness | Thomas Arnhold | 1 | -1/+1 | |
2011-12-20 | Link most libs and executables with gb_STDLIBS as presumably is intended | Tor Lillqvist | 1 | -0/+1 | |
2011-12-08 | childs -> children | Michael T. Whiteley | 1 | -31/+31 | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | 1 | -0/+1 | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | 1 | -1/+1 | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | 1 | -2/+2 | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | 1 | -4/+4 | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||||
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | 1 | -40/+1 | |
2011-08-24 | catch ignored exceptions by const reference | Takeshi Abe | 1 | -4/+2 | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | 1 | -1/+1 | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | 4 | -4/+4 | |
2011-08-05 | Emacs modeline compatible with vim's one | Takeshi Abe | 1 | -0/+1 | |
Notes: split repo tag: impress_PRE_MELD_REPOS | |||||
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | 4 | -4/+8 | |
2011-07-28 | add prefixes for component_getFactory | Matúš Kukan | 2 | -8/+2 | |
2011-07-27 | Convert animations to gbuild | Matúš Kukan | 9 | -85/+236 | |
2011-07-12 | We can again use unloadablecomponent.map | Matúš Kukan | 1 | -1/+1 | |
2011-07-12 | fix OSX linking problem with inaccurate component map | Michael Meeks | 1 | -2/+2 | |
2011-07-11 | Remove component_getImplementationEnvironment | Matus Kukan | 1 | -6/+0 | |
2011-06-17 | ause130: #i117218# change .idl handling to gnu make | Hans-Joachim Lankenau | 1 | -1/+1 | |
2011-06-03 | use standard template for this | Caolán McNamara | 1 | -14/+6 | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | 1 | -8/+8 | |
2011-05-20 | valgrind: in what planet did that make sense | Caolán McNamara | 1 | -1/+1 | |
2011-05-08 | Some cppcheck cleaning | Julien Nabet | 1 | -1/+1 | |
2011-04-20 | Easyhack: Add visibility markup to all component_get* functions | Julien Nabet | 1 | -2/+2 | |
2011-03-18 | Merge remote-tracking branch 'origin/integration/dev300_m101' | Jan Holesovsky | 6 | -9/+77 | |
Conflicts: sd/source/ui/func/fuinsfil.cxx sd/source/ui/func/fuprobjs.cxx sd/source/ui/slideshow/slideshowimpl.cxx sd/source/ui/slidesorter/view/SlsPageObjectViewObjectContact.cxx sd/source/ui/toolpanel/ToolPanelViewShell.cxx sd/source/ui/view/drawview.cxx sd/source/ui/view/drtxtob.cxx sd/source/ui/view/outlnvsh.cxx sd/source/ui/view/outlview.cxx | |||||
2011-03-12 | Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 | Bjoern Michaelsen | 5 | -8/+77 | |
2011-03-12 | Move OSL_ENSURE(false,...) to OSL_FAIL(...) | Thomas Arnhold | 1 | -14/+7 | |
2011-03-11 | Removed header reference that no longer exists. | Kohei Yoshida | 1 | -1/+0 | |
2011-02-05 | Migrating to boost unordered containers | Fridrich Štrba | 1 | -3/+3 | |
2011-02-02 | Clean up makefiles | Thomas Arnhold | 1 | -8/+5 | |
2011-01-25 | Removed unused codes and fix some typos | Takeshi Abe | 1 | -2/+0 | |
2010-12-02 | Cleanup commented code in impress | Kayo Hamid | 1 | -1/+1 | |
Signed-off-by: Thorsten Behrens <tbehrens@novell.com> | |||||
2010-11-19 | sb131: merged in re/DEV300_next towards DEV300_m94 | sb | 1 | -1/+0 | |