up

Articles tagged ""

Cup - The File Upload Framework

A common need for Cappuccino apps is the ability to upload files. Until now, the only native Cappuccino upload solution was DeepDropUpload by David Cann. While DeepDropUpload works, it hasn’t been updated in two years, and it doesn’t integrate directly...

Read more...

The New Objective-J 2.0 Compiler

The new Objective-J 2.0 compiler has three components: tokenizer, parser and code generator. The merging of this pull request brought major improvements to the tokenizer and code generator.

Tokenizer improvements: macros and preprocessor directives

Read more...

The Node Project - Take 2

The time has come to move Cappuccino to Node.js. Why move to Node? There are three main reasons:

1. Cross-platform parity

Cappuccino’s build system is built on top of narwhal + rhino (jsc on Mac OS X). Rhino/jsc is the Javascript engine, narwhal...

Read more...

Cappuccino 0.9.6

Cappuccino 0.9.6 is a stable build of Cappuccino for those of you not yet ready to update to Objective-J 2.0.

Should I get Cappuccino 0.9.6?

Are any of the following true?

  • I need a stable build.
  • I am currently using Cappuccino 0.9.5, 0.9.6-RC1...

Read more...

Objective-J 2.0, Continuous Integration and 0.9.6 RC2

The Cappuccino community is buzzing with activity. Here’s a recap of recent news.

Followers of the mailing list will know that work on Objective-J 2.0 is in full swing. This improved compiler which will generate much faster execution performance for...

Read more...

Cleaning up our GitHub Issues

We’re very pleased to today announce our new Cappuccino Issue Reviewers. You might already have seen them cleaning up the issue backlog over at GitHub, sometimes closing already fixed bugs, sometimes tagging and structuring up languishing issues.

...

Read more...

Cappuccino News

New features

  • Basic support has been added for NSDateFormatter in nib2cib. (Alexander Ljungberg)

  • Lazy support for bytes() and base64() added to CFData, +dataWithBytes and +dataWithBase64 methods added to CPData. (cacaodev)

  • capp_lint has been added...

Read more...

Cappuccino News

If you have news about new projects in which Cappuccino is being used — internal or external — be sure to let everyone know!

Please pay special attention to the Fixes & Changes section, there may be changes that will affect your code.

New Features

Read more...

Cappuccino News

What’s new in Cappuccino in the past two weeks:

  • Some major new features have been added to nib2cib:

    • nib2cib now supports User Defined Runtime Attributes in Interface Builder.
    • nib2cib now supports userland NS classes. This is a huge new feature...

Read more...

Cappuccino 0.9.5

Today we are extremely excited to announce Cappuccino 0.9.5, featuring over 90 new features and improvements in addition to numerous bug fixes. Here are some of the new features we think you’ll really like.

Modern scrollbars

Cappuccino now features...

Read more...