Rafal Kupiec
c76ae15a7b
Disable undefined behavior sanitizer.
1 year ago
Rafal Kupiec
a1f1d50d25
Allow to use compiler's sanitizer. This fixes #53 .
1 year ago
Rafal Kupiec
ace4d56d7f
The '-Og' is a better choice than '-O0' for producing debuggable code because some compiler passes that collect debug information are disabled at '-O0'.
1 year ago
Rafal Kupiec
77150e9d26
Enable some code diagnostics.
1 year ago
Rafal Kupiec
da2e74ba08
Revert commit 815b1481fc
.
1 year ago
Rafal Kupiec
815b1481fc
Permit a discontiguous stack which is grown automatically as needed.
The stack will have a guaranteed zone which is always available. The size of the guard area will be target specific. It will include enough stack space to actually allocate more stack space. Each function will have to verify that
it has enough space in the current stack to execute.
1 year ago
Rafal Kupiec
4db8ec02cd
Make tests.
2 years ago
Rafal Kupiec
0561c5f901
Redundant slash
2 years ago
Rafal Kupiec
bfbe97255c
This is not needed to build modules
2 years ago
Rafal Kupiec
3f2d36910d
Add tests support
2 years ago
Rafal Kupiec
b0cbf5c0f6
Build Aer
2 years ago
Rafal Kupiec
449c427450
Automatically build everything if necessary
2 years ago
Rafal Kupiec
578778567d
Revert the revert
2 years ago
Rafal Kupiec
2f275c5c8b
Revert last changes
2 years ago
Rafal Kupiec
ceca007cd1
Correct some typos
2 years ago
David Carlier
397246d2f1
adding style target (back)
2 years ago
Rafal Kupiec
dc4208a07a
Fix Darwin build
2 years ago
Rafal Kupiec
1645f0ccb9
Potentially fix all build issues
2 years ago
Rafal Kupiec
c2e34931fe
Fix installation
2 years ago
Rafal Kupiec
61d4ea1903
Initial version of Makefile that produces library
2 years ago
Rafal Kupiec
1e6e29e528
Even more debug information
2 years ago
David Carlier
144be6f095
Solving Darwin modules build.
2 years ago
Rafal Kupiec
2ad252e6f0
--export-dynamic is not supported for PE+ targets
2 years ago
Rafal Kupiec
3f776c8ef1
This quotation are unnecessary. String does not match because of them. Fix for Windows build.
2 years ago
Rafal Kupiec
3267ddd7ee
Linker flags are also OS-specific
2 years ago
Rafal Kupiec
170381d04d
LIBS have to be passed per OS
2 years ago
David Carlier
a6747b63e0
dlopen api is included in the libc for BSD
2 years ago
Rafal Kupiec
dc4c51ca5a
Allow to use operating systems's native dynamic library extension
2 years ago
Rafal Kupiec
abb91a9874
Reorganize the repository for new build system
2 years ago
Rafal Kupiec
a00e81f4f8
Move XML support into separate module.
2 years ago
Rafal Kupiec
95e9174058
Move JSON support into separate module.
2 years ago
Rafal Kupiec
ee5504ea3a
Initial support for modules, partially implements #1
2 years ago
Rafal Kupiec
0178ff0495
Enable debugging symbols
2 years ago
Rafal Kupiec
796acc5539
Enable math builtin functions
2 years ago
Rafal Kupiec
7a8d95efd9
Small rewrite of Makefile
2 years ago
Rafal Kupiec
8dd1305a51
Use astyle to format source code properly
2 years ago
Rafal Kupiec
03bfd2203c
Reorganisation
2 years ago
Rafal Kupiec
612d15f676
Rename file
2 years ago
Rafal Kupiec
4a98bdc865
dos2unix
2 years ago
Rafal Kupiec
25a0e7d64e
More generic Makefile, allowing to build just source files with changes
2 years ago
Rafal Kupiec
34a5eb817c
Add cleaning option
2 years ago
Rafal Kupiec
ef0c9a157b
Add simple interpreter and let it build from de-amalgamated source code
2 years ago
Symisc Systems
6cd8af0a84
Makefile for Travis
3 years ago
Symisc Systems
5ad1cd3c8c
Makefile for Travis build
For your own deployment, just drop ph7.c and ph7.h in your source tree without any dependency
3 years ago
Symisc Systems
b0f2cd6966
New Makefile
3 years ago
Symisc Systems
19dd0c9616
Update Makefile
3 years ago
Symisc Systems
07345c7a35
Update Makefile
3 years ago
Symisc Systems
6a4caff7b5
Update Makefile
3 years ago
Symisc Systems
d20fafdf12
Update Makefile
3 years ago
Symisc Systems
39ac965600
Update Makefile
3 years ago