Displaying 20 results from an estimated 3000 matches similar to: "0.0.37 release goals"
2006 Oct 24
8
tagged 0.0.37; release plans
Hi
I just tagged 0.0.37 in Subversion. I also added a note on the Wiki on
how to do this, and how to checkout a clean version:
http://wxruby.rubyforge.org/wiki/wiki.pl?Release_HowTo
For the build, I''m just about to upload a tarball, and will add a
powerpc gem once the compiler''s chugged away. Please upload for your
platform as you''re ready.
I suggest we announce
2006 Jul 12
1
SWIGging clipboard
Hi all
I''m having a go at porting the Clipboard and DnD classes, going OK, but
have hit a snag where I could use your help.
I''ve added several relevant classes, but now I have on OS X missing symbols:
wxDataObjectBase::GetDataHere(wxDataFormat const&, void*) const
wxDataObjectBase::GetDataSize(wxDataFormat const&) const
DataObjectBase is an internal base class for
2006 Oct 21
5
0.0.37 release?
I would like to tag and release 0.0.37 soon. I''m thinking of the next
few days. We have good new stuff (Printing, Scintilla on OS X, other new
classes) and have fixed some bugs. Also, would be good to put the early
build probs with the last release behind us.
Here''s the patches I think are outstanding:
- Wx::App cleanup
- rake HTML docs publishing
- Scintilla OS X
-
2006 Aug 11
4
1337 Speak For Ruby and an ActiveRecord 1337 Speak Extension - 0.0.1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
ActiveRecord Extension 1337 - 0.0.1 is released!
A 1337 speak module for ruby is released! It is bundled with the ActiveRecord extension activerecord_1337. This allows you to
encode your application in l33t speak. You can use the L337 module standalone or use it bundled with the ActiveRecord extension.
This plugin can be easily used as a Rails
2007 May 21
5
Wx::Scintilla class not defined
I''m posting this for a friend who is having trouble with this and here is
his message.
"Heya! I''m working on a script editor application, but it''s missing one key
feature: Syntax highlighting. Seeing this, I looked around in the sample
directory and came across scintilla.rb. I attempted a run, however Ruby
reported Wxruby2::Scintilla as an uninitialized
2012 Sep 13
1
[LLVMdev] Parsing C++ template parameters using cindex.py
Hi,
I am parsing a C++ file using cindex.py and want to get the template
parameters to a specific node. However, the tree seems to be different
depending on if the template parameter is a struct/class or a simple
type such as int or float. In the first case the template type is
appended as a child to the VAR_DECL node (the TYPE_REF node seen in
the example below), but this is not the case with
2012 Jul 17
1
Stats question: Comparison of the same individuals during two exposure times
Hi,
I'm hoping that someone will be able to help. I would like to compare how
covariates associate with the risk of a binary outcome during two periods.
Period 1 will be non-exposure to a treatment and period 2 will be exposure
to a treatment. The same individuals will be examined in each group but I
want to be able to compare the association of certain covariates between the
two groups to
2011 Jun 13
2
[LLVMdev] Reading Instructions from Ocaml
Hello,
I'm interested in the OCaml bindings, but I've been digging through them and
it doesn't seem possible to actually write a transformation with them.
Specifically, there are a lot of functions to build each type of
instruction, but there doesn't seem to be any way to query an llvalue and
determine what kind of instruction it is. Is there something that I am
missing?
Thank
2001 Mar 02
2
Does anyone run the following reliably under WINE?
Robert MacGregor wrote:
> I have some indispensable tools which I have not seen satisfying GPL
> alternatives, which I've invested considerable amounts of $$$$, and
> which are indispensable tools for me and I'd like to ping you all for
> confirmation or other comments about getting the following apps to work
> in WINE -- so I can finally make the jump to Linux as my
2004 Aug 26
18
wxRuby 0.5.0 has been released!
wxRuby 0.5.0 has been released and is now available for
download from RubyForge at http://wxruby.rubyforge.org/
This release includes binary builds for Max OS X and
MS Windows.
Please report any bugs or feature requests here:
http://rubyforge.org/tracker/?group_id=35
Changes in this release include:
* Added XRC (Xml Resource File) support.
* Added totally awesome HTML widget from Tobi
2009 Jan 29
6
Control Characters
I am attempting a text editor using wxRuby. I''m having character issues.
Strings are not binary-safe.
Some characters are not allowed.
- newline / line feed (\n), tab (\t) are displayed
- carraige return (\r) is stripped
- Other control characters and high-ascii cause control values to become
empty.
Affected controls include: Wx::TextCtrl, Wx::StaticText, Wx::Clipboard,
et al.
Most
2004 Aug 06
2
compile error
>
> in the FreeBSD ports there already is something for ices2 and icecast2.
> it's a little on the old side (from november 2002).
>
> cvsup the latest ports tree, though, you should update your box to 4.7
> as well ... or 4.8-rc if you really want to be l33t.
Yeah, my ports are up to date. I prefer to build some things by hand though. ;-) I updated libtool and got a little
2009 Apr 26
5
Digium fax failing
Sending works but on receive it keeps failing - reporting back 'training'
failure.
I am using Asterisk 1.6 with T38.
What should I post to the list to assist diagnoses?
Michael
2006 Oct 19
2
Wx::Scintilla - working
At last, managed to get Scintilla up and running on OS X. Sorry it''s
taken so long.
Patch attached to enable Scintilla to be included in a Mac build.
More difficult was how figuring out how to get wxscintilla built in the
first place - have added instructions on our ''Building for release'' page
on the wiki:
http://wxruby.rubyforge.org/wiki/wiki.pl?Release_HowTo
2006 Oct 30
0
progress update, 0.0.37
Hi all
A brief update on wxruby progress from the development list...
The good news is - we tagged version 0.0.37. This includes some
important new features, including:
- Complete support for the printing framework (thanks to Sean Long)
- Support for WxScintilla on OS X
- DragImage and StdDialogButtonSizer classes added
- various bugfixes and support for additional methods
The bad news is -
2017 Mar 01
5
Any indispensable passes?
Hi everyone,
I am currently testing out a combination of IR->IR passes with opt to
benchmark how they affect performance. The source code works fine if simply
use the clang (-O0/-O3) to directly compile to object files and link them.
However, when I use opt with a select set of passes and then use llc to
compile them to binary, the compiled binary is wrong.
That makes me wonder if there are
2004 Apr 27
15
Building wxruby on Solaris 9
Hi all,
Ruby 1.8.1
Solaris 9
wxwindows 2.4.2 (package from blastwave.org)
wxruby 0.3.0
I''m having trouble getting this sucker to build on my Solaris box.
Here''s how I''m building:
ruby extconf.rb --with-xrc-dir=/opt/csw
--with-xrc-include=/opt/csw/lib/wx
The include directive I added because the setup.h file is there (for
whatever reason). And yes, /opt/csw/bin and
2006 Oct 24
0
[716] trunk/wxruby2/Changelog: Last changes in preparation for tagging 0.0.37
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2011 Jun 14
0
[LLVMdev] Reading Instructions from Ocaml
On Mon, Jun 13, 2011 at 12:09 PM, Gregory Malecha <gmalecha at gmail.com> wrote:
> Hello,
Hello Gregory,
> I'm interested in the OCaml bindings, but I've been digging through them and
> it doesn't seem possible to actually write a transformation with them.
> Specifically, there are a lot of functions to build each type of
> instruction, but there doesn't seem
2012 Apr 29
1
Specifying special poisson maximum likelihood
Hi everyone
I am stuck on specifying my own maximum likelihood function for a
special poisson model.
My poisson model is as follow: O ~ Pois(b*N + b*RR*E)
With
O = observed cases
b = constant (known)
N = number of unexposed persons (known)
E = number exposed persons (known)
RR = relative risk (value is assumed under a scenario, e.g. RR=2.0)
I used rpois to simulate the values of O for several