michael
|
c72c0faa30
|
* Stack is enumerated from bottom up
|
2020-06-07 15:36:14 +00:00 |
|
michael
|
362986f47b
|
* Added generic TStack/TObjectStack and tests
|
2020-06-07 15:21:36 +00:00 |
|
michael
|
e5ee98ef8a
|
* Add TQueue/TObjectQueue
|
2020-06-07 10:06:23 +00:00 |
|
michael
|
62ed888c1d
|
* Enable all tests
|
2020-06-01 17:13:47 +00:00 |
|
michael
|
796126d257
|
* Test generic list
|
2020-06-01 17:11:50 +00:00 |
|
michael
|
572897dec0
|
* TObjectDictionary
|
2020-06-01 15:19:16 +00:00 |
|
michael
|
da43764f69
|
* Copyright notice and additional events
|
2020-06-01 15:18:39 +00:00 |
|
michael
|
d070e63948
|
* Copyright notice and additional events
|
2020-06-01 15:18:26 +00:00 |
|
michael
|
21cf390e72
|
* Changed name to avoid confusion
|
2020-06-01 12:15:53 +00:00 |
|
michael
|
cac354d470
|
* Sleep function
|
2020-06-01 08:11:00 +00:00 |
|
michael
|
fe582f7957
|
* Add threadlist
|
2020-05-31 11:18:43 +00:00 |
|
michael
|
f34c0a891f
|
* Initial TDictionary implementation
|
2020-05-31 10:58:40 +00:00 |
|
michael
|
8bf4930531
|
* Dictionary start
|
2020-05-31 09:21:27 +00:00 |
|
michael
|
25cd4a3287
|
* Map error
|
2020-05-30 14:12:57 +00:00 |
|
michael
|
d1ef06167d
|
* Remove inline
|
2020-05-30 14:12:37 +00:00 |
|
michael
|
11a03717f0
|
* Change to anonymous func
|
2020-05-30 14:12:16 +00:00 |
|
michael
|
140f4b90e2
|
* Add test for generic array helper
|
2020-05-30 09:46:27 +00:00 |
|
michael
|
16ebfa97cd
|
* Async/Await demos
|
2020-05-28 08:10:50 +00:00 |
|
mattias
|
bed2ddb8f2
|
rtl: using async function modifier
|
2020-05-28 07:16:42 +00:00 |
|
mattias
|
efd8b125a2
|
fixed missing inline
|
2020-05-28 07:14:44 +00:00 |
|
mattias
|
026bb6faa7
|
rtl: fixed compile
|
2020-05-20 07:58:01 +00:00 |
|
michael
|
27b6f1c5a3
|
* use reference to for exception handlers
|
2020-05-18 07:40:35 +00:00 |
|
michael
|
d9238eb798
|
* Switch to safecall for event handlers
|
2020-05-17 08:46:34 +00:00 |
|
michael
|
497319ec87
|
* Demo for exception hooks in sysutils
|
2020-05-16 11:58:19 +00:00 |
|
michael
|
43a68f985a
|
* Small cosmetic change
|
2020-05-16 11:54:20 +00:00 |
|
michael
|
8e45a4dd32
|
* Allow to hook uncaught exceptions
|
2020-05-16 11:53:21 +00:00 |
|
michael
|
ec3efe0ad5
|
* Fix from Wagner Landgraf: Lookup must return Null if not found
|
2020-05-13 12:29:37 +00:00 |
|
michael
|
396bda65af
|
* Improved demo for classtopas
|
2020-05-08 12:45:24 +00:00 |
|
michael
|
e8804d29c2
|
* Fix format
|
2020-05-06 21:26:23 +00:00 |
|
mattias
|
2b438be87e
|
rtl: clean up
|
2020-05-06 19:33:33 +00:00 |
|
mattias
|
4d995df2f7
|
rtl: fixed sysutils
|
2020-05-06 17:45:57 +00:00 |
|
mattias
|
1bf007ef13
|
rtl: clean up
|
2020-05-06 17:42:44 +00:00 |
|
mattias
|
726d0d3b3d
|
rtl: added pfAddress,pfReference
|
2020-05-06 17:42:05 +00:00 |
|
michael
|
9c0888194f
|
* Corrected patch
|
2020-04-26 21:09:01 +00:00 |
|
michael
|
677e7b62e6
|
* revert last commit
|
2020-04-26 21:06:49 +00:00 |
|
michael
|
7d6569c6ff
|
* Added to svn
|
2020-04-26 21:05:20 +00:00 |
|
michael
|
58ae11c6d3
|
* SplitString
|
2020-04-26 11:56:23 +00:00 |
|
michael
|
f3585cf8e9
|
* Overloads to allow passing strings to Array of Char
|
2020-04-26 11:56:08 +00:00 |
|
michael
|
42b3e3a87b
|
* Add tests for string helpers
|
2020-04-26 11:01:16 +00:00 |
|
michael
|
11fbc72255
|
* Fix Trim, fix some format() issues, work around bug in helper support
|
2020-04-26 10:59:52 +00:00 |
|
michael
|
4c20584708
|
* Add tests for system helpers
|
2020-04-25 17:26:14 +00:00 |
|
michael
|
b3d53e217a
|
* Range error message
|
2020-04-25 17:25:28 +00:00 |
|
michael
|
9cc2ff7776
|
* Add IsFinite
|
2020-04-25 17:25:18 +00:00 |
|
michael
|
4ec47938ee
|
* Add BinStr
|
2020-04-25 16:23:30 +00:00 |
|
michael
|
2d309499e9
|
* MediaStreamTrack skeleton
|
2020-04-19 14:18:47 +00:00 |
|
michael
|
841b080e6c
|
* Video conferencing APIs
|
2020-04-19 14:18:02 +00:00 |
|
michael
|
e4dbc23e67
|
* Allow display of not found elements
|
2020-04-19 10:32:13 +00:00 |
|
michael
|
e6d18fc1b4
|
* Add easy access method RouteFromURL
|
2020-03-23 13:52:15 +00:00 |
|
michael
|
6ba4e00741
|
* WEBRTC classes
|
2020-03-23 13:51:28 +00:00 |
|
michael
|
a5a202af2a
|
* HTMLHeaders class
|
2020-03-23 13:50:57 +00:00 |
|