summaryrefslogtreecommitdiffstats
path: root/soltools
Commit message (Collapse)AuthorAgeFilesLines
* WaE: 'PATH_MAX' : macro redefinitionTor Lillqvist2013-11-172-2/+6
| | | | Change-Id: I153e34d24493bbbebf37422fb6382969153506a8
* Fix for VS 2013 compilationJesús Corrius2013-11-162-2/+2
| | | | | | | I don´t know why it doesn´t work anymore, but the fix is trivial may be related of using the Windows 8.0 SDK. Change-Id: Ia09109b53d4f022a732ea781c98ddd4eb0c721d9
* WaE: size_t/unsigned int: possible loss of dataTor Lillqvist2013-08-301-3/+3
| | | | | | With MSVC, the third parameter to read() is unsigned int. Change-Id: I607089fb2a9e6bf794293187be48e910ac40158f
* left shift of 1 by 31 places cannot be represented in type 'int'Stephan Bergmann2013-08-221-2/+2
| | | | | | Clang -fsanitize=undefined Change-Id: I2b3f1bd28e098d5eb57892d2c7438c18c5c3b357
* We don't seem to actually need glibc getoptTor Lillqvist2013-08-212-9/+3
| | | | | | | Change-Id: I1f221533f5ea684d113bdc45c04bf84405140f9f Reviewed-on: https://gerrit.libreoffice.org/5539 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Mark as constTakeshi Abe2013-07-141-1/+1
| | | | Change-Id: I0bf93f1293fb08b8b558fcac0cb496ed99ad13d9
* soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl2013-05-106-31/+2
| | | | Change-Id: Ic05de69951b28b9cc8d62f0a534b507c424e6b25
* error: too many arguments in call to 'pr_dummy' [-Werror]Stephan Bergmann2013-04-241-1/+1
| | | | Change-Id: Ib03b6d3af9909c971245314bbde2085d8c3c73b2
* gbuild: get rid of processdeps.awkMichael Stahl2013-04-243-4/+43
| | | | | | | | | | | | | | | | | | The only thing that processdeps.awk does that is actually useful is to be able to set the target name freely, but that is only important for the default resource file which was just renamed. Instead hack makedepend to provide the required functionality directly: - write dummy rules for included files so builds don't break on rename/removal - format deps one per line like concat-deps expects - concat-deps expects standard POSIX line ends, so open in binary mode (also disable that awful backup copying nonsense) Though in retrospect it would perhaps be a better investment of time to try to replace makedepend... Change-Id: I54fafdcdcf1a52692e62b8f1f4b96fb9a93d4421
* add external for unistd.hDavid Tardon2013-04-092-7/+5
| | | | Change-Id: I728b162e21a7a2c02cb76af110cc0a01a762fdbd
* -Wunused-macrosStephan Bergmann2013-03-271-5/+3
| | | | Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
* reduce whitespaces between include and filenameThomas Arnhold2013-03-192-3/+3
| | | | Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
|
* more subtle dependencies for cross-compilationMatúš Kukan2013-03-131-3/+1
| | | | | | | | | | Now we build only what we really need for 'build' platform - there is new build-tools make target. The list of tools is in solenv/gbuild/extensions/pre_BuildTools.mk. Also similar is done to some extent for 'host' platform using gb_Module_add_targets_for_build which is ignored for 'host'. Change-Id: I6acd1762b16aca366aac1a0688500f27869cfca2
* remove dmake-only utilsPeter Foley2013-02-2810-2639/+0
| | | | Change-Id: Id0723277613cf1867b28dbd98c2249ff9ea73649
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
| | | | Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
* gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl2013-01-266-6/+6
| | | | Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
* Get rid of GetVersionInfo and checkdllTor Lillqvist2013-01-163-123/+0
| | | | | | | With gbuildification neither was actually used anyway, as far as I could see. Change-Id: I00d914e6571aed3110226f91ac1685a838031c65
* Get rid of (most uses of) GUITor Lillqvist2012-12-251-2/+2
| | | | | | | | | | GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
* cleanup README files.Michael Meeks2012-11-051-1/+0
| | | | | Convert DOS -> unix newlines. Cleanup and clarify several files.
* add a README filesAlia Almusaireae2012-11-051-0/+1
| | | | | | | Change-Id: I4bd9a7d00df220e2a3deae3cc1b7b0f4a1098e24 Reviewed-on: https://gerrit.libreoffice.org/989 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
* fix some lousy formatting that triggers warnings from the compiler pluginLuboš Luňák2012-10-095-31/+29
| | | | Change-Id: I94cafba5363f24d608add6878c72f230f45fdb87
* -Werror,-Wc++98-compat-pedanticStephan Bergmann2012-10-031-3/+3
| | | | Change-Id: Ifbbca6bfb12d23c8726e35e799dc92be94844c8a
* -Werror,-Wheader-hygieneStephan Bergmann2012-10-032-8/+8
| | | | Change-Id: Icac29e4f433b1e72603e52a0561e60cb8a7cfdef
* nearly all soltools executables need unistd.hDavid Tardon2012-10-034-0/+24
| | | | Change-Id: I0177f624951943d1f241d395a38f13211a3ff9ef
* dep on soltools_inc is only for windowsDavid Tardon2012-10-031-4/+4
| | | | Change-Id: I2f8b89573ad91477c76827d2697f0c74a14d4b8b
* makedepend depends on unistd.hAndras Timar2012-10-021-0/+4
| | | | Change-Id: I02df1b67dd9470a4a7225fd8986a52bd88a86e93
* soltools: remove unused filesMatúš Kukan2012-09-3013-2781/+0
| | | | Change-Id: I534aab7da0b05dadc3415856e57362ead57380c0
* soltools: build again ldump4 for WindowsMatúš Kukan2012-09-302-0/+18
| | | | Change-Id: I8f1f5756ac777cefed52ae72af65931bfa14d580
* soltools: fix windows buildMatúš Kukan2012-09-291-4/+0
| | | | Change-Id: Iac8321655a18826f9adcf8aed8075cce1aa24652
* fix windows buildDavid Tardon2012-09-291-8/+6
| | | | Change-Id: If71b9a162b7deca5cc032bda206a8f580292ab91
* soltools conversion to gbuildDavid Ostrovsky2012-09-2921-555/+194
| | | | | | | The following tools are considered to be obsolete and are discontinued: ldump, giparser, testhxx and support. Change-Id: I70813c046edb30546463cda9eb8a1b96c3e840a3
* remove malingering legacy RCS tags.Michael Meeks2012-06-282-5/+1
|
* re-base on ALv2 code.Michael Meeks2012-06-2728-422/+409
|
* Remove unused include filesThomas Arnhold2012-06-271-33/+0
| | | | | | Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
* re-base on ALv2 code.Michael Meeks2012-06-261-21/+12
|
* .pmk files don't need executable bitsMichael Stahl2012-06-221-0/+0
| | | | Change-Id: Ib89d8f72fc7e874968c2d9481df80b53dc982f62
* Remove some PCH tracesThomas Arnhold2012-06-221-2/+0
| | | | | | Is testhxx still useful?! Change-Id: Ic7761214df4e3056c95f1b5dd8f1e3a2ce357d84
* re-base on ALv2 code.Michael Meeks2012-06-2113-236/+200
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-211-21/+12
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* Remove superfluous empty lines on topThomas Arnhold2012-06-092-4/+0
| | | | | | More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
* 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
|