summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Collapse)Author
2011-09-05tell me *what* failedCaolán McNamara
2011-09-02move to comphelper, and renameCaolán McNamara
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara
2011-08-29various centralized isFOOAsciiStringsCaolán McNamara
2011-08-29remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara
2011-08-26add a helper class to do path resolutionMichael Meeks
includes horrible lifecycle stack workaround for free.
2011-08-22callcatcher: and so now unusedCaolán McNamara
2011-08-22callcatcher: post-unotools cleanup this is now unusedCaolán McNamara
2011-08-21Rename List -> WeakReferenceListJoseph Powers
Just to clearify which List we're talking about.
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-18unusedeasy: cleanup comphelper::MediaDescriptorJoseph Powers
2011-08-17add more component prefixesMatúš Kukan
2011-08-17Fix dubious std::lower_bound() usage that breaks a _DEBUG MSVC buildTor Lillqvist
Always pass the value to search for of type equal to what the iterators return.
2011-08-17add and use a matchLCaolán McNamara
2011-08-16Less indent level.Kohei Yoshida
2011-08-16Fixed a crash due to invalid index for Sequence.Kohei Yoshida
With this, 3.81 sec -> 1.2 sec.
2011-08-15rename testCaolán McNamara
2011-08-15add a getToken wrapper for extracting a single token painlesslyCaolán McNamara
2011-08-15add a jdk 1.5-alike string replace to comphelper::stringCaolán McNamara
2011-08-15restore cppunit test (yet again)Caolán McNamara
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara
shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check
2011-08-11Removed the rest of FORWARD_DECLARE_INTERFACE.Kohei Yoshida
2011-08-11fix more -fpermissive compile errors from trunck gccTom Tromey
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-04Let's use std::deque instead of uno::Sequence.Kohei Yoshida
This makes things a little simpler.
2011-08-04Found one inconsistency between deque and uno::Sequence usages.Kohei Yoshida
ListenerType vs ScriptType. Also, deque supports clear().
2011-08-04Include <functional> for std::unary_function.Kohei Yoshida
Mac build fails without this, apparently, accordingly to Norbert's tinderbox log.
2011-08-04Prefer std::for_each to manual looping.Kohei Yoshida
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe
2011-08-04Use rtl::OUStringHash.Kohei Yoshida
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-21Drop macros from componentmodule.hxxMatúš Kukan
2011-07-19callcatcher: remove unused GetTemporaryStorageOfFormatCaolán McNamara
2011-07-12Remove component_getImplementationEnvironment methodsMatus Kukan
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
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-18ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau
2011-06-17gnumake4: #i116959#: kill ↵Michael Stahl
gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
2011-06-17gnumake4: #i117340#: JavaClassSet: adapt users [hg:efb3d33ce8ca]Michael Stahl
2011-06-01use standard template hereCaolán McNamara
2011-06-01overly staticCaolán McNamara
2011-06-01add Sequence headerCaolán McNamara
2011-06-01make this a well-behaved singletonCaolán McNamara
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
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-23add getLocale to NaturalStringSorterCaolán McNamara
2011-05-21Drop OS2Tor Lillqvist
2011-05-20add a template for dtoring on desktop::terminationCaolán McNamara
2011-05-20config leaks: add a template to handle tricky globalsCaolán McNamara
2011-05-20config leaks: drop dodgy LegacySingleton fooCaolán McNamara
2011-05-20WaE: unused parameterCaolán McNamara