Commit graph

270 commits

Author SHA1 Message Date
Bjoern Michaelsen
d73e574d8a move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
Caolán McNamara
bdaadf8fdd is there any point to aSrcLine and "rsc" directive in idl? 2011-11-28 09:55:03 +00:00
Caolán McNamara
3fd28200f1 ByteString->rtl::OString[Buffer] 2011-11-28 09:55:02 +00:00
Norbert Thiebaud
c0bed9c72e remove precompiled_xxx.hxx/cxx 2011-11-27 18:07:55 -06:00
Norbert Thiebaud
3f2ff54778 remove pch from the include list 2011-11-27 15:24:45 -06:00
Norbert Thiebaud
49a9e8a08c remove include of pch header from idl 2011-11-27 13:12:41 -06:00
Bjoern Michaelsen
f2f0dbd273 make gbuild makefiles run independant of pwd again 2011-11-25 12:04:40 +01:00
Caolán McNamara
2bad94e6b5 ByteString->rtl::OString 2011-11-19 21:11:03 +00:00
Michael Stahl
a042c2a6ab svidl: write dependencies with cygwin paths 2011-11-18 22:24:11 +01:00
Caolán McNamara
abf7cdac13 UniqueIdContainer is only needed by binfilter 2011-11-16 13:24:05 +00:00
Norbert Thiebaud
0ea8c014ef tweak gbuild standart Makefile to allow partial build in unsourced env
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Caolán McNamara
74500c21a4 ByteString->rtl::OString 2011-11-14 07:36:02 +00:00
Michael Stahl
6adb9ad157 svidl: new parameter -fM: write GNU make dependencies 2011-11-08 19:10:01 +01:00
Bjoern Michaelsen
e94a19f3e0 simplfy dmake to gbuild bridgefile 2011-10-05 00:31:50 +02:00
Stephan Bergmann
6671fa81db Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). 2011-09-27 20:22:03 +02:00
Caolán McNamara
2cd8d42be0 ByteString->rtl::OStringBuffer 2011-09-21 09:47:38 +01:00
Caolán McNamara
3eb62d6899 this is never NULL, can be a reference 2011-09-21 09:47:38 +01:00
Caolán McNamara
557ba43663 ByteString->rtl::OString[Buffer] 2011-09-20 10:11:42 +01:00
Caolán McNamara
2d4db01597 ByteString->rtl::OString 2011-09-19 09:59:23 +01: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
Takeshi Abe
b2bd33ea25 prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00
Caolán McNamara
bca5c1a4d0 The idl encoding table stuff appears to be a no-op, converts x to x
1.a) There is only one call to SvTokenStream::SetCharSet
2.b) That call is from SvTokenStream::InitCtor and the argument is
   gsl_getSystemTextEncoding()

2.a) SvTokenStream::SetCharSet is the sole caller of SvChar::GetTable
   i.e.
   pCharTab = SvChar::GetTable( nSet, gsl_getSystemTextEncoding() );
2.b) so this is in practive only ever...
   pCharTab = SvChar::GetTable( gsl_getSystemTextEncoding(),
        gsl_getSystemTextEncoding() );

3) SvChar::GetTable returns a table for converting from one encoding to
   another.

4) so the whole thing is a no-op, i.e.
   pCharTab can be dropped
   SvChar::GetTable is then unused and can be dropped
   SetCharSet and GetCharSet are then also unused
