Caolán McNamara
|
5fc8699128
|
tell me *what* failed
|
2011-09-05 10:54:19 +01:00 |
|
Caolán McNamara
|
cd9038dd39
|
move to comphelper, and rename
|
2011-09-02 09:54:17 +01:00 |
|
Caolán McNamara
|
3829892dbc
|
merge together 5 or ascii isalpha/isalnum/isdigit implementations
|
2011-08-29 09:56:08 +01:00 |
|
Caolán McNamara
|
313332e76b
|
various centralized isFOOAsciiStrings
|
2011-08-29 09:56:08 +01:00 |
|
Caolán McNamara
|
14d2a60053
|
remove ByteString::IsAlphaNumericAscii and refactor a bit
|
2011-08-29 09:56:06 +01:00 |
|
Michael Meeks
|
d7e0e737c1
|
add a helper class to do path resolution
includes horrible lifecycle stack workaround for free.
|
2011-08-26 17:11:24 +01:00 |
|
Caolán McNamara
|
dea4557b92
|
callcatcher: and so now unused
|
2011-08-22 09:39:14 +01:00 |
|
Caolán McNamara
|
0c3296aee4
|
callcatcher: post-unotools cleanup this is now unused
|
2011-08-22 09:39:13 +01:00 |
|
Joseph Powers
|
25ad04f718
|
Rename List -> WeakReferenceList
Just to clearify which List we're talking about.
|
2011-08-21 07:36:28 -07:00 |
|
Norbert Thiebaud
|
d64bbd6bf8
|
detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set
|
2011-08-19 18:29:07 -05:00 |
|
Joseph Powers
|
e745ff93d0
|
unusedeasy: cleanup comphelper::MediaDescriptor
|
2011-08-18 07:42:10 -07:00 |
|
Matúš Kukan
|
4b60da5d1d
|
add more component prefixes
|
2011-08-17 23:51:45 +02:00 |
|
Tor Lillqvist
|
9890c98480
|
Fix dubious std::lower_bound() usage that breaks a _DEBUG MSVC build
Always pass the value to search for of type equal to what the
iterators return.
|
2011-08-17 20:59:50 +03:00 |
|
Caolán McNamara
|
0c571e233f
|
add and use a matchL
|
2011-08-17 09:54:14 +01:00 |
|
Kohei Yoshida
|
bc01bc636d
|
Less indent level.
|
2011-08-16 21:22:41 -04:00 |
|
Kohei Yoshida
|
85696df0b1
|
Fixed a crash due to invalid index for Sequence.
With this, 3.81 sec -> 1.2 sec.
|
2011-08-16 21:22:40 -04:00 |
|
Caolán McNamara
|
eba1f976ce
|
rename test
|
2011-08-15 09:21:49 +01:00 |
|
Caolán McNamara
|
061ebc3446
|
add a getToken wrapper for extracting a single token painlessly
|
2011-08-15 09:21:49 +01:00 |
|
Caolán McNamara
|
90fe8dadaa
|
add a jdk 1.5-alike string replace to comphelper::string
|
2011-08-15 09:21:49 +01:00 |
|
Caolán McNamara
|
a04d91ea3b
|
restore cppunit test (yet again)
|
2011-08-15 09:21:48 +01:00 |
|
Caolán McNamara
|
9124003eb1
|
ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalString
shrink ByteString api, remove need for intermediate OString/ByteString
with random-ish encoding solely for check
|
2011-08-15 09:21:48 +01:00 |
|
Kohei Yoshida
|
ceb4689553
|
Removed the rest of FORWARD_DECLARE_INTERFACE.
|
2011-08-11 19:58:59 -04:00 |
|
Tom Tromey
|
c2a634416b
|
fix more -fpermissive compile errors from trunck gcc
|
2011-08-11 09:58:30 +01:00 |
|
Takeshi Abe
|
b2bd33ea25
|
prefer makefile-gmake-mode to plain makefile-mode
|
2011-08-10 02:12:48 +09:00 |
|
Kohei Yoshida
|
af3a393700
|
Let's use std::deque instead of uno::Sequence.
This makes things a little simpler.
|
2011-08-04 22:51:53 -04:00 |
|
Kohei Yoshida
|
e2258940b3
|
Found one inconsistency between deque and uno::Sequence usages.
ListenerType vs ScriptType. Also, deque supports clear().
|
2011-08-04 22:45:56 -04:00 |
|
Kohei Yoshida
|
2c5401be8f
|
Include <functional> for std::unary_function.
Mac build fails without this, apparently, accordingly to Norbert's
tinderbox log.
|
2011-08-04 22:34:50 -04:00 |
|
Kohei Yoshida
|
c70e39d784
|
Prefer std::for_each to manual looping.
|
2011-08-04 22:22:12 -04:00 |
|
Takeshi Abe
|
10e14793d5
|
Emacs modeline compatible with vim's one
|
2011-08-05 11:04:32 +09:00 |
|
Kohei Yoshida
|
fd073bb648
|
Use rtl::OUStringHash.
|
2011-08-04 21:43:39 -04:00 |
|
Tor Lillqvist
|
704bc46ae4
|
Add consistent Emacs and vim mode lines
|
2011-07-30 23:12:12 +03:00 |
|
Bjoern Michaelsen
|
a233dac065
|
resyncing to master
|
2011-07-21 18:56:16 +02:00 |
|
Matúš Kukan
|
74140442bb
|
Drop macros from componentmodule.hxx
|
2011-07-21 13:47:30 +02:00 |
|
Caolán McNamara
|
3314acfa46
|
callcatcher: remove unused GetTemporaryStorageOfFormat
|
2011-07-19 09:32:43 +01:00 |
|
Matus Kukan
|
22f299b12e
|
Remove component_getImplementationEnvironment methods
|
2011-07-12 17:59:30 +02:00 |
|
Bjoern Michaelsen
|
941020379b
|
Merge branch 'master' into feature/gnumake4
Conflicts:
basebmp/prj/d.lst
basebmp/test/basictest.cxx
basebmp/test/makefile.mk
basegfx/inc/basegfx/basegfxdllapi.h
basegfx/inc/basegfx/tools/debugplotter.hxx
basegfx/inc/basegfx/tuple/b2ituple.hxx
basegfx/prj/d.lst
basegfx/source/numeric/makefile.mk
basegfx/source/polygon/makefile.mk
basegfx/source/range/makefile.mk
basegfx/source/raster/makefile.mk
basegfx/source/tuple/makefile.mk
basegfx/source/vector/makefile.mk
basegfx/test/basegfx1d.cxx
basegfx/test/makefile.mk
basegfx/util/makefile.mk
canvas/Library_canvasfactory.mk
canvas/Module_canvas.mk
canvas/prj/build.lst
canvas/prj/d.lst
canvas/source/cairo/cairo_canvashelper_texturefill.cxx
canvas/source/cairo/makefile.mk
canvas/source/tools/makefile.mk
comphelper/qa/string/makefile.mk
cppcanvas/Module_cppcanvas.mk
cppcanvas/inc/cppcanvas/cppcanvasdllapi.h
cppcanvas/prj/build.lst
cppcanvas/prj/d.lst
cppcanvas/source/mtfrenderer/makefile.mk
cppcanvas/util/makefile.mk
i18npool/source/search/makefile.mk
regexp/Library_regexp.mk
regexp/prj/d.lst
sax/CppunitTest_sax.mk
sax/Library_sax.mk
sax/prj/d.lst
sax/qa/cppunit/test_converter.cxx
sax/source/expatwrap/attrlistimpl.hxx
sax/util/makefile.mk
svtools/Library_svt.mk
tools/Executable_sspretty.mk
ucbhelper/prj/d.lst
ucbhelper/source/provider/configureucb.cxx
ucbhelper/source/provider/provconf.cxx
ucbhelper/util/makefile.mk
unotools/Library_utl.mk
unotools/Module_unotools.mk
unotools/Package_inc.mk
unotools/prj/build.lst
vcl/Library_desktop_detector.mk
vcl/Library_vcl.mk
vcl/Library_vclplug_gtk.mk
vcl/aqua/source/gdi/salprn.cxx
vcl/inc/aqua/saldata.hxx
vcl/unx/generic/gdi/salgdi3.cxx
|
2011-06-19 12:47:44 +02:00 |
|
Hans-Joachim Lankenau
|
0e6ab013f7
|
ause130: #i117218# change .idl handling to gnu make
|
2011-06-18 11:29:28 +02:00 |
|
Michael Stahl
|
bd162cb75a
|
gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
|
2011-06-17 14:24:10 +02:00 |
|
Michael Stahl
|
f3ef6ed540
|
gnumake4: #i117340#: JavaClassSet: adapt users [hg:efb3d33ce8ca]
|
2011-06-17 09:47:33 +02:00 |
|
Caolán McNamara
|
0402152ad4
|
use standard template here
|
2011-06-01 23:59:50 +01:00 |
|
Caolán McNamara
|
bbf267835f
|
overly static
|
2011-06-01 15:21:55 +01:00 |
|
Caolán McNamara
|
c58129312b
|
add Sequence header
|
2011-06-01 15:21:54 +01:00 |
|
Caolán McNamara
|
c532fd3e08
|
make this a well-behaved singleton
|
2011-06-01 15:21:54 +01:00 |
|
Jan Holesovsky
|
9e5584a826
|
Merge remote-tracking branch 'origin/integration/dev300_m106'
Conflicts:
cppcanvas/source/mtfrenderer/implrenderer.cxx
i18npool/inc/i18npool/lang.h
i18npool/source/isolang/isolang.cxx
svtools/source/filter/exportdialog.cxx
svtools/source/graphic/grfmgr.cxx
vcl/aqua/source/dtrans/aqua_service.cxx
vcl/aqua/source/window/salframe.cxx
vcl/inc/sft.hxx
vcl/inc/unx/pspgraphics.h
vcl/inc/vcl/cursor.hxx
vcl/inc/vcl/gdimtf.hxx
vcl/inc/vcl/settings.hxx
vcl/prj/d.lst
vcl/source/app/settings.cxx
vcl/source/control/edit.cxx
vcl/source/gdi/gdimtf.cxx
vcl/source/window/cursor.cxx
vcl/source/window/window.cxx
vcl/unx/generic/fontmanager/fontconfig.cxx
vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
vcl/unx/kde4/KDESalGraphics.cxx
|
2011-05-27 20:47:31 +02:00 |
|
Caolán McNamara
|
795e0976be
|
add getLocale to NaturalStringSorter
|
2011-05-23 13:26:19 +01:00 |
|
Tor Lillqvist
|
27266b10b8
|
Drop OS2
|
2011-05-21 17:00:45 +03:00 |
|
Caolán McNamara
|
89fa7eab00
|
add a template for dtoring on desktop::termination
|
2011-05-20 15:23:40 +01:00 |
|
Caolán McNamara
|
071d42a643
|
config leaks: add a template to handle tricky globals
|
2011-05-20 15:23:38 +01:00 |
|
Caolán McNamara
|
c639da5a41
|
config leaks: drop dodgy LegacySingleton foo
|
2011-05-20 15:23:38 +01:00 |
|
Caolán McNamara
|
853ced9be9
|
WaE: unused parameter
|
2011-05-20 15:23:38 +01:00 |
|