[ANN] U++ 511 release candidate available

M

Mirek Fidler

Ultimate++ (http://upp.sourceforge.net) is a C++ cross-platform rapid
application development suite. It includes a set of libraries (GUI, SQL,
etc..), and an integrated development environment.

Rapid development is achieved by the smart and aggressive use of C++
rather than through fancy code generators. In this respect, U++ competes
with popular scripting languages while preserving C/C++ runtime
characteristics.


New features of release 511:

U++ Library

* New XML support in the Core

* Linux/AMD64 is now supported

* X11 fixes improve stability with less common window managers, input
method problem fixed as well

* New kind of callbacks - pteback - to avoid dangling callback situation
problem

* Sqlite was added as source-based plugin together with U++ adapter

* A lot of new documentation



TheIDE

* File tabs are redesigned

* Source editor has now scripting language

* "Calculator" console

* Layout of TheIDE now redesigned, bottom pane now contains
browser/console/debugger/calculator switched by tabs

* ASSIST++:

- Improved C++ code analysis now able to resolve class hierarchy
issues, code browser now displays base classes, methods, virtual
methods, overrides etc...

- New assist function now suggests list of methods and attributes after
typing '->' or '.' or after Ctrl+Space.

- Navigate in the file and Navigate functions simplify moving to symbol
with specified name

- Copy definition/declaration is able to convert method declaration
(inside class declaration) to definition and back (works with more than
one method as well)

- Goto definition/declaration moves between definitions and declarations
of current method



Distribution

* U++/Win now ships with SDL library and contains nice SDLExample as
well as SDL project templates.
 
S

stork

Hi Mirek, here's a question. When you say AMD64 support, does that
mean your IDE supports AMD64 or it is written natively to it?
 
M

Mirek Fidler

stork said:
Hi Mirek, here's a question. When you say AMD64 support, does that
mean your IDE supports AMD64 or it is written natively to it?

U++ applications now can be compiled in AMD64 or in i386 mode.

TheIDE is U++ application, so it can be compiled either as 32-bit or
64-bit. Both version are then capable of producing both 32-bit or 64-bit
code.

Acutally, AMD64 support is in fact just several bug-fixes and fixing
some parts of code with implementation defined behaviour (you would not
believe how much fun there is with X11 and 64 bits :)

Mirek
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

U++ 511beta available 0
U++ 4193 released 0
[ANN] U++ 602 beta2 released 0
[ANN] U++ 1096 6
[ANN] U++ 605 released 0
U++ 1517 released 0
U++ 2232 released 0
U++ 2791 released 0

Members online

Forum statistics

Threads
473,780
Messages
2,569,608
Members
45,252
Latest member
MeredithPl

Latest Threads

Top