Commit graph

206 commits

Author SHA1 Message Date
Graham Nelson
71dd2f4c62 Minor CSS improvements 2020-08-24 21:22:23 +01:00
Graham Nelson
b74afd560b Ameliorated downloads location awkwardness 2020-08-22 12:09:41 +01:00
Graham Nelson
300bd8d12a Documented invisibility feature 2020-08-19 22:46:20 +01:00
Graham Nelson
d87ad97a04 Added invisible paragraph numbering option 2020-08-19 22:24:28 +01:00
Graham Nelson
74ac3c3ccd Tweak to cross-reference links CSS 2020-08-16 18:39:53 +01:00
Graham Nelson
9fcb542cc4 Added REPL language for colouring purposes 2020-08-09 23:44:09 +01:00
Graham Nelson
c4773f0650 Downloads from distant URLs now render only leafnames 2020-08-03 22:39:21 +01:00
Graham Nelson
d2de318f32 Better tab names for one-page webs 2020-08-03 22:23:05 +01:00
Graham Nelson
bff57e2115 Extended new notation 2020-07-28 19:20:11 +01:00
Graham Nelson
ec45bd0bc8 Better Preform results notation 2020-07-28 00:35:02 +01:00
Graham Nelson
62d102e7bf Documented Platform::get_core_count 2020-07-18 08:44:10 +01:00
David Kinder
86ce0d6d6d Implement Platform::get_core_count() for Windows 2020-07-17 14:44:36 +01:00
Graham Nelson
df60434564 Added Platform::get_core_count 2020-07-16 21:08:24 +01:00
David Kinder
e5acc71bae Windows implementation of system() uses either a Unix sh or the Windows cmd.exe, depending on the command line 2020-07-14 15:49:08 +01:00
Graham Nelson
2a5b282143 Further work on wchar_t portability 2020-07-08 15:58:20 +01:00
Graham Nelson
d0fc5ce5b9 Corrected make dependency in foundation-test 2020-07-07 18:56:46 +01:00
David Kinder
a35c5a68e5 Escape shell command line correctly on Windows 2020-07-07 17:36:10 +01:00
Graham Nelson
157af5bb16 New file-system separator character convention, makefile includes foundation-test 2020-07-06 23:01:05 +01:00
Graham Nelson
50c7a75c3c Further attempts to remove wchar_t conversion warnings 2020-07-05 21:22:57 +01:00
David Kinder
8d01f1c01c Set Windows console output locale if possible 2020-07-05 19:56:15 +01:00
Graham Nelson
7a2b08e4d9 Merge branch 'master' of https://github.com/ganelson/inweb 2020-07-05 15:33:58 +01:00
Graham Nelson
d4769f3455 Refactoring Foundation::start 2020-07-05 15:33:00 +01:00
David Kinder
f6c24303fa Merge branch 'master' of github.com:ganelson/inweb 2020-07-05 12:52:10 +01:00
David Kinder
ec20240cac Add -Wno-extra-semi-stmt to compiler switches 2020-07-05 12:50:23 +01:00
Graham Nelson
dcb683ed85 Carried locale changes into foundation-test 2020-07-05 11:00:50 +01:00
Graham Nelson
cf2eac4240 Merge 2020-07-05 10:37:15 +01:00
Graham Nelson
eea1c1780b Merge branch 'master' of https://github.com/ganelson/inweb 2020-07-05 10:36:11 +01:00
Graham Nelson
14048ead24 More care over wchar_t and snprintf 2020-07-05 10:35:31 +01:00
David Kinder
dec1717ef2 Only reset console mode on exit if mode was successfully changed at the start 2020-07-05 09:38:36 +01:00
David Kinder
51cd3a3a27 Enable console ANSI colour handling for Windows 2020-07-05 09:32:50 +01:00
Graham Nelson
89aba30e4f Fixed sp test case 2020-07-05 09:23:55 +01:00
Graham Nelson
e6144d16cd Apres-merge 2020-07-05 08:51:33 +01:00
Graham Nelson
31195a58ea Merge branch 'master' of https://github.com/ganelson/inweb 2020-07-05 08:50:47 +01:00
Graham Nelson
8a28463c18 Added opportunity to initialise coloured terminal output 2020-07-05 08:50:13 +01:00
David Kinder
40ea83f560 Add logging if Unixy shell not found for system() 2020-07-05 07:33:49 +01:00
Graham Nelson
f8f7986f25 Merge branch 'master' of https://github.com/ganelson/inweb 2020-07-04 20:35:33 +01:00
Graham Nelson
73348dc86d Added locale-setting at the command line 2020-07-04 20:28:54 +01:00
David Kinder
3d8bf053f5 Ignore Windows executable 2020-07-04 20:26:52 +01:00
David Kinder
bde7492fce Assume a Unixy shell 'sh' for running commands with Platform::system() 2020-07-04 20:26:34 +01:00
Graham Nelson
3cb28823c0 Added a locale test for STDOUT 2020-07-03 18:33:39 +01:00
Graham Nelson
de3be1588a Folded GLOBAL_MUTEX into CREATE_MUTEX 2020-07-01 17:18:28 +01:00
Graham Nelson
7208138ffb Stylistic pedantry 2020-07-01 17:16:46 +01:00
David Kinder
c55e94e3f4 Initialize mutexes correctly on Windows 2020-07-01 14:14:35 +01:00
Graham Nelson
0da5d7f943 Fixed out-of-date documentation 2020-06-29 23:42:03 +01:00
Graham Nelson
7b93e89280 Improved weaving of @default keyword 2020-06-28 15:48:23 +01:00
Graham Nelson
53352b6ddb Simpler memory threading mutexes in Foundation 2020-06-28 11:15:59 +01:00
Graham Nelson
09ed827b30 Migrated to clang 11 2020-06-27 23:03:14 +01:00
David Kinder
61a3f92548 Adjust Windows Platform to compile intest 2020-06-09 20:56:16 +01:00
David Kinder
f6d09f416a Get basic compilation working on Windows 2020-06-04 14:15:05 +01:00
David Kinder
d14e2f8527 Add EXEEXTENSION setting for each platform's executable file extension 2020-06-04 13:23:16 +01:00