michael
|
76f577ccbf
* Added switch so the server can act as simple file server
|
6 years ago |
marco
|
d6b39276bb
* makerop to dword mantis #34712
|
6 years ago |
marco
|
93fcce4ba1
* tohexstring calls inttohex instead of hexstr. Hexstr has fixed number of
|
6 years ago |
marco
|
8b956a580e
* commit 64-bit type support to fcl-register, patch by CCRDude, mantis #34875
|
6 years ago |
marco
|
46aa5f2712
* _S_ and _E_ first and last were already there, just in an unexpected winerror. Found after testing ->revert all but the last line.
|
6 years ago |
marco
|
ec87ab2870
* some _E_ and _S_ constants from winerror.h used in activex patch.
|
6 years ago |
marco
|
be62b0ced0
* regcls constants from MSDN
|
6 years ago |
marco
|
86168dfdd1
* Patch from Serge Anvarov with missing strutils aliases. Mantis #35047
|
6 years ago |
marco
|
3a6d0d9d41
* flashwindowex, mantis #35048, patch by 440bx
|
6 years ago |
Mattias Gaertner
|
c617546fcd
pastojs: record helper constructor
|
6 years ago |
nickysn
|
b0ca862f32
+ implemented IntroSort (hybrid between QuickSort and HeapSort) in unit SortAlgs
|
6 years ago |
Mattias Gaertner
|
e290e24c06
pastojs: helper: for in class helper
|
6 years ago |
Mattias Gaertner
|
fcc78d311b
pastojs: helper: class property with static class method
|
6 years ago |
Mattias Gaertner
|
67dd6b5bf3
fcl-passrc: resolver: option to allow class property with non static getter/setter
|
6 years ago |
marco
|
6ec527df23
* add IDANI_CAPTION, mantis #35042
|
6 years ago |
marco
|
76bb5d1a22
* add loadlibraryex flags, mantis #35041
|
6 years ago |
Mattias Gaertner
|
15ec036a69
pastojs: helper: default array property
|
6 years ago |
Mattias Gaertner
|
9a06e90b47
pastojs: helper: array property
|
6 years ago |
nickysn
|
ff90e7622a
+ added .Sort overloads, that specify an algorithm and use the sortbase defined
|
6 years ago |
nickysn
|
8b17af1f89
+ added test for unit sortalgs, that tests the heapsort and randomized quicksort algorithms
|
6 years ago |
Mattias Gaertner
|
46462a01ed
pastojs: property getter/setter in helper
|
6 years ago |
pierre
|
4d8dcfc42e
Fix compilation on targets without Random: add $ifdef FPC_HAS_FEATURE_RANDOM
|
6 years ago |
Mattias Gaertner
|
fce57c5528
pastojs: helper inherited
|
6 years ago |
Jonas Maebe
|
3b87b10904
* explicitly link libobjc to prevent the symbol __objc_empty_cache from
|
6 years ago |
nickysn
|
1c64f4c751
* some formatting changes to avoid very large lines in the source code
|
6 years ago |
nickysn
|
00a67caa40
* select the middle element in the default quicksort implementation in a way
|
6 years ago |
pierre
|
e467d2387d
Add sortbase unit to global units list, as it can be compiled for all CPUs
|
6 years ago |
Mattias Gaertner
|
3e7c53a3bb
pastojs: class helper: constructor
|
6 years ago |
Mattias Gaertner
|
c657042f0f
fcl-passrc: adv record: allow static only for class procedure/function
|
6 years ago |
nickysn
|
52b4fc039c
+ added randomized quicksort to unit sortalgs
|
6 years ago |