florian
4deb23ba58
* makefile regenerated with current fpcmake, resolves #40092
2023-01-07 22:52:01 +01:00
Kevin Jesshope
05f5e9ad12
Update file fpwebfile.pp
2023-01-06 13:08:33 +00:00
Kevin Jesshope
cee45ea6fc
The test for '' after getting the location into BaseDir should test BaseDir not BaseURL.
2023-01-06 13:08:33 +00:00
wsherman
ea91170a81
* Add opensslsockets to uses so googleapiconv works with HTTPS
2023-01-05 11:04:03 -08:00
wsherman
17fab24221
* Reorganize packages/googleapi/ directory.
...
Separate hand coded files to a new directory "src/base"
(googlebase.pp, googleservice.pp, googleclient.pp)
Move generated api files to a new directory "src/bindings"
Move the the bindings generator program out of /examples to /generator
Move the unit googlediscoverytopas.pp to /generator
Fix paths in /generator/googleapiconv.lpi
Regenerate Makefile (using fpcmake -w -Tall)
Edit fpmake.pp
- remove src path
- add src/base path
- add src/bindings path
- fix bad path for unit googleadexchangebuyer.pp
- do not include unit googlediscoverytopas.pp (commented out)
(add this later if the generator is setup to be
included in the build)
2023-01-04 22:45:55 +00:00
marcoonthegit
84ea64e59c
* timespan unit based on Delphi documentation declarations and an own implementation based on Microsoft documentation.
2023-01-03 19:37:52 +01:00
Marcus Sackrow
aced88e43c
Amiga: 32 bit set color functions for OS 1.x
2023-01-02 19:51:20 +01:00
Michaël Van Canneyt
9998104048
* Add PATCH method to router
2023-01-02 16:09:13 +01:00
Michaël Van Canneyt
d7870c81e9
* Example program to print unit dependencies
2022-12-29 09:49:59 +01:00
Pierre Muller
9e48addff5
Specify correct include files used in ptcwrapper unit, not in ptceventqueue
2022-12-28 15:39:23 +00:00
Pierre Muller
ea68c97f50
Remove convert.inc from fpmake include list as it was removed in commit 15ff16d852
2022-12-28 13:44:15 +00:00
Pierre Muller
20f649b7e9
Add missing include directory src/ptcwrapper
2022-12-28 13:43:44 +00:00
Pierre Muller
9f2f4a6574
Remove include files for collation_ru source, as they are gone since commit 27ed2808dc
2022-12-28 13:43:44 +00:00
Michaël Van Canneyt
535f11886d
* Fix missing semi-colon
2022-12-27 21:59:03 +01:00
Michaël Van Canneyt
234a955125
* Fix missing fields in TSQLDBRestResource.Assign
2022-12-27 21:49:02 +01:00
Michaël Van Canneyt
a5f49c1cef
* RFC states that client must use mask: enforce mask on connect
2022-12-27 09:43:40 +01:00
Michaël Van Canneyt
5469199726
* Sample program from Andrew Haines to test echo servers
2022-12-27 09:33:09 +01:00
Michaël Van Canneyt
4f054f4097
* Patch from Andrew Haines: do not send close connection message if already closed
2022-12-27 09:33:09 +01:00
Michaël Van Canneyt
23d61350bd
* Patch from Andrew Haines to actually pass OutgoingFrameMask to frames. Add woSendErrClosesConn flag
2022-12-27 09:33:09 +01:00
Michaël Van Canneyt
ef4a1c74cb
* Obey -p/--port command-line option
2022-12-26 14:00:19 +01:00
Michaël Van Canneyt
59501f11a5
* Fix hierarchy
2022-12-26 13:59:53 +01:00
Sven/Sarah Barth
693491048b
* change constref parameters to const for Delphi compatibility as well as better code generation
2022-12-23 15:12:32 +01:00
Sven/Sarah Barth
43f4904d74
Revert commit 663ee7bc20
as it's simply not allowed to set an object instance value twice no matter if it's the same object instance or not.
2022-12-23 14:56:56 +01:00
Ondrej Pokorny
d9f05d341d
fix TAnchorKind definition
2022-12-22 14:00:02 +00:00
Ondrej Pokorny
72fd08df03
UITypes: fix SizeOf() of sets for LCL compatibility
2022-12-22 14:00:02 +00:00
Michaël Van Canneyt
310db2ce92
* Add const to string args where possible. Fix issue #40050
2022-12-20 15:45:02 +01:00
Michaël Van Canneyt
e174738121
* Some missing consts
2022-12-20 15:21:17 +01:00
Michaël Van Canneyt
ade9ac865e
* Add const to string args where possible. Fix issue #40049
2022-12-20 15:18:47 +01:00
Michaël Van Canneyt
fbe1db32ab
* Remove debug statement
2022-12-20 15:01:30 +01:00
Michaël Van Canneyt
125dc64b1e
* Add const to string args where possible. Fix issue #40048
2022-12-20 15:00:35 +01:00
Michaël Van Canneyt
c34eedb9cf
* Free cached queries when committing
2022-12-20 14:53:52 +01:00
Michael Van Canneyt
3c2ab09a48
* Use const string where possible. Fix issue #40052
2022-12-20 00:49:45 +01:00
Michael Van Canneyt
817ec09ec0
* Add const to string params where possible. Fix issue #40053
2022-12-20 00:37:18 +01:00
Andrew Haines
bc17da25e1
fphttpclient allow to override supported protocols from url
2022-12-18 16:53:40 -05:00
Michaël Van Canneyt
ca97f25979
* Simple examples for reading
2022-12-18 12:57:15 +01:00
Michaël Van Canneyt
bd4b3af8b6
* Type helper for easier loading
2022-12-18 12:57:15 +01:00
Michaël Van Canneyt
394a4ba6a0
* Remove debug define
2022-12-17 17:19:04 +01:00
Michaël Van Canneyt
4e5eaaf52e
* Fix GetFulltext when unicodemap is nil
2022-12-17 17:18:45 +01:00
Michaël Van Canneyt
5e996d8390
* Fix compilation
2022-12-17 17:13:33 +01:00
Michaël Van Canneyt
bdcfbca0b1
* Patch by Alexey Torgashin to make identifiers more distinguished
2022-12-17 16:19:18 +01:00
Michaël Van Canneyt
1b4616c22d
* Pages -> page
2022-12-17 16:06:51 +01:00
Michaël Van Canneyt
024ab7b26f
* Fix some warnings, add enumerators
2022-12-17 16:06:51 +01:00
Ondrej Pokorny
d1616cb0d1
Extend System.UITypes
2022-12-17 12:06:52 +00:00
Michaël Van Canneyt
6e7869bea0
* PDF reader, initial implementation
2022-12-16 20:22:16 +01:00
Michaël Van Canneyt
a5eba4b14f
* Revert merge
2022-12-16 19:11:24 +01:00
Ondrej Pokorny
af4578f8ca
fix whitespace
2022-12-16 15:11:54 +00:00
Ondrej Pokorny
2fc71285f4
async pool: procedure references simpler
2022-12-16 15:11:54 +00:00
Ondrej Pokorny
9e5cdc2abe
Revert recent changes
2022-12-16 15:11:54 +00:00
Michaël Van Canneyt
9cceb41c04
* Some improvements by Rolf Wetjen
2022-12-15 11:56:51 +01:00
florian
e1bbcf7050
* patch by ab: Optimized default hash asm in generics.hashes, resolves #40035
...
* generic.hashes now uses the cpu unit to detect crc32 cpu support
2022-12-14 21:57:14 +01:00