From 6be2ca88486c29b9cfc63709e8b9560fddf17e2d Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 5 Mar 2019 16:40:37 +0000 Subject: [PATCH] .uppbox git-svn-id: svn://ultimatepp.org/upp/trunk@12809 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/Scripts/CLANGMK.bm | 3 +-- uppbox/Scripts/GCCMK.bm | 2 +- uppbox/uppweb/2019.1.txt | 6 ++--- uppbox/uppweb/2019.1a.txt | 54 +++++++++++++++++++++++++++++++++++++++ uppbox/uppweb/uppweb.upp | 3 ++- 5 files changed, 60 insertions(+), 8 deletions(-) create mode 100644 uppbox/uppweb/2019.1a.txt diff --git a/uppbox/Scripts/CLANGMK.bm b/uppbox/Scripts/CLANGMK.bm index f1649a1a8..c21b54d7c 100644 --- a/uppbox/Scripts/CLANGMK.bm +++ b/uppbox/Scripts/CLANGMK.bm @@ -1,7 +1,6 @@ BUILDER = "CLANG"; COMPILER = "clang++"; -COMMON_OPTIONS = "-Wno-logical-op-parentheses"; -COMMON_CPP_OPTIONS = "-std=c++11"; +COMMON_CPP_OPTIONS = "-std=c++14 -Wall -Wno-logical-op-parentheses"; COMMON_C_OPTIONS = ""; COMMON_FLAGS = ""; DEBUG_INFO = "2"; diff --git a/uppbox/Scripts/GCCMK.bm b/uppbox/Scripts/GCCMK.bm index 48500c6e0..269e6d8a2 100644 --- a/uppbox/Scripts/GCCMK.bm +++ b/uppbox/Scripts/GCCMK.bm @@ -1,5 +1,5 @@ BUILDER = "GCC"; -COMMON_CPP_OPTIONS = "-std=c++11"; +COMMON_CPP_OPTIONS = "-std=c++14 -Wall -Wno-parentheses"; DEBUG_INFO = "2"; DEBUG_BLITZ = "1"; DEBUG_LINKMODE = "1"; diff --git a/uppbox/uppweb/2019.1.txt b/uppbox/uppweb/2019.1.txt index a3403815b..f77640990 100644 --- a/uppbox/uppweb/2019.1.txt +++ b/uppbox/uppweb/2019.1.txt @@ -1,6 +1,4 @@ - Copy dictionary files (*.udc and/or *.scd) used by theide speller inside - - IconDes: can now import .ico files IconDes: Improved ide: 'Disable UHD mode' run option @@ -86,7 +84,6 @@ Draw: UHD rescaling now using different rescaling filters if hotspot 2 is >0 (th Draw: UHD tweak Eigen: Updated to 3.3.7 -GLCtrl: Attempt at fixing GLDraw, GLCtrl: SMAA support in win32, various improvements, plugin/tess2 Bazaar(XMLMenu : hopefully completed migration from Callback to Function @@ -102,7 +99,6 @@ VirtualGUI/SDL2GL: Event hook virtual method VirtualGUI: Cosmetics VirtualGui: Improved dependencies - Painter: Create optimizations Painter: Fixed subpixel mode in MT Painter: MT subpixel optimized @@ -115,6 +111,8 @@ plugin/bmp: LoadIco now has just_best parameter, plugin/jpg: Now reading DateTime meta plugin/tif: Compile fix plugin\tess2: removed main config +plugin/glm + RichText: Temporary of dark theme issues ScatterCtrl: Improvements and fixes in legends ScatterDraw: Added Weibull diff --git a/uppbox/uppweb/2019.1a.txt b/uppbox/uppweb/2019.1a.txt new file mode 100644 index 000000000..a59751d31 --- /dev/null +++ b/uppbox/uppweb/2019.1a.txt @@ -0,0 +1,54 @@ +General improvements: + +MacOS X support +Improved support for UHD displays +Improved support for dark themes + +Core: + +Core/SSH: SSH protocol support +XMLRPC improvements (protocol version, support for i8 type) +WebSockets improvements +ToAscii, ToUpperAscii, ToLowerAscii functions optimized +New CoWork variant CoWorkNX solves an compilation problem when using CoWork as member variable +DarkTheme function inverts Color luminosity for dark themes support (dark colors become light, light colors dark, but color remains) +MakeOne is now changed to function +LocalProcess now allows setting current directory for started process + +Ide: + +Various improvements of Image designer +'Disable UHD mode' option for testing applications +GDB interface improvements: Now possible to stop running application and to set breakpoints while application runs +Compare with clipboard function +Initial setup improved +New dialog for setting up project assemblies +PDB debugger improvements: now displays INF and NAN for floats, fixed termination issues +Selfupgrade feature (ide compiles itself and replaces the binary) + +Other: + +Improved jpeg EXIF support + +RichText now suggests corrections for misspelled words + +GLCtrl refactored, changed to use single context per application (allows sharing resources, e.g. textures, between widgets), support for GTK fixed, +MSAA supported in Win32 + +VirtualGui is a new package to implement working 'fullscreen' GUI by implementing a SystemDraw +and a dozen of virtual methods, intended for use with e.g. games. VirtualGUI/SDL2GL is an +implementation with SDL2. + +Painter is heavily optimized for multithreaded rendering. + +PostgreSQL now supports RETURNING clause in SqlExp. + +New plugin/tess2 package (tesselation) and plugin/glm (OpenGL maths support). + +Release: + +U++ now ships with speller files for multiple languages + +Win32 Release: + +Now ships with SDL2, MySQL and PostgreSQL client libraries diff --git a/uppbox/uppweb/uppweb.upp b/uppbox/uppweb/uppweb.upp index 408981f1c..ebde57e69 100644 --- a/uppbox/uppweb/uppweb.upp +++ b/uppbox/uppweb/uppweb.upp @@ -58,7 +58,8 @@ file NewCoreDone.txt, www.t, forum-header.txt, - 2019.1.txt; + 2019.1.txt, + 2019.1a.txt; mainconfig "" = "MT SKELETON RAINBOW NOGTK";