summaryrefslogtreecommitdiffstats
path: root/soltools
Commit message (Collapse)AuthorAgeFilesLines
* Some cppcheck cleaningJulien Nabet2012-05-201-1/+1
| | | | Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+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
* WaE: ignoring return value of 'fwrite'Caolán McNamara2012-03-221-4/+6
|
* soltools: fix solaris/gcc buildMichael Stahl2012-03-162-4/+4
|
* solaris/gcc: add missing standard includesJonathan Adams2012-03-161-0/+1
|
* ST_InfoListReader and ST_InfoListWriter seem to be unusedIvan Timofeev2012-02-193-240/+3
|
* No SUN dependencies anymoreStephan Bergmann2012-02-171-1/+1
|
* Decrease verbiage a little bitTor Lillqvist2012-01-276-6/+18
|
* catch exception by constant referenceTakeshi Abe2011-12-261-2/+2
|
* Abandon attempt to use the debug CRT in a dbgutil buildTor Lillqvist2011-12-201-5/+0
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove include of pch header from soltoolsNorbert Thiebaud2011-11-2711-20/+0
|
* this S390 ifdef isn't a contemporary oneCaolán McNamara2011-11-141-4/+0
|
* Removed obsolete soltools/testSHL.Stephan Bergmann2011-11-019-840/+0
|
* Prevent clang errors about promoted type incompatibilities of K&R function ↵Stephan Bergmann2011-10-173-20/+3
| | | | parameters.
* Revert "cppcheck scope reduction of var in soltools/...javadep.c"Norbert Thiebaud2011-10-071-6/+8
| | | | | | This reverts commit 1fc34c75a8a2356ed03c52ca839a7ad771c51ba1. which break windows by using c99 features... and Redmond only support the 22 year old standard c89.
* do not check if unsigned is less than zero in in soltools/..hastbl.cxxPierre-André Jacquod2011-10-071-5/+6
|
* cppcheck scope reduction of var in soltools/...javadep.cPierre-André Jacquod2011-10-071-8/+6
|
* Revert "Trying to chop out the uwinapi library"Fridrich Štrba2011-09-165-0/+5
| | | | This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
* Trying to chop out the uwinapi libraryFridrich Štrba2011-09-165-5/+0
|
* compile / scope fix for latest gccTom Tromey2011-08-181-2/+2
|
* No prod/include/CC/Cstd stuff with gccTor Lillqvist2011-07-031-0/+2
|
* USG and Lynx_22 are not defined anywhereFrancois Tigeot2011-06-281-1/+1
|
* WaE: its far from K&R we are these daysCaolán McNamara2011-06-161-2/+1
|
* Remove some OS/2 remnantsFrancois Tigeot2011-06-122-5/+5
|
* WaE: mark this dir as warnings freeCaolán McNamara2011-06-071-5/+0
|
* Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist2011-06-061-2/+2
|
* Rehash cross-compilation ideasTor Lillqvist2011-06-047-7/+29
| | | | | | | | | | | | | Drop the TARGETPLATFORM=BUILD indication of stuff that is to be built for the build platform but pointless to build for the host platform. I will handle the split of stuff built for the build or host platforms differently. Note that some libraries need to be built for both platforms. Add explicit rules to do nothing for the cross-compilation case, but likely even that will be unnecessary in the case of complete modules like soltools (?). I will just mark modules that are for the build platform only with an own flag in BUILD_TYPE.
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-11/+11
|
* Don't build checkdll when cross-compilingTor Lillqvist2011-05-151-2/+2
|
* Cross-compilation support and iOS in particularTor Lillqvist2011-05-145-1/+5
|
* Cross-compilation work for soltoolsTor Lillqvist2011-05-133-1/+3
|
* Some initial baby steps towards cross-compilationTor Lillqvist2011-05-131-35/+0
| | | | And some baby steps for cross-compiling for iOS in particular.
* do not leak memoryDavid Tardon2011-05-121-1/+1
|
* hush unused parameter errorMichael Meeks2011-04-261-0/+1
|
* Fixing prototypes in soltools/mkdepend/ .Cyril Roelandt2011-04-262-8/+10
|
* Remove Ultrix supportFrancois Tigeot2011-04-251-3/+0
|
* Remove Sequent supportFrancois Tigeot2011-04-222-14/+2
|
* Kill OS/2 stuffTor Lillqvist2011-04-155-23/+5
|
* Kill Pos_XXX in favour of osl_Pos_XXXMichael Lefevre2011-04-141-1/+1
|
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-232-6/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure configure.in instsetoo_native/util/openoffice.lst set_soenv.in solenv/bin/cws.pl solenv/bin/modules/installer/simplepackage.pm solenv/gbuild/LinkTarget.mk solenv/gbuild/extensions/post_PackModule.mk solenv/gbuild/platform/linux.mk solenv/gbuild/platform/macosx.mk solenv/gbuild/platform/windows.mk solenv/inc/installationtest.mk solenv/inc/minor.mk soltools/cpp/_eval.c
| * Update from master repository (DEV300_m98).Matthias Huetsch [mhu]2011-01-2711-1066/+44
| |\
| * \ Update from sibling repository.Matthias Huetsch [mhu]2010-11-252-7/+8
| |\ \
| | * | #i115784# soltools: fix memory errors uncovered by valgrind and other tools.Matthias Huetsch [mhu]2010-11-252-7/+8
| | | |
* | | | Merge remote branch 'origin/feature/gnumake2.1' into integration/dev300_m101Norbert Thiebaud2011-03-081-3/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/feature/gnumake2.1: (202 commits) Revert "starmath need to have _DLL_ defined, even on MacOS" tweak library name on MacOS starmath need to have _DLL_ defined, even on MacOS add helper to set-up the libraries env, to run executable during build the startmath module in Module_ooo must use the name of the directory add starmath libraries to Repository.mk make linkoo scan the solver too, for Norbert's gnumake work -Wunitialized is not compatible with -DDEBUG rename gb_HIRESTIME to gb_LOWRESTIME. Assume highres precision by default add missing library for sc. Massage the delivered libraries name. support USE_GMAKE=1 envvar to build with gmake the modules that can be. add sc in the list of gmake-Modules support for an alternate gbuild.lst to support gmake build add a few comment to balance quotes, to make the editor less confused add all the sub-directory of the RESLOCATION to search for resource add calc related library to the Repository tweak MacOs platform specific include to build on Macos fixing variable exports for windows compiler (thanks ause) fixing variable exports for windows compiler (thanks ause) also accept debug=t ... Conflicts: Makefile.in Module_ooo.mk Repository.mk RepositoryFixes.mk configure.in solenv/bin/build.pl solenv/bin/modules/RepositoryHelper.pm solenv/bin/packmodule solenv/doc/gbuild/doxygen.cfg solenv/doc/gbuild/solenv/gbuild/types.mk solenv/gbuild/AllLangResTarget.mk solenv/gbuild/BuildDirs.mk solenv/gbuild/ComponentTarget.mk solenv/gbuild/Deliver.mk solenv/gbuild/Executable.mk solenv/gbuild/Helper.mk solenv/gbuild/Library.mk solenv/gbuild/LinkTarget.mk solenv/gbuild/Module.mk solenv/gbuild/Output.mk solenv/gbuild/Package.mk solenv/gbuild/PrecompiledHeaders.mk solenv/gbuild/SdiTarget.mk solenv/gbuild/StaticLibrary.mk solenv/gbuild/TargetLocations.mk solenv/gbuild/gbuild.mk solenv/gbuild/platform/linux.mk solenv/gbuild/platform/macosx.mk solenv/gbuild/platform/solaris.mk solenv/gbuild/platform/windows.mk solenv/gbuild/processdelivered.awk solenv/gbuild/processdeps.awk solenv/inc/unxgcc.mk soltools/mkdepend/def.h soltools/mkdepend/include.c
| * | | | fixing broken makedepend behaviourNorbert Thiebaud2011-01-101-0/+5
| | | | |
| * | | | dependencies for windowsNorbert Thiebaud2011-01-101-2/+2
| | | | |
* | | | | Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-087-1060/+15
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ooo/DEV300_m101': (500 commits) masterfix DEV300: #i10000# remove hard dep masterfix DEV300: #i10000# usage of L10N build_type masterfix DEV300: #i10000# usage of L10N build_type masterfix DEV300: #i100000# dep. fix masterfix DEV300: #i10000# removed one hard dep masterfix DEV300: #i10000# fixed patch handling masterfix DEV300: #i10000# new configure DEV300 masterfix DEV300: #i10000# nawk -> awk l10nmove: adjust repository handling l10nmove: fixed regex l10nmove: minor fixes l10nmove: add l10n repo to gb_REPOS DEV300 masterfix: gnumake3: subsequenttests requires in environment ab80: Adding changes of cws mib21, ab77, ab77run2, dr77i to dev300 DEV300 masterfix: #i10000#: windows: more bizare hacks ... locales34: have a matching configure as well DEV300 locales34: back out change from autoreconf gnumake3: JunitTest.mk: bizarre hacks to make it work on windows ... Conflicts: configure configure.in instsetoo_native/prj/build.lst instsetoo_native/util/makefile.mk instsetoo_native/util/openoffice.lst instsetoo_native/util/pack.lst ooo.lst scp2/source/canvas/canvascommons.scp scp2/source/canvas/mtfrenderer.scp scp2/source/ooo/common_brand.scp scp2/source/ooo/directory_ooo.scp scp2/source/ooo/file_library_ooo.scp scp2/source/ooo/file_ooo.scp scp2/source/ooo/makefile.mk scp2/source/ooo/module_hidden_ooo.scp scp2/source/ooo/module_langpack.ulf scp2/source/ooo/ure.scp scp2/source/python/file_python.scp scp2/source/sdkoo/sdkoo.scp scp2/source/templates/module_langpack_accessories_templates.sct scp2/source/templates/module_langpack_accessories_templates_root.sct set_soenv.in soldep/bootstrp/appdef.cxx soldep/bootstrp/dep.cxx soldep/bootstrp/hashtbl.cxx soldep/bootstrp/makefile.mk soldep/bootstrp/minormk.cxx soldep/bootstrp/prj.cxx soldep/bootstrp/prodmap.cxx soldep/inc/dep.hxx soldep/inc/minormk.hxx soldep/inc/prodmap.hxx soldep/inc/soldep/appdef.hxx soldep/inc/soldep/connctr.hxx soldep/inc/soldep/depper.hxx soldep/inc/soldep/depwin.hxx soldep/inc/soldep/hashtbl.hxx soldep/inc/soldep/objwin.hxx soldep/inc/soldep/prj.hxx soldep/inc/soldep/sdtresid.hxx soldep/inc/soldep/soldep.hxx soldep/inc/soldep/soldlg.hxx soldep/inc/soldep/tbox.hxx soldep/prj/d.lst soldep/source/connctr.cxx soldep/source/depapp.hxx soldep/source/depper.cxx soldep/source/depwin.cxx soldep/source/makefile.mk soldep/source/objwin.cxx soldep/source/soldep.cxx soldep/source/soldlg.cxx soldep/source/soldlg.src soldep/source/tbox.cxx solenv/bin/build.pl solenv/bin/cws.pl solenv/bin/make_installer.pl solenv/bin/mhids.pl solenv/bin/modules/CwsConfig.pm solenv/bin/modules/RepositoryHelper.pm solenv/bin/modules/installer/regmerge.pm solenv/bin/modules/installer/scriptitems.pm solenv/bin/modules/installer/servicesfile.pm solenv/bin/modules/installer/simplepackage.pm solenv/bin/modules/installer/substfilenamefiles.pm solenv/config/ssolar.cmn solenv/inc/_tg_rslb.mk solenv/inc/extension_post.mk solenv/inc/libs.mk solenv/inc/minor.mk solenv/inc/postset.mk solenv/inc/settings.mk solenv/inc/tg_rslb.mk solenv/inc/unxlng.mk solenv/inc/wntmsc.mk soltools/HIDCompiler/hidclex.l stlport/prj/d.lst stlport/systemstlguards/postextstl.h
| * | | | CWS-TOOLING: integrate CWS gnumake2Hans-Joachim Lankenau2010-12-172-11/+15
| |\ \ \ \
| | * | | | gnumake2: fixing broken makedepend behaviourBjoern Michaelsen2010-12-131-9/+12
| | | | | |