summaryrefslogtreecommitdiffstats
path: root/regexp
Commit message (Collapse)AuthorAgeFilesLines
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-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)
* Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich2012-02-081-0/+6
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Code clean up.Stephan Bergmann2012-01-202-3/+3
|
* Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot2012-01-021-1/+1
| | | | | | | | Please find attached a partial fix for Easy Hack FDO43460 Part XXVII Modules padmin, pyuno, rdbmaker, regexp, registry, rsc, sal
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-2/+2
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* Fixed fdo#41738 regex compile infinite loopKarl Koehler2011-11-111-0/+1
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-301-0/+3
|
* remove unused header and clean d.lst which should be emptyMatúš Kukan2011-09-272-389/+0
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-103-3/+3
|
* Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-303-0/+3
|
* postmerge fixes for gnumake4Bjoern Michaelsen2011-07-221-3/+3
|
* resyncing to masterBjoern Michaelsen2011-07-212-7/+1
|\
| * Use the import library name that i18npool expects with MinGWTor Lillqvist2011-06-212-0/+5
| |
| * remove dead codeTakeshi Abe2011-06-181-7/+0
| |
* | Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-06-194-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
| * Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-6/+6
| |
| * WaE: unused variablesCaolán McNamara2011-04-131-2/+2
| |
| * catch by const referenceCaolán McNamara2011-04-131-2/+2
| |
| * WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-241-0/+3
| |
| * use RTL_CONSTASCII_USTRINGPARAMCaolán McNamara2011-01-041-8/+8
| |
| * remove dead-codeNorbert Thiebaud2010-10-202-6421/+0
| |
| * replace sizeof(foo)/sizeof(foo[0]) with SAL_N_ELEMENTS(foo)David Tardon2010-10-201-2/+1
| |
| * Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-144-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>
| * more removed include guards using fixguard.pyPetr Mladek2010-10-051-10/+0
| |
* | gnumake4: #i116959#: kill ↵Michael Stahl2011-06-171-2/+1
| | | | | | | | gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
* | CWS gnumake4: convert regexp to new build system [hg:56e4316f8d74]Mathias Bauer2011-06-1611-133/+527
|/
* changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-125-22/+5
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* No old windows def files needed any more.Rüdiger Timm2008-09-191-44/+0
|
* INTEGRATION: CWS changefileheader (1.6.6); FILE MERGEDRüdiger Timm2008-04-111-23/+18
| | | | 2008/03/31 13:20:20 rt 1.6.6.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS changefileheader (1.5.28); FILE MERGEDRüdiger Timm2008-04-111-23/+19
| | | | 2008/03/31 13:20:20 rt 1.5.28.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS changefileheader (1.2.24); FILE MERGEDRüdiger Timm2008-04-112-46/+36
| | | | 2008/03/31 13:20:19 rt 1.2.24.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS changefileheader (1.2.18); FILE MERGEDRüdiger Timm2008-04-111-23/+19
| | | | 2008/03/31 13:20:19 rt 1.2.18.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS regexp02 (1.5.18); FILE MERGEDVladimir Glazounov2007-12-051-8/+8
| | | | 2007/11/01 12:32:31 ama 1.5.18.1: Fix #i15666#: Deliver backreferences
* INTEGRATION: CWS os2port01 (1.4.16); FILE MERGEDVladimir Glazounov2007-09-201-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.
* INTEGRATION: CWS ause060 (1.3.46); FILE MERGEDRüdiger Timm2006-10-301-1/+2
| | | | 2006/09/22 18:05:15 hjs 1.3.46.1: #i69234# call required makefile
* INTEGRATION: CWS ause060 (1.1.2); FILE ADDEDRüdiger Timm2006-10-301-0/+55
| | | | 2006/09/22 18:05:03 hjs 1.1.2.1: #i69234# add required makefile
* INTEGRATION: CWS pj59 (1.4.12); FILE MERGEDJens-Heiner Rechtien2006-10-241-2/+0
| | | | 2006/09/19 07:35:10 pjanik 1.4.12.1: #i69025#: Remove extraneous macosx-create-bundle call.
* INTEGRATION: CWS pchfix02 (1.4.4); FILE MERGEDOliver Bolte2006-09-171-0/+38
| | | | 2006/09/01 17:33:01 kaib 1.4.4.1: #i68856# Added header markers and pch files
* INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDEDOliver Bolte2006-09-172-0/+77
| | | | 2006/09/04 12:37:45 kaib 1.1.2.1: #i68856# Added header markers and pch files
* INTEGRATION: CWS warnings01 (1.2.82); FILE MERGEDJens-Heiner Rechtien2006-06-201-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
* INTEGRATION: CWS warnings01 (1.3.22); FILE MERGEDJens-Heiner Rechtien2006-06-201-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