Commit graph

226 commits

Author SHA1 Message Date
sevoves
b12029e3ed remove warning floods for MinGW compiler 2025-04-03 22:26:20 +04:00
sevoves
cd06cd32b1 ignore common warnings in gcc and clang 2025-04-03 22:09:20 +04:00
sevoves
7691293a5b replace egrep with grep -E for less warnings 2025-04-03 21:05:42 +04:00
Norayr Chilingarian
812b3a56d6
Merge pull request #106 from tkurtbond/openbsdinstallfailsldconfig
Don't try to uninstall the shared libraries unless the directory exists.
2025-03-13 16:19:38 +04:00
Ștefan-Iulian Alecu
b22fc3fd3f
feat: add netbsd support in configure.c 2025-03-12 02:07:15 +02:00
T. Kurt Bond
7d14452a51 Don't try to uninstall the shared libraries unless the directory exists.
Otherwise it fails on OpenBSD during the first installation with:

    ldconfig: /usr/local/sw/versions/voc/git/lib: No such file or directory
2025-01-17 08:10:47 -05:00
Norayr Chilingarian
3d62284b32 typo fix: oname should be ONAME
https://github.com/vishaps/voc/issues/97
2021-12-27 19:38:05 +04:00
David Brown
e4743120de Add support for building in a path containing spaces. 2019-11-04 16:06:16 +00:00
David Brown
49cb239730 Update autobuild scripts for freenas server 2019-10-11 17:24:05 +01:00
Norayr Chilingarian
7b9b5cb4f1 simpler way of removing 'static' for tcc in configure.c, reverted oberon.mk back, according to this comment: a35668bf93 (r35448231) update of bootstrap sources. 2019-10-11 15:00:02 +04:00
Norayr Chilingarian
a35668bf93 initial tcc/linux changes 2019-10-10 17:41:18 +04:00
David Brown
e3a07e77fa Trigger again 2019-01-07 19:17:34 +00:00
David Brown
e07c125017 Trigger again 2019-01-07 18:58:35 +00:00
David Brown
5e903cb3d9 Trigger build 2019-01-07 18:47:15 +00:00
David Brown
6842928bf8 Integrate rangechecked casting correction from @svorkoetter. 2019-01-04 18:54:55 +00:00
David Brown
f458b98ff2 Enable index checks in Files.Mod and OPS.Mod. 2018-04-24 16:04:56 +01:00
David C W Brown
afe570e096 Restore temporarily commented git clone in autobuild runbuilds.pl 2018-04-23 20:45:01 +01:00
David C W Brown
175eafb900 New autobuild system 2018-04-23 18:24:41 +01:00
norayr
9f3893bb42 should fix library build. 2017-06-21 21:45:26 +04:00
norayr
211f69c89a moved strtoreal functions to strings module. 2017-06-21 20:58:10 +04:00
David Brown
8063b0c595 Fix dynamic linking on Mac. Static linking not working. 2017-02-15 18:34:00 +00:00
David Brown
44d5e0f325 Remove obsolete LDCONFIG env var generation in configure.c 2017-01-02 12:00:36 +00:00
David Brown
6a20f8f951 Fix for dynamic library installation. 2016-12-28 14:47:16 +00:00
David Brown
37fc052d95 Update autobuild report 2016-12-22 16:36:05 +00:00
David Brown
b66d7bf2ef Display configuration in Visual C makefile 2016-12-22 14:55:03 +00:00
David Brown
4dac1f29d5 Fix conditional syntax in autobuild script. 2016-12-22 14:42:53 +00:00
David Brown
da14bc6398 Add Visual C x86 autobuild. 2016-12-22 14:35:11 +00:00
David Brown
572587ec56 Add new autobuild machine vim-obs32. 2016-12-21 18:16:25 +00:00
David Brown
3ba0d7ae2c Update Visual C make.cmd, use separate compilation for LOLA conf test. 2016-12-21 13:01:14 +00:00
David Brown
305781e000 Version 2.1.0 - update version and add history. 2016-12-20 17:27:47 +00:00
David Brown
e85091289e Fix array assignment size validation to accept equal sizes. 2016-12-14 16:55:16 +00:00
David Brown
18a365429b Add dubug dump to Texts.Mod to help catch OpenBSD specific read failure. 2016-12-10 18:44:59 +00:00
David Brown
d12393cc8c Build to local directory and install as separate optional step. 2016-12-09 17:47:48 +00:00
David Brown
c41cb011b6 Working on autobuild. 2016-12-07 17:39:17 +00:00
David Brown
dab579bdd5 Working on autobuild. 2016-12-07 17:29:18 +00:00
David Brown
f3ff731794 Working on autobuild. 2016-12-07 17:18:00 +00:00
David Brown
06be24f32f Working on build system 2016-12-07 17:06:52 +00:00
David Brown
2ec543867b Working on build system 2016-12-07 17:03:36 +00:00
David Brown
0313c30307 Working on build system 2016-12-07 16:42:59 +00:00
David Brown
86fddce532 Merge branch 'master' of https://github.com/vishaps/voc 2016-12-07 16:32:21 +00:00
David Brown
442f377b7e New autobuild process 2016-12-07 16:29:01 +00:00
norayr
fd27239b2d changed help to conform to the binary name. -- noch 2016-12-07 19:47:51 +04:00
norayr
04760174fb Merge branch 'master' of https://github.com/vishaps/voc 2016-12-07 19:44:58 +04:00
norayr
1e15d47936 renamed to vbeautify, added makefile. -- noch 2016-12-07 19:43:45 +04:00
norayr
886c18303e added dump text functions to beautifier. 2016-12-07 19:38:07 +04:00
norayr
9f6c788219 texts module can save plain ascii files with CloseAscii function. 2016-12-07 19:31:48 +04:00
norayr
d18008eafa Beautifier compiled 2016-12-07 18:57:55 +04:00
David Brown
2e436a2d9e More fiddling with auto build scripts. 2016-12-07 14:06:39 +00:00
David Brown
da1ad6e871 I'm still making a mess of the auto build scripts. 2016-12-07 14:05:04 +00:00
David Brown
bde475c384 Silly me, it's a .sh, not a .pl., temporarily have buildall pick up the new .sh. 2016-12-07 14:03:07 +00:00