Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » U++ community news and announcements » Getting ready for 2022.2
Getting ready for 2022.2 [message #58423] Thu, 19 May 2022 09:30 Go to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Some important bugfixes happened in recent weeks so I think it would be good idea to do another release before merging gui_sizeof branch.

Core: IsVoid(String) function to avoid confusion with IsVoid(Value)
Core: LoadFile fixed to be work with special files in POSIX /proc/
Core: BiVector, BiArray Create with constructor parameters
CtrlLib: RichTextView WhenLeftClick, ClearSelection
CtrlLib: FileSel::NoExeIcons to suppress loading of icons from .exe files in background
ide, CtrlLib: Fixed issues with namespace agnostic layouts
ide: git format-patch patch format support
Image: Support for >2G pixel images (ImageBuffer::GetLength now returns size_t)
Draw: Fixed/optimised FlipImage
plugin/tif: Minimal geotiff support via metadata (see reference/geotiff)

If you have any other issues that you would like to see resolved in this release, please leave me a note here.

[Updated on: Thu, 19 May 2022 10:34]

Report message to a moderator

Re: Getting ready for 2022.2 [message #58435 is a reply to message #58423] Fri, 20 May 2022 10:30 Go to previous messageGo to next message
warchef is currently offline  warchef
Messages: 13
Registered: January 2019
Location: Hungary
Promising Member
Hello!

I want to export data from SQLite to PostgreSQL. I took the SQL MultiDB project as a sample. I got an warning compiling, for example:

C:\upp/uppsrc\plugin/sqlite3/Sqlite3Schema.h (36): warning: 'BLOB' macro redefined [-Wmacro-redefined].

I made up for the missing #undef's, please make sure it's good that way.

uppsrc/PostgreSQL/PostgreSQLSchema.h
#undef BLOB
#undef BLOB_


uppsrc/Sql/sch_model.h

#undef TIMESTAMP


Marton
Re: Getting ready for 2022.2 [message #58447 is a reply to message #58435] Mon, 23 May 2022 08:45 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Thank you, applied.
Re: Getting ready for 2022.2 [message #58449 is a reply to message #58447] Mon, 23 May 2022 14:42 Go to previous message
Klugier is currently offline  Klugier
Messages: 1075
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello Mirek,

There is also an issue with the upp package size on all platforms that is worth fixing before release. It is recent regression. More details in this thread (Extra file in nightly builds).

Klugier


U++ - one framework to rule them all.
Previous Topic: 2022.2rc1
Next Topic: U++ 2022.2
Goto Forum:
  


Current Time: Thu Mar 28 10:59:06 CET 2024

Total time taken to generate the page: 0.01314 seconds