Commit graph

2506 commits

Author SHA1 Message Date
Martin Schut
8f06bfd538
Fix compile error if LNGMODULE is defined (#167)
* Fix compile error if LNGMODULE is defined
2023-10-24 10:12:27 +02:00
Zbigniew Rębacz
9b877c653d Tutorial, Doc: Added second chapter for network tutorial. It is about building RESTful server. 2023-10-23 01:21:21 +02:00
Zbigniew Rębacz
f99a21a5c0 Doc: added initial version of network tutorial. 2023-10-21 20:45:51 +02:00
Zbigniew Rębacz
f4d9ef4389
core.upt should have an option for ssl (#170)
SSL is requiered for all modern network application. For example today most of the http resources are available through https not http. When creating core package there should be an easy way to add SSL support to it
2023-10-21 20:01:19 +02:00
Mirek Fidler
d120cad8ff .cosmetics 2023-10-09 10:33:01 +02:00
Mirek Fidler
7bcf542718 Core: Fixed problems with recent XMLParse fix 2023-10-09 10:27:45 +02:00
Mirek Fidler
462587fb49 In Win32, Ctrl-C on console app does not do leaks check anymore 2023-10-04 20:22:26 +02:00
Mirek Fidler
eb4ed035e2 Core: Fixed problem with ParseXML hanging on single endtag 2023-10-03 00:46:19 +02:00
Mirek Fidler
65aa953b29 u++: Copying updated to 2023 2023-09-17 15:00:44 +02:00
Mirek Fidler
ff48fa7c51 Core: Fixed XML encoding issue (thanks zsolt) 2023-09-14 13:22:50 +02:00
Mirek Fidler
b16e199ae6 Core: Fixed FileOut locked file failure error reporting 2023-09-07 08:26:31 +02:00
Mirek Fidler
377a88b1c4 Core: FileSystemInfo now does not load drive description for network drives as it can take too long if drive is not connected 2023-08-29 11:43:28 +02:00
Mirek Fidler
69ed1ce257 ide: IconDes visual fix (icon background in the list now matches Dk flag) 2023-08-11 19:27:52 +02:00
Mirek Fidler
6ef7fb08ee ide: reposync git revert fixed 2023-08-05 08:40:43 +02:00
Mirek Fidler
42e4513166 Core: AMap::GetPut fix, FormatE(0 fix, ide: Improved bottom pane 2023-08-02 15:17:13 +02:00
Mirek Fidler
49e1021060 .cosmetics 2023-07-10 18:40:53 +02:00
Mirek Fidler
608b2046c7 CtrlCore: Fixed drawing bug related to DisplayPopup 2023-06-22 21:01:52 +02:00
Mirek Fidler
243af92ed7 Core: CParser::ReadDoubleNoE (to ignore E part of double) 2023-06-14 16:49:08 +02:00
Mirek Fidler
09aff092f3 Core: CParser::ReadIdh (with '-' in id), RichText: EncodeHTML strikeout support, ide: --no-rebase for RepoSync PULL 2023-06-14 13:06:18 +02:00
Mirek Fidler
ad0cf6f325 .cosmetics 2023-06-13 10:49:45 +02:00
Mirek Fidler
02ce73828f umk: Using curl to fetch upphub instead of HttpRequest+Core/SSL (makes statically linked umk32s possible with upphub support) 2023-06-03 20:56:43 +02:00
Mirek Fidler
1a0e604510 uppbox: MakePosixIntall: umks32 NOSSL flag; cosmetics 2023-06-03 01:54:48 +02:00
Mirek Fidler
9562aed50d Core: XmlParser::relaxed mode now ignores missing end tag at the end of file 2023-06-01 14:01:00 +02:00
Mirek Fidler
207cb1b9a4 Core: Fixed problem with hexadecimal number conversion 2023-05-22 09:30:08 +02:00
Mirek Fidler
0cea273540 Core: Atoi, Atoi64 2023-05-03 15:18:59 +02:00
Mirek Fidler
1a9727eef6 Core: Fixed Win32 LocalProcess problem truncating pipe output 2023-04-27 10:50:13 +02:00
Mirek Fidler
5943687992 Core: Fixed to compile 2023-04-27 10:13:27 +02:00
Mirek Fidler
902e3a82aa Core: *Map::GetPut(K, T) fixed 2023-04-27 09:01:45 +02:00
Mirek Fidler
47c0f89e0a ide: Fixed reformatting of truncated JSON/XML files, fixed issues with menu performance 2023-04-26 14:50:50 +02:00
Mirek Fidler
5dd7e2a2e1 Core: Added comparison Complex == double 2023-04-25 17:37:20 +02:00
Mirek Fidler
f19cc3fc99 Core: Fixed BiVector wrong allocation in MacOS 2023-04-24 11:40:24 +02:00
Mirek Fidler
327ff82d4d Core: ARM64 NEON activated, minor SIMD fixes 2023-04-23 19:50:15 +02:00
İsmail Yılmaz
903e4d0715
Core/SSH: OpenSSL 3.0 deprecation warnings are suppressed. (#153) 2023-04-22 11:50:13 +02:00
Mirek Fidler
33ac49eae6 Core: Fixed signal exit issues in MacOS 2023-04-20 14:14:56 +02:00
Mirek Fidler
1a783cf808 Core: inline_memeq8_aligned fix (in non-SIMD mode) 2023-04-19 12:03:12 +02:00
Mirek Fidler
5db6581b4c Core: CPU_Cores fixed for Apple M2 MacOS 2023-04-09 11:51:06 +02:00
Mirek Fidler
c0a9461446 upp.src: MacOS Ventura initial fixes 2023-03-30 11:51:46 +02:00
Mirek Fidler
a0e21df6cc plugin/jpg: Fixed to load large images 2023-03-29 11:31:41 +02:00
Mirek Fidler
b2456a14bb uppsrc: MacOS fixes 2023-03-21 11:10:03 +01:00
Mirek Fidler
a4a693892c Core: Missing 2016 leap second added 2023-03-09 14:45:11 +01:00
Tomas Lindquist
8dfc65e938
std::result_of is deprecated in c++17 not 20 (#147) 2023-02-13 11:25:30 +01:00
Mirek Fidler
2e77d71f12 ide: clang-format integration 2023-02-01 15:27:24 +01:00
Mirek Fidler
87034d3fe0 Core: ValueCache full reentrancy 2023-02-01 15:22:42 +01:00
Mirek Fidler
16c6bec902 Core: Fixed reentrancy issue of ValueCache 2023-01-27 14:40:39 +01:00
Mirek Fidler
3a8d4e9494 .cosmetics 2023-01-24 10:57:56 +01:00
Tomas Lindquist
0d258e9104
AutoTest does not build on windows due to missing 'setenv', add SetEnv function (#140) 2023-01-24 10:54:05 +01:00
Mirek Fidler
a22075e9bf Core: LocalProcess fixed problem with fork / threads 2022-12-20 12:37:35 +01:00
Mirek Fidler
19a2ba655a CodeEditor: Fixed default style being restored in CodeEditor constructor issue 2022-12-18 14:25:17 +01:00
Mirek Fidler
5949342042 Core: UPP_VERSION 0x20220300 2022-12-17 14:21:20 +01:00
Mirek Fidler
1c28567aac Merge branch 'master' of https://github.com/ultimatepp/ultimatepp 2022-12-12 21:53:50 +01:00