summaryrefslogtreecommitdiff
path: root/regexp
AgeCommit message (Collapse)AuthorFilesLines
2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich1-0/+6
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-20Code clean up.Stephan Bergmann2-3/+3
2012-01-02Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot1-1/+1
Please find attached a partial fix for Easy Hack FDO43460 Part XXVII Modules padmin, pyuno, rdbmaker, regexp, registry, rsc, sal
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-2/+2
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-11Fixed fdo#41738 regex compile infinite loopKarl Koehler1-0/+1
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara1-0/+3
2011-09-27remove unused header and clean d.lst which should be emptyMatúš Kukan2-389/+0
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud1-1/+1
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe3-3/+3
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe1-0/+1
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist3-0/+3
2011-07-22postmerge fixes for gnumake4Bjoern Michaelsen1-3/+3
2011-07-21resyncing to masterBjoern Michaelsen2-7/+1
2011-06-21Use the import library name that i18npool expects with MinGWTor Lillqvist2-0/+5
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen4-6443/+17
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-18remove dead codeTakeshi Abe1-7/+0
2011-06-17gnumake4: #i116959#: kill ↵Michael Stahl1-2/+1
gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
2011-06-16CWS gnumake4: convert regexp to new build system [hg:56e4316f8d74]Mathias Bauer11-133/+527
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-6/+6
2011-04-13WaE: unused variablesCaolán McNamara1-2/+2
2011-04-13catch by const referenceCaolán McNamara1-2/+2
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara1-0/+3
2011-01-04use RTL_CONSTASCII_USTRINGPARAMCaolán McNamara1-8/+8
2010-10-20remove dead-codeNorbert Thiebaud2-6421/+0
2010-10-20replace sizeof(foo)/sizeof(foo[0]) with SAL_N_ELEMENTS(foo)David Tardon1-2/+1
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth4-1/+8
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-05more removed include guards using fixguard.pyPetr Mladek1-10/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien5-22/+5
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-09-19No old windows def files needed any more.Rüdiger Timm1-44/+0
2008-04-11INTEGRATION: CWS changefileheader (1.6.6); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 13:20:20 rt 1.6.6.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.28); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 13:20:20 rt 1.5.28.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.2.24); FILE MERGEDRüdiger Timm2-46/+36
2008/03/31 13:20:19 rt 1.2.24.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.2.18); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 13:20:19 rt 1.2.18.1: #i87441# Change license header to LPGL v3.
2007-12-05INTEGRATION: CWS regexp02 (1.5.18); FILE MERGEDVladimir Glazounov1-8/+8
2007/11/01 12:32:31 ama 1.5.18.1: Fix #i15666#: Deliver backreferences
2007-09-20INTEGRATION: CWS os2port01 (1.4.16); FILE MERGEDVladimir Glazounov1-1/+1
2007/08/01 08:15:35 obr 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2006/12/28 15:03:15 ydario 1.4.16.1: OS/2 initial import.
2006-10-30INTEGRATION: CWS ause060 (1.3.46); FILE MERGEDRüdiger Timm1-1/+2
2006/09/22 18:05:15 hjs 1.3.46.1: #i69234# call required makefile
2006-10-30INTEGRATION: CWS ause060 (1.1.2); FILE ADDEDRüdiger Timm1-0/+55
2006/09/22 18:05:03 hjs 1.1.2.1: #i69234# add required makefile
2006-10-24INTEGRATION: CWS pj59 (1.4.12); FILE MERGEDJens-Heiner Rechtien1-2/+0
2006/09/19 07:35:10 pjanik 1.4.12.1: #i69025#: Remove extraneous macosx-create-bundle call.
2006-09-17INTEGRATION: CWS pchfix02 (1.4.4); FILE MERGEDOliver Bolte1-0/+38
2006/09/01 17:33:01 kaib 1.4.4.1: #i68856# Added header markers and pch files
2006-09-17INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDEDOliver Bolte2-0/+77
2006/09/04 12:37:45 kaib 1.1.2.1: #i68856# Added header markers and pch files
2006-06-20INTEGRATION: CWS warnings01 (1.2.82); FILE MERGEDJens-Heiner Rechtien1-2/+2
2005/10/24 18:23:12 nn 1.2.82.2: #i53898# warning-free code 2005/09/01 15:30:12 er 1.2.82.1: #i53898# warning free
2006-06-20INTEGRATION: CWS warnings01 (1.3.22); FILE MERGEDJens-Heiner Rechtien1-11/+14
2006/02/09 18:41:22 nn 1.3.22.3: #i53898# warning-free code 2005/10/24 18:23:12 nn 1.3.22.2: #i53898# warning-free code 2005/09/01 15:30:12 er 1.3.22.1: #i53898# warning free
2006-05-24INTEGRATION: CWS ause043 (1.4.6); FILE MERGEDVladimir Glazounov1-8/+2
2005/11/04 12:58:55 hjs 1.4.6.1: #i56702# remove local uno header generation
2006-04-20INTEGRATION: CWS pj53 (1.3.40); FILE MERGEDJens-Heiner Rechtien1-1/+1
2006/04/13 15:05:50 pjanik 1.3.40.1: #i61798#: Rename create-bundle to macosx-create-bundle.
2006-01-16INTEGRATION: CWS allocacleanup (1.1.1.1.94); FILE MERGEDOliver Bolte1-1/+1
2006/01/08 00:36:21 maho 1.1.1.1.94.1: alloca.h -> sal/alloca.h Issue number: #i53286#