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 |
|
Krasimir Angelov
|
8f3dbe150d
|
restore the package name
|
2023-01-24 20:20:16 +01:00 |
|
Krasimir Angelov
|
0bfb3794c1
|
temporary rename the package to test the build action for macOS
|
2023-01-24 20:13:33 +01:00 |
|
Krasimir Angelov
|
6fb064e82c
|
switch to setuptools
|
2023-01-23 22:23:35 +01:00 |
|
Krasimir Angelov
|
a912da9b13
|
fix bracketed linearization for metavariables
|
2023-01-23 21:37:06 +01:00 |
|
Krasimir Angelov
|
e895ccdaee
|
an attempt to fix the compilation on Windows
|
2023-01-23 19:13:34 +01:00 |
|
Krasimir Angelov
|
dae9009c86
|
report the right function in the bracket even if there is no lin
|
2023-01-16 13:33:02 +01:00 |
|
Krasimir Angelov
|
7d189aa933
|
fix for BIND in bracketedLinearize
|
2022-12-17 17:01:04 +01:00 |
|
Krasimir Angelov
|
82039c22d3
|
added bracketed linearize
|
2022-12-17 10:21:43 +01:00 |
|
Krasimir Angelov
|
04a263d7d4
|
fix bracketed linearization in case of nonExist
|
2022-12-10 20:18:23 +01:00 |
|
Krasimir Angelov
|
a3111f3be7
|
fix after the introduction of name patterns
|
2022-12-10 20:17:10 +01:00 |
|
Krasimir Angelov
|
00227014b8
|
simpler but working name allocator
|
2022-12-10 18:43:26 +01:00 |
|
Krasimir Angelov
|
8f7e4c084c
|
an API to create unique function names
|
2022-12-05 08:11:43 +01:00 |
|
Krasimir Angelov
|
a6aa6c2a5a
|
constant time and space grammar embedding
|
2022-11-16 09:43:09 +01:00 |
|
Krasimir Angelov
|
045f708a76
|
use pgf_free_concr_revision instead of pgf_free_revision
|
2022-11-14 20:58:49 +01:00 |
|
Krasimir Angelov
|
3b77edb8d0
|
Merge branch 'majestic' of github.com:GrammaticalFramework/gf-core into majestic
|
2022-11-12 19:46:22 +01:00 |
|
Krasimir Angelov
|
fd3c31b74d
|
fix space leak during the first transaction
|
2022-11-12 19:45:47 +01:00 |
|
Krasimir Angelov
|
9214f2a074
|
fix compilation with older GHC versions
|
2022-11-10 19:19:19 +01:00 |
|
Krasimir Angelov
|
5ca00ded84
|
added version constraints
|
2022-11-10 15:44:34 +01:00 |
|