Mattias Gaertner
|
f52ea868dd
|
pas2js: compileserver: fall back mime.types
git-svn-id: trunk@41666 -
|
2019-03-10 08:11:33 +00:00 |
|
Mattias Gaertner
|
fa87f8870c
|
pastojs: fixed accessing Self in anonymous function
git-svn-id: trunk@41665 -
|
2019-03-10 08:07:54 +00:00 |
|
michael
|
492c0d58d8
|
* Use exposed TDOMWriter to create reduced XML (non-humanreadable)
git-svn-id: trunk@41664 -
|
2019-03-09 20:01:27 +00:00 |
|
michael
|
4dd27d4d03
|
* Allow ADO output
git-svn-id: trunk@41663 -
|
2019-03-09 20:00:40 +00:00 |
|
michael
|
992d945b0a
|
* Expose TDOMWriter and TXMLWriter
git-svn-id: trunk@41662 -
|
2019-03-09 19:46:46 +00:00 |
|
michael
|
2c7f278615
|
* Support for TBufDataset XML format
git-svn-id: trunk@41661 -
|
2019-03-09 18:42:51 +00:00 |
|
nickysn
|
9fc701c75e
|
* changed the type of the .eh_frame section to 'unwind'
git-svn-id: trunk@41660 -
|
2019-03-09 18:30:31 +00:00 |
|
nickysn
|
6713f943c2
|
* use PIC in the eh_frame section as well
git-svn-id: trunk@41659 -
|
2019-03-09 17:48:28 +00:00 |
|
michael
|
d1a180b386
|
* Fix failure to compile due to dynamic HTTP statuses. Make option to enforce XML output
git-svn-id: trunk@41658 -
|
2019-03-09 17:39:12 +00:00 |
|
michael
|
e32d18977c
|
* Small command-line client that shows how to load data from SQLDB Rest Bridge into TBufDataset
git-svn-id: trunk@41657 -
|
2019-03-09 17:36:30 +00:00 |
|
michael
|
aee381c14b
|
* Small compatibility fix for width
git-svn-id: trunk@41656 -
|
2019-03-09 17:34:49 +00:00 |
|
michael
|
663d004db9
|
* Add small SQL shell demo program. Allows to dump results in XML file
git-svn-id: trunk@41655 -
|
2019-03-09 17:34:13 +00:00 |
|
nickysn
|
692a3fe3e4
|
* fixed bug, due to a typo in the previous commit
git-svn-id: trunk@41654 -
|
2019-03-09 16:58:25 +00:00 |
|
nickysn
|
2771e8c717
|
* PIC fixes in OpenBSD's prt0.as for x86_64
git-svn-id: trunk@41653 -
|
2019-03-09 16:54:39 +00:00 |
|
nickysn
|
3a58a6261a
|
* link with -nopie on OpenBSD only if PIC code generation is disabled
git-svn-id: trunk@41652 -
|
2019-03-09 16:11:52 +00:00 |
|
Jonas Maebe
|
cb5b407e89
|
* fixed taarch64abi.pp so it doens't rely on undefined behaviour between the
end of an inline assembly block and the end of a routine
git-svn-id: trunk@41651 -
|
2019-03-09 16:11:34 +00:00 |
|
Jonas Maebe
|
d34e0b091b
|
* fixed aarch64 shifterop parsing in inline assembly
git-svn-id: trunk@41650 -
|
2019-03-09 16:11:31 +00:00 |
|
nickysn
|
f7ee1a1da9
|
- removed duplicated ".note.openbsd.ident" sections, committed erroneously in r41645
git-svn-id: trunk@41649 -
|
2019-03-09 15:40:34 +00:00 |
|
michael
|
ea5ca774a1
|
* Fix bug #35211, open mode when unzipping
git-svn-id: trunk@41648 -
|
2019-03-09 14:58:53 +00:00 |
|
nickysn
|
75bc15868e
|
* applied the OpenGL library name fixes from the OpenBSD ports tree, but
modified in a way, that doesn't break other platforms
git-svn-id: trunk@41647 -
|
2019-03-09 14:57:07 +00:00 |
|
nickysn
|
8716b7321e
|
* refactored the OpenGL library name ifdef sequence to avoid nested ifdefs
git-svn-id: trunk@41646 -
|
2019-03-09 14:53:47 +00:00 |
|
nickysn
|
85981b0a32
|
* applied all the OpenBSD startup code patches from the OpenBSD ports tree
git-svn-id: trunk@41645 -
|
2019-03-09 14:33:25 +00:00 |
|
nickysn
|
7b00c732b8
|
* Adjust for OpenBSD struct changes in the 'dir' structure. Based on OpenBSD
ports patch patch-fpcsrc_rtl_bsd_ostypes_inc
git-svn-id: trunk@41643 -
|
2019-03-08 16:26:40 +00:00 |
|
nickysn
|
2564588bf7
|
* Adjust for OpenBSD struct changes in the 'dirent' structure. Based on OpenBSD
ports patch patch-fpcsrc_rtl_bsd_ostypes_inc
git-svn-id: trunk@41642 -
|
2019-03-08 16:22:53 +00:00 |
|
nickysn
|
c183b49125
|
* refactored the ifdefs around the dirent structure
git-svn-id: trunk@41641 -
|
2019-03-08 16:18:17 +00:00 |
|
nickysn
|
d9509a22ad
|
* Adjust for OpenBSD struct changes in the 'stat' structure. Based on OpenBSD
ports patch patch-fpcsrc_rtl_bsd_ostypes_inc
git-svn-id: trunk@41640 -
|
2019-03-08 16:14:40 +00:00 |
|
nickysn
|
b659720f04
|
* Do not link to /usr/libexec/ld.so as a shared library on OpenBSD. Based on 3/3
of OpenBSD ports patch patch-fpcsrc_compiler_systems_t_bsd_pas
git-svn-id: trunk@41639 -
|
2019-03-08 16:04:48 +00:00 |
|
nickysn
|
bd9f6170cd
|
* always add -nopie to linker flags on OpenBSD. Based on 2/3 of OpenBSD ports
patch patch-fpcsrc_compiler_systems_t_bsd_pas
git-svn-id: trunk@41638 -
|
2019-03-08 16:01:30 +00:00 |
|
nickysn
|
c3c9e07867
|
* Correct library search path for OpenBSD. Based on 1/3 of OpenBSD ports patch
patch-fpcsrc_compiler_systems_t_bsd_pas
git-svn-id: trunk@41637 -
|
2019-03-08 15:59:00 +00:00 |
|
svenbarth
|
a735dc28ae
|
* fix for Mantis #35204: TThreadID is a DWord even on Windows 64-bit, so declare it accordingly
git-svn-id: trunk@41636 -
|
2019-03-08 14:47:25 +00:00 |
|
svenbarth
|
9ddf90b059
|
+ fix for Mantis #35203: add TLS_OUT_OF_INDEXES constant to Windows unit
git-svn-id: trunk@41635 -
|
2019-03-08 14:47:22 +00:00 |
|
michael
|
a5f257ad20
|
* Firebird sample DB script, same for sqlite
git-svn-id: trunk@41634 -
|
2019-03-08 10:38:24 +00:00 |
|
Mattias Gaertner
|
183c0837cc
|
pastojs: fixed loading precompiled units by default
git-svn-id: trunk@41633 -
|
2019-03-07 22:46:24 +00:00 |
|
Mattias Gaertner
|
ba36a27d84
|
pastojs: pass class var to var argument
git-svn-id: trunk@41632 -
|
2019-03-07 14:48:25 +00:00 |
|
michael
|
7a39e38e5a
|
* Remove unused variable
git-svn-id: trunk@41631 -
|
2019-03-07 13:35:21 +00:00 |
|
michael
|
b9abb510b8
|
* Add configconnection to TSQLDBRestConnection
git-svn-id: trunk@41630 -
|
2019-03-07 13:35:01 +00:00 |
|
yury
|
b0535d8d0f
|
* ppudump: Fixed a warning regarding text clipping.
git-svn-id: trunk@41628 -
|
2019-03-07 10:36:05 +00:00 |
|
yury
|
54756c0f60
|
* ppudump: Fixed formatting of a error message.
git-svn-id: trunk@41627 -
|
2019-03-07 10:33:04 +00:00 |
|
yury
|
37941d03cc
|
* ppudump: Avoid using GetLastOSError on platforms that doesn't support it (e.g. go32v2).
git-svn-id: trunk@41625 -
|
2019-03-07 10:18:15 +00:00 |
|
michael
|
da4d2e2712
|
* CORS credentials corrections
git-svn-id: trunk@41624 -
|
2019-03-07 08:39:39 +00:00 |
|
Mattias Gaertner
|
614755f6da
|
pastojs: allow typecast extclass to extclass in mode delphi
git-svn-id: trunk@41623 -
|
2019-03-06 21:11:21 +00:00 |
|
Mattias Gaertner
|
9e6f50413b
|
pastojs: fixed include file search in module directory
git-svn-id: trunk@41622 -
|
2019-03-06 18:11:47 +00:00 |
|
Mattias Gaertner
|
94bb523217
|
fcl-passrc: test helper for double
git-svn-id: trunk@41621 -
|
2019-03-06 18:10:52 +00:00 |
|
michael
|
2869e9216f
|
* Build ADO output format as well
git-svn-id: trunk@41619 -
|
2019-03-06 09:49:09 +00:00 |
|
michael
|
0fb747857e
|
* Add ADO packet data streamer
git-svn-id: trunk@41618 -
|
2019-03-06 08:22:37 +00:00 |
|
michael
|
0b6b748b15
|
* Fix RequireMetadata
git-svn-id: trunk@41617 -
|
2019-03-06 08:22:18 +00:00 |
|
michael
|
93e3a3e335
|
* Fix bug #35194
git-svn-id: trunk@41612 -
|
2019-03-06 07:27:28 +00:00 |
|
Mattias Gaertner
|
8ef68dbf8b
|
pastojs: fixed -vm
git-svn-id: trunk@41611 -
|
2019-03-05 23:54:22 +00:00 |
|
pierre
|
973741c919
|
Fix tmoddiv4.pp test failure with -O1 option for powerpc64 as suggested by Jonas
git-svn-id: trunk@41610 -
|
2019-03-05 22:01:09 +00:00 |
|
Mattias Gaertner
|
5463bceaac
|
pas2js: doc: about typecasting to TJSOBject descendant
git-svn-id: trunk@41603 -
|
2019-03-05 17:09:15 +00:00 |
|