Timeline
Jun 28, 2008:
- 12:27 PM Changeset [371] by
- Make sure method macros are not silently redefined.
- 11:28 AM Ticket #16 (List classes in NOM core library.) closed by
- fixed: The new NOMArray class does the task. If there arises the need for …
Jun 22, 2008:
- 9:47 PM Changeset [370] by
- Clean out of unused instance variables.
- 9:46 PM Changeset [369] by
- Renamed nomGetCreatedClassName() to nomQueryCreatedClassName() because …
- 9:39 PM Changeset [368] by
- Added simple test case for NOMClassMgr
- 9:00 PM Changeset [367] by
- Corrected documentation header
- 6:16 PM Changeset [366] by
- More testing of nomQueryClassName()
- 5:58 PM Changeset [365] by
- Fixes and additions
- 5:46 PM Changeset [364] by
- Methods for providing a pointer to the ClassMgrObject
- 5:26 PM Changeset [363] by
- More pretty output of test case.
- 5:10 PM Changeset [362] by
- Added testing of NOMObject base methods
- 12:01 PM Changeset [361] by
- More unit test stuff.
Jun 8, 2008:
- 7:24 PM Changeset [360] by
- App for testings stuff.
- 6:06 PM Changeset [359] by
- Started XCode project
Jun 7, 2008:
- 6:08 PM Changeset [358] by
- Improvements to test classes
- 5:34 PM Changeset [357] by
- Renamed nomGetClassName() to nomQueryClassName()
- 12:24 PM Changeset [356] by
- NOMTestCase: Implemented method runTests()
- 12:04 PM Changeset [355] by
- New NOMMethod class
- 12:01 PM Changeset [354] by
- nomGetMethodList() improvements
- 10:41 AM Changeset [353] by
- Started implementing method query methods. Renamed nomGetClass() to …
- 10:39 AM Changeset [352] by
- Prevent using NULL ptr. Make output more verbose.
- 10:31 AM Changeset [351] by
- Fixed method macros for NOMObject, too
- 10:19 AM Changeset [350] by
- Fixed method macros so nomSelf parameter is evaluated only once.
Jun 3, 2008:
- 7:07 PM Changeset [349] by
- License blurp
- 7:04 PM Changeset [348] by
- NOMTestResult missing in exports
- 7:02 PM Changeset [347] by
- Classes for unit tests
May 25, 2008:
- 6:28 PM Changeset [346] by
- New string class NOMString
- 4:20 PM Changeset [345] by
- Added license blurp
- 4:16 PM Changeset [344] by
- New array class NOMArray
- 3:30 PM Changeset [343] by
- Protective #if/#endif around OS/2 specific output in template files
May 24, 2008:
- 4:45 PM Changeset [342] by
- Fixed minor calculation error when reporting
- 4:43 PM Changeset [341] by
- New test app for NOM and GC combined
May 23, 2008:
- 11:19 PM Changeset [340] by
- Use different sizes when allocating memory
- 11:04 PM Changeset [339] by
- New test app for garbage collection with fix based on ideas by Doodle
May 2, 2008:
- 9:45 PM Changeset [332] by
- Removed some debug message
- 8:14 PM Ticket #20 (Move thunking data into separate source file) closed by
- fixed: Moved thunk structures to thunk.c. Size defines in thunk.h atm.
- 8:13 PM Changeset [331] by
- Fixed ticket #20. Not a perfect solution, though…
- 2:54 PM Changeset [330] by
- OO.org document (drawing) showing the structure of a class.
- 2:44 PM WikiStart edited by
- SVN client for 10.4 (diff)
Apr 22, 2008:
- 12:28 AM BuildNomWindows edited by
- (diff)
- 12:28 AM BuildNomWindows edited by
- (diff)
- 12:24 AM BuildNomDarwin edited by
- (diff)
- 12:22 AM BuildNomDarwin edited by
- fixed mixup of debug and darwin. (diff)
- 12:21 AM BuildNomWindows edited by
- typo (diff)
- 12:21 AM BuildNomWindows created by
- drafted windows build instruction from the darwin ones
Apr 21, 2008:
- 11:57 PM WikiStart edited by
- svn for FreeBSD, Linux and Windows. Adding Windows build instructions. (diff)
- 11:46 PM BuildNomDarwin edited by
- kBuild usage correction. (diff)
Apr 20, 2008:
- 2:49 PM Ticket #21 (File access class in NOM core) created by
- Some file access class must be present in the NOM core library. …
- 2:42 PM Ticket #20 (Move thunking data into separate source file) created by
- The structs defining the thunks for method and data access are defined …
- 2:38 PM Ticket #19 (Make IDL more CORBA like?) created by
- The IDL is more or less custom at the moment. Maybe we should follow …
- 2:35 PM Ticket #18 (Debug switch for idl-compiler) created by
- Add a switch to the idl-compiler so debug info is put into the binding …
- 2:33 PM Ticket #17 (Enhance idl-compiler to support more type tokens) created by
- The idl-compiler mostly support the GLib type names. It would be …
- 2:29 PM Ticket #16 (List classes in NOM core library.) created by
- There must be some list class in the NOM core library because quite a …
- 2:23 PM Ticket #15 (NOM tutorial in the wiki) created by
- A tutorial how to program with NOM is needed for the wiki. Most people …
- 2:15 PM Ticket #14 (Implement dispatch methods) created by
- Some sort of dispatch stubs must be provided so dynamic method …
- 2:11 PM Ticket #13 (Implement RTTI) created by
- RTTI must be implemented to enable IPC and language bindings without …
- 2:08 PM Ticket #12 (Implement signal/slot mechanism) created by
- Signals and slots should be provided in some form. I imagine some …
- 2:00 PM Ticket #11 (Implement class replacement.) created by
- Implement class replacement. May include defining some file format for …
- 1:58 PM Ticket #10 (Document the mtab layout.) created by
- The mtabs for NOM objects are a special kind of beast. Document them …
- 1:55 PM Ticket #9 (Method for allocating non-gc memory.) created by
- Implement a method to allocate non-garbage-collected memory. The …
- 1:51 PM Ticket #8 (Rename nomGet*() to nomQuery*()) created by
- Methods named using get return a copy of the item. Query …
Apr 19, 2008:
- 2:59 PM BuildNomDarwin edited by
- Instructions for compiling on Darwin (diff)
- 2:48 PM BuildNomDarwin edited by
- Added instructions to get kBuild (diff)
Apr 13, 2008:
- 10:06 PM Changeset [329] by
- Fixed of by one array access bug showing only on Darwin in release …
- 8:38 PM Changeset [328] by
- Added default path to Macports glib2 installation to PATH_SDK_glib2 …
- 6:38 PM BuildNomDarwin created by
- Started compilation instruction for Darwin
- 6:22 PM WikiStart edited by
- Added section about getting the source on the main page (diff)
- 6:17 PM WikiStart edited by
- (diff)
- 6:15 PM BuildNom edited by
- MArk that this page is only for the OS/2 build (diff)
Apr 9, 2008:
- 10:39 PM Changeset [327] by
- Fix for compilation on OS/2 by Simpson.
- 10:22 PM Changeset [326] by
- Portability patches for Windows, Linux, Darwin by Bird.
Note:
See TracTimeline
for information about the timeline view.