2011-08-09 09:32:39 +01:00
Takeshi Abe
88825599e8 reflect gmake flavor 2011-08-05 10:47:13 +09:00
Takeshi Abe
9e2800793a Emacs mode line compatible with vi's one 2011-08-05 01:14:05 +09:00
Caolán McNamara
6d73ae9795 add realpaths for windows 2011-08-04 14:35:43 +01:00
Tor Lillqvist
4122c3b9d5 Add consistent Emacs and vim mode lines 2011-07-30 23:02:30 +03:00
Bjoern Michaelsen
906cd25f18 postmerge fixes for gnumake4 2011-07-22 21:12:12 +02:00
Bjoern Michaelsen
200bc6c582 resyncing to master 2011-07-21 18:51:11 +02:00
Caolán McNamara
1e56be5daa ByteString::CreateFromInt32 -> OString::valueOf 2011-07-01 09:08:07 +01:00
Caolán McNamara
97e3d208ba remove deprecated ByteString::CreateFromInt64 2011-06-29 09:04:33 +01:00
Caolán McNamara
7ca3e59c20 ByteString->rtl::OString 2011-06-28 09:12:10 +01:00
Caolán McNamara
3fb492fab3 drop unused method and object 2011-06-21 09:12:39 +01:00
Caolán McNamara
841cd41e29 enable exceptions for these 2011-06-20 16:52:33 +01:00
Bjoern Michaelsen
5cba588ff2 gnumake4: fix buildbreakers from merge 2011-06-20 13:24:12 +02:00
Bjoern Michaelsen
92667c8edb Merge branch 'master' into feature/gnumake4
Conflicts:
	connectivity/source/cpool/Zregistration.cxx
	connectivity/source/drivers/evoab/LCatalog.cxx
	connectivity/source/drivers/evoab/LColumnAlias.cxx
	connectivity/source/drivers/evoab/LColumnAlias.hxx
	connectivity/source/drivers/evoab/LColumns.cxx
	connectivity/source/drivers/evoab/LColumns.hxx
	connectivity/source/drivers/evoab/LConfigAccess.cxx
	connectivity/source/drivers/evoab/LConfigAccess.hxx
	connectivity/source/drivers/evoab/LConnection.cxx
	connectivity/source/drivers/evoab/LConnection.hxx
	connectivity/source/drivers/evoab/LDatabaseMetaData.cxx
	connectivity/source/drivers/evoab/LDatabaseMetaData.hxx
	connectivity/source/drivers/evoab/LDriver.cxx
	connectivity/source/drivers/evoab/LDriver.hxx
	connectivity/source/drivers/evoab/LFolderList.cxx
	connectivity/source/drivers/evoab/LFolderList.hxx
	connectivity/source/drivers/evoab/LNoException.cxx
	connectivity/source/drivers/evoab/LPreparedStatement.cxx
	connectivity/source/drivers/evoab/LPreparedStatement.hxx
	connectivity/source/drivers/evoab/LResultSet.cxx
	connectivity/source/drivers/evoab/LResultSet.hxx
	connectivity/source/drivers/evoab/LServices.cxx
	connectivity/source/drivers/evoab/LStatement.cxx
	connectivity/source/drivers/evoab/LStatement.hxx
	connectivity/source/drivers/evoab/LTable.cxx
	connectivity/source/drivers/evoab/LTable.hxx
	connectivity/source/drivers/evoab/LTables.cxx
	connectivity/source/drivers/evoab/LTables.hxx
	connectivity/source/drivers/evoab/evoab.xml
	connectivity/source/drivers/evoab/makefile.mk
	editeng/Library_editeng.mk
	framework/Library_fwe.mk
	framework/test/test.cxx
	idl/prj/d.lst
	idl/util/idlpch.cxx
	linguistic/Makefile
	linguistic/Module_linguistic.mk
	linguistic/inc/linguistic/lngdllapi.h
	linguistic/inc/linguistic/lngprophelp.hxx
	linguistic/inc/linguistic/misc.hxx
	linguistic/prj/build.lst
	linguistic/prj/d.lst
	linguistic/qa/unoapi/Test.java
	linguistic/source/grammarchecker.cxx
	linguistic/source/grammarchecker.hxx
	linguistic/source/hyphdta.cxx
	linguistic/source/lngprophelp.cxx
	linguistic/source/makefile.mk
	linguistic/source/spelldta.cxx
	sfx2/Library_qstart.mk
	sfx2/Library_sfx.mk
	sfx2/inc/sfx2/qswin32.h
	sfx2/prj/build.lst
	sfx2/qa/cppunit/makefile.mk
	xmlscript/inc/xmlscript/xcrdllapi.h
	xmlscript/prj/d.lst
	xmlscript/util/makefile.mk
2011-06-19 12:24:29 +02:00
Michael Stahl
6cd2151d46 gnumake4: #i116959#: rename target local variables {C,CXX,OBJCXX}FLAGS: [hg:8801515221cf]
add a T_ prefix, so we don't need to use override.
also introduce gb_LinkTarget_add_{c,cxx,objcxx}flags.
2011-06-17 10:27:41 +02:00
Michael Stahl
f8e4ad25f1 gnumake4: idl: remove dmakefile [hg:75af818ad801] 2011-06-17 01:34:25 +02:00
Michael Stahl
206aa418a9 gnumake4: idl: link stl [hg:8682dc501634] 2011-06-17 01:25:10 +02:00
Mathias Bauer
2151303db4 CWS gnumake4: convert idl to new build system 2011-06-16 10:20:08 +02:00
Tor Lillqvist
4912a5e54f Drop %_EXT% which was always empty 2011-06-03 13:34:28 +03:00
Jan Holesovsky
9df8682ced Merge remote-tracking branch 'origin/integration/dev300_m106'
Conflicts:
	basic/source/classes/sbunoobj.cxx
	basic/source/inc/runtime.hxx
	basic/source/runtime/step1.cxx
	desktop/source/deployment/dp_services.cxx
	drawinglayer/prj/d.lst
	drawinglayer/source/primitive2d/makefile.mk
	sfx2/source/appl/appinit.cxx
	sfx2/source/appl/appquit.cxx
	sfx2/source/inc/appdata.hxx
	sfx2/source/view/viewfrm.cxx
	svx/source/fmcomp/gridctrl.cxx
	vbahelper/source/vbahelper/vbahelper.cxx
2011-05-27 20:46:20 +02:00
Tor Lillqvist
11c71842f6 Drop OS2 2011-05-21 16:26:08 +03:00
Joseph Powers
ce6738ec7b Remove unneed include of <tools/list.hxx> 2011-04-30 08:03:30 -07:00
Francois Tigeot
ad52909ea0 Remove PM2 macro usage 2011-04-23 13:31:47 +02:00
Joseph Powers
ad103b9a90 Remove DECLARE_LIST( SvSlotElementList, SvSlotElement* )
Passed: make distclean && make && make check
2011-04-20 21:05:04 -07:00
Jan Holesovsky
03086ad090 FALSE/TRUE in strings should not be converted to sal_False/sal_True. 2011-04-15 14:16:37 +02:00
Rafael Dominguez
e67f849928 Remove DECLARE_LIST( SvTokenList, SvToken * ) 2011-04-11 16:31:55 +02:00
Francisco Saito
df965c99f3 drop bogus executable flag from idl/build/src and config files 2011-03-29 21:47:37 +01:00
Francisco Saito
e60d365c86 drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:40:28 +01:00
Jan Holesovsky
8f19f128bf Revert "Remove DECLARE_LIST( SvSlotElementList, SvSlotElement* )"
This reverts commit a06dbfc4d1252d453b737cde32bad2ecc56e56b1.
2011-03-29 18:12:25 +02:00