| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| rpm | 2018-04-14 | ||
| README.md | 2018-04-14 | 2.9 kB | |
| upp-mingw-11873.7z | 2018-03-31 | 138.3 MB | |
| upp-win-11873.7z | 2018-03-31 | 51.7 MB | |
| upp-x11-src-11873.tar.gz | 2018-03-31 | 56.2 MB | |
| Totals: 5 Items | 246.2 MB | 0 | |
2018.1 (rev 11873)
Files
Source
- upp-x11-src-11873.tar.gz - U++ source code distribution
Windows
- upp-mingw-11873.7z - U++ for Windows with MinGW-w64 toolchain
- upp-win-11873.7z - U++ for Windows without toolchain
Linux (rpm based distributions)
- rpm/upp-devel-11873-1.fc27.x86_64.rpm - U++ Fedora 27 x86_64 rpm package
- rpm/upp-devel-11873-1.el7.centos.x86_64.rpm - U++ Centos 7 x86_64 rpm package
- rpm/upp-devel-11873-1.os4203.x86_64.rpm - U++ OpenSuse 42.3 x86_64 rpm package
- rpm/upp-devel-11873-1.fc27.src.rpm - U++ generic rpm source code package
Ubuntu, Gentoo and Arch Linux
If you use Ubuntu based GNU/Linux distributions, Gentoo or Arch Linux, you can download stable packages and nightly builds on U++ download page.
You can learn how to build the standard source code package on your platform (POSIX, Linux, BSD, MacOS, Windows and more) reading the U++ online documentation.
Changelog
Core
-
New low-overhead CoWork parallelization method / pattern - Loop
-
Throughout the Core, many rvalue / universal reference related optimizations
-
CoPartition optimized to perform the work in calling thread if data size is small
-
SeedRandom without parameter now reseeds the random with host entropy
-
Array/Vector new Get/Set methods
-
New features for WebSocket client mode
-
plugin/bz2: Streaming support
Painter
-
Co Option to run parallel
-
BufferPainter::PreClipDashed
PdfDraw
- PdfDraw: DrawJPEG to directly embed JPEG compressed images into PDF
GUI programming
-
In Windows, owned windows now have minimize box disabled (as minimizing of owned windows leads to strange behaviour)
-
LineEdit::WhenScroll event
-
New OptionBox widget (Option with LabelBox like graphics, also able to automatically enable/disable contained widgets)
-
FileSel now has option to add widgets into the dialog (e.g. to specify save format)
TheIDE
-
Very long files (>400MB) are now opened for view rather than edit.
-
Some trivial merge conflict helper tools
-
IconDes improvements
-
Esc scripting language now has 'continue' statement