Krasimir Angelov
|
8fca37cfeb
|
writePGF now allows to select list of languages
|
2023-01-28 11:59:39 +01:00 |
|
Krasimir Angelov
|
471adbf63a
|
bump the python version
|
2023-01-27 18:19:36 +01:00 |
|
Krasimir Angelov
|
cd3372de35
|
remove basic.ngf when starting test since on Windows we cannot remove files that are still open
|
2023-01-27 17:01:34 +01:00 |
|
Krasimir Angelov
|
1e3eb44843
|
explicitly close the file before removal
|
2023-01-27 16:00:29 +01:00 |
|
Krasimir Angelov
|
0e81dd7ada
|
fix potential crashes in the reader.cxx
|
2023-01-27 15:07:31 +01:00 |
|
Krasimir Angelov
|
e7cd5cd3f2
|
make the .ngf file read/write on Windows
|
2023-01-27 15:07:04 +01:00 |
|
Krasimir Angelov
|
a2df7ed2a6
|
another fix
|
2023-01-27 10:44:51 +01:00 |
|
Krasimir Angelov
|
2d2af272a7
|
fix compilation
|
2023-01-27 10:28:01 +01:00 |
|
Krasimir Angelov
|
057cb7a3a6
|
fix the marshaller as well
|
2023-01-27 09:40:43 +01:00 |
|
Krasimir Angelov
|
660dd95cf2
|
fix the marshaller for integers on Windows
|
2023-01-27 09:31:25 +01:00 |
|
Krasimir Angelov
|
bd11364234
|
prevent possible crash
|
2023-01-27 08:34:17 +01:00 |
|
Krasimir Angelov
|
2bf3fcfc9c
|
fix transactions on Windows
|
2023-01-27 08:33:04 +01:00 |
|
Krasimir Angelov
|
bdb9a20f7e
|
fix int->size_t types
|
2023-01-26 21:53:59 +01:00 |
|
Krasimir Angelov
|
d32ba0538d
|
fix the read/write lock on Windows
|
2023-01-26 19:30:24 +01:00 |
|
Krasimir Angelov
|
dc2a3cb3d4
|
temporary export even for embeded runtime
|
2023-01-26 14:36:46 +01:00 |
|
Krasimir Angelov
|
6faab424dd
|
forgot closing the file
|
2023-01-26 14:35:29 +01:00 |
|
Krasimir Angelov
|
8cac0610f8
|
make tests executable from a different path
|
2023-01-26 09:44:36 +01:00 |
|
Krasimir Angelov
|
74e0880eca
|
silence some warnings for MSVC
|
2023-01-26 09:07:41 +01:00 |
|
Krasimir Angelov
|
c327b7e1d9
|
restore type signatures that accidentally changed
|
2023-01-26 08:57:14 +01:00 |
|
Krasimir Angelov
|
5d72714ef3
|
use strunct PgfConcrLin for consistency
|
2023-01-26 08:51:59 +01:00 |
|
Krasimir Angelov
|
60fa0b6314
|
disable warning C4200 for MSVC
|
2023-01-26 08:51:00 +01:00 |
|
Krasimir Angelov
|
86f8562d36
|
add EXTERN_C for all API function for MSVC
|
2023-01-26 08:44:47 +01:00 |
|
Krasimir Angelov
|
14d8b14827
|
rename strdup to _strdup for MSVC
|
2023-01-26 08:42:42 +01:00 |
|
Krasimir Angelov
|
7c13168bff
|
use pragmas on when compiled with GCC
|
2023-01-26 08:40:27 +01:00 |
|
Krasimir Angelov
|
42c522954d
|
use struct instead of class for consistency
|
2023-01-26 08:40:02 +01:00 |
|
Krasimir Angelov
|
8926a4f4c2
|
alloca.h -> malloc.h
|
2023-01-26 08:35:11 +01:00 |
|
Krasimir Angelov
|
54d594aa07
|
use struct PgfSequenceItor for consistency
|
2023-01-26 08:33:24 +01:00 |
|
Krasimir Angelov
|
b138d0c89b
|
use alloca for compatibility with MSVC
|
2023-01-26 08:31:44 +01:00 |
|
Krasimir Angelov
|
ee96bcbb1c
|
define PgfDB as class for C++ and as struct for C
|
2023-01-26 08:22:14 +01:00 |
|
Krasimir Angelov
|
69c70694aa
|
define COMPILING_STATIC_PGF for MSVC
|
2023-01-26 08:20:14 +01:00 |
|
Krasimir Angelov
|
1d5dffa7a6
|
printf annotation compatible with MSVC
|
2023-01-26 07:28:43 +01:00 |
|
Krasimir Angelov
|
e689a35ee5
|
setup the include directory for MSVC
|
2023-01-26 00:22:04 +01:00 |
|
Krasimir Angelov
|
58e686c901
|
define ssize_t for MSVC
|
2023-01-26 00:18:08 +01:00 |
|
Krasimir Angelov
|
8cefedd8ef
|
fix
|
2023-01-26 00:14:30 +01:00 |
|
Krasimir Angelov
|
a1df64987e
|
rename _open,_lseek,_close
|
2023-01-26 00:09:51 +01:00 |
|
Krasimir Angelov
|
7432569578
|
include <io.h> for MSVC
|
2023-01-26 00:04:11 +01:00 |
|
Krasimir Angelov
|
89a9806925
|
PGF_API->PGF_API_DECL
|
2023-01-25 23:47:38 +01:00 |
|
Krasimir Angelov
|
ed5d0269ac
|
PGF_INTERNAL->PGF_INTERNAL_DECL
|
2023-01-25 23:35:25 +01:00 |
|
Krasimir Angelov
|
fc6ded1759
|
one more fix for thread local on MSVC
|
2023-01-25 23:26:09 +01:00 |
|
Krasimir Angelov
|
696a9ffb16
|
thread local for MSVC
|
2023-01-25 23:16:02 +01:00 |
|
Krasimir Angelov
|
e4cc9bc0a7
|
bugfix
|
2023-01-25 20:59:06 +01:00 |
|
Krasimir Angelov
|
1ca1828fef
|
on Windows link the C runtime statically into the Python binding
|
2023-01-25 20:50:32 +01:00 |
|
Krasimir Angelov
|
82683bd1a5
|
redefine alloca as _alloca for VC++
|
2023-01-25 20:32:12 +01:00 |
|
Krasimir Angelov
|
3bc492ec69
|
use alloca for compatibility with VC++
|
2023-01-25 20:20:32 +01:00 |
|
Krasimir Angelov
|
3f44c3541a
|
PGF_API -> PGF_API_DECL
|
2023-01-25 20:11:23 +01:00 |
|
Krasimir Angelov
|
00a44f30ef
|
suppress flags when building on Windows
|
2023-01-25 19:32:21 +01:00 |
|
Krasimir Angelov
|
ea66124317
|
try with python 3.8
|
2023-01-25 11:16:40 +01:00 |
|
Krasimir Angelov
|
4abad5e2fc
|
register pgf_EmbeddedGrammarType only for python > 3.6
|
2023-01-25 10:54:50 +01:00 |
|
Krasimir Angelov
|
b652163b0a
|
fallback to linear time embedding for python 3.6
|
2023-01-25 10:44:01 +01:00 |
|
Krasimir Angelov
|
b838b02a37
|
try fix the compilation for Python 3.6
|
2023-01-25 09:01:40 +01:00 |
|