Timeline



Jun 28, 2008:

10:27 AM Changeset [371] by cinc
Make sure method macros are not silently redefined.
9:28 AM Ticket #16 (List classes in NOM core library.) closed by cinc
fixed: The new NOMArray class does the task. If there arises the need for …

Jun 22, 2008:

7:47 PM Changeset [370] by cinc
Clean out of unused instance variables.
7:46 PM Changeset [369] by cinc
Renamed nomGetCreatedClassName() to nomQueryCreatedClassName() because …
7:39 PM Changeset [368] by cinc
Added simple test case for NOMClassMgr
7:00 PM Changeset [367] by cinc
Corrected documentation header
4:16 PM Changeset [366] by cinc
More testing of nomQueryClassName()
3:58 PM Changeset [365] by cinc
Fixes and additions
3:46 PM Changeset [364] by cinc
Methods for providing a pointer to the ClassMgrObject?
3:26 PM Changeset [363] by cinc
More pretty output of test case.
3:10 PM Changeset [362] by cinc
Added testing of NOMObject base methods
10:01 AM Changeset [361] by cinc
More unit test stuff.

Jun 8, 2008:

5:24 PM Changeset [360] by cinc
App for testings stuff.
4:06 PM Changeset [359] by cinc
Started XCode project

Jun 7, 2008:

4:08 PM Changeset [358] by cinc
Improvements to test classes
3:34 PM Changeset [357] by cinc
Renamed nomGetClassName() to nomQueryClassName()
10:24 AM Changeset [356] by cinc
NOMTestCase: Implemented method runTests()
10:04 AM Changeset [355] by cinc
New NOMMethod class
10:01 AM Changeset [354] by cinc
nomGetMethodList() improvements
8:41 AM Changeset [353] by cinc
Started implementing method query methods. Renamed nomGetClass() to …
8:39 AM Changeset [352] by cinc
Prevent using NULL ptr. Make output more verbose.
8:31 AM Changeset [351] by cinc
Fixed method macros for NOMObject, too
8:19 AM Changeset [350] by cinc
Fixed method macros so nomSelf parameter is evaluated only once.

Jun 3, 2008:

5:07 PM Changeset [349] by cinc
License blurp
5:04 PM Changeset [348] by cinc
NOMTestResult missing in exports
5:02 PM Changeset [347] by cinc
Classes for unit tests

May 25, 2008:

4:28 PM Changeset [346] by cinc
New string class NOMString
2:20 PM Changeset [345] by cinc
Added license blurp
2:16 PM Changeset [344] by cinc
New array class NOMArray
1:30 PM Changeset [343] by cinc
Protective #if/#endif around OS/2 specific output in template files

May 24, 2008:

2:45 PM Changeset [342] by cinc
Fixed minor calculation error when reporting
2:43 PM Changeset [341] by cinc
New test app for NOM and GC combined

May 23, 2008:

9:19 PM Changeset [340] by cinc
Use different sizes when allocating memory
9:04 PM Changeset [339] by cinc
New test app for garbage collection with fix based on ideas by Doodle

May 2, 2008:

7:45 PM Changeset [332] by cinc
Removed some debug message
6:14 PM Ticket #20 (Move thunking data into separate source file) closed by cinc
fixed: Moved thunk structures to thunk.c. Size defines in thunk.h atm.
6:13 PM Changeset [331] by cinc
Fixed ticket #20. Not a perfect solution, though…
12:54 PM Changeset [330] by cinc
OO.org document (drawing) showing the structure of a class.
12:44 PM WikiStart edited by cinc
SVN client for 10.4 (diff)

Apr 21, 2008:

10:28 PM BuildNomWindows edited by bird
(diff)
10:28 PM BuildNomWindows edited by bird
(diff)
10:24 PM BuildNomDarwin edited by bird
(diff)
10:22 PM BuildNomDarwin edited by bird
fixed mixup of debug and darwin. (diff)
10:21 PM BuildNomWindows edited by bird
typo (diff)
10:21 PM BuildNomWindows created by bird
drafted windows build instruction from the darwin ones
9:57 PM WikiStart edited by bird
svn for FreeBSD, Linux and Windows. Adding Windows build instructions. (diff)
9:46 PM BuildNomDarwin edited by bird
kBuild usage correction. (diff)

Apr 20, 2008:

12:49 PM Ticket #21 (File access class in NOM core) created by cinc
Some file access class must be present in the NOM core library. …
12:42 PM Ticket #20 (Move thunking data into separate source file) created by cinc
The structs defining the thunks for method and data access are defined …
12:38 PM Ticket #19 (Make IDL more CORBA like?) created by cinc
The IDL is more or less custom at the moment. Maybe we should follow …
12:35 PM Ticket #18 (Debug switch for idl-compiler) created by cinc
Add a switch to the idl-compiler so debug info is put into the binding …
12:33 PM Ticket #17 (Enhance idl-compiler to support more type tokens) created by cinc
The idl-compiler mostly support the GLib type names. It would be …
12:29 PM Ticket #16 (List classes in NOM core library.) created by cinc
There must be some list class in the NOM core library because quite a …
12:23 PM Ticket #15 (NOM tutorial in the wiki) created by cinc
A tutorial how to program with NOM is needed for the wiki. Most people …
12:15 PM Ticket #14 (Implement dispatch methods) created by cinc
Some sort of dispatch stubs must be provided so dynamic method …
12:11 PM Ticket #13 (Implement RTTI) created by cinc
RTTI must be implemented to enable IPC and language bindings without …
12:08 PM Ticket #12 (Implement signal/slot mechanism) created by cinc
Signals and slots should be provided in some form. I imagine some …
12:00 PM Ticket #11 (Implement class replacement.) created by cinc
Implement class replacement. May include defining some file format for …
11:58 AM Ticket #10 (Document the mtab layout.) created by cinc
The mtabs for NOM objects are a special kind of beast. Document them …
11:55 AM Ticket #9 (Method for allocating non-gc memory.) created by cinc
Implement a method to allocate non-garbage-collected memory. The …
11:51 AM Ticket #8 (Rename nomGet*() to nomQuery*()) created by cinc
Methods named using get return a copy of the item. Query

Apr 19, 2008:

12:59 PM BuildNomDarwin edited by cinc
Instructions for compiling on Darwin (diff)
12:48 PM BuildNomDarwin edited by cinc
Added instructions to get kBuild (diff)

Apr 13, 2008:

8:06 PM Changeset [329] by cinc
Fixed of by one array access bug showing only on Darwin in release …
6:38 PM Changeset [328] by cinc
Added default path to Macports glib2 installation to PATH_SDK_glib2 …
4:38 PM BuildNomDarwin created by cinc
Started compilation instruction for Darwin
4:22 PM WikiStart edited by cinc
Added section about getting the source on the main page (diff)
4:17 PM WikiStart edited by cinc
(diff)
4:15 PM BuildNom edited by cinc
MArk that this page is only for the OS/2 build (diff)

Apr 9, 2008:

8:39 PM Changeset [327] by cinc
Fix for compilation on OS/2 by Simpson.
8:22 PM Changeset [326] by cinc
Portability patches for Windows, Linux, Darwin by Bird.
Note: See TracTimeline for information about the timeline view.