My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Oct 23, 2009
    issue 16 (XSXML can serialize only custom objects in collections) reported by clevera...@mac.com   -   check NSArray
    check NSArray
  • Oct 23, 2009
    issue 15 (We should merge this project with NQ as soon as the iPhone g...) reported by clevera...@mac.com   -   Native queries are coming...
    Native queries are coming...
  • Oct 23, 2009
    r54 (bugfixes) committed by clevera...@mac.com   -   bugfixes
    bugfixes
  • Oct 23, 2009
    issue 14 (sample crash on iphone SDK 3.0+) changed by clevera...@mac.com   -   Use this: #import <Foundation/Foundation.h> @interface NSObject (iPhone) - (NSString*)className; @end @implementation NSObject (iPhone) - (NSString*)className { return NSStringFromClass([self class]); } @end
    Status: Duplicate
    Use this: #import <Foundation/Foundation.h> @interface NSObject (iPhone) - (NSString*)className; @end @implementation NSObject (iPhone) - (NSString*)className { return NSStringFromClass([self class]); } @end
    Status: Duplicate
  • Oct 23, 2009
    issue 3 (entropy_db sample does not compile for device) commented on by clevera...@mac.com   -   Issue 14 has been merged into this issue.
    Issue 14 has been merged into this issue.
  • Oct 22, 2009
    issue 14 (sample crash on iphone SDK 3.0+) reported by Toumam   -   What steps will reproduce the problem? 1. Running Entropy Sample on iphone simulator 3.0 2. 3. What is the expected output? What do you see instead? crash when we push the "add item" button What version of the product are you using? On what operating system? Tested and working on iphone simulator 2.2 Please provide any additional information below. the trace: 2009-10-23 00:18:28.664 EntropySample1[2314:20b] *** -[CustomObject className]: unrecognized selector sent to instance 0xe335c0 2009-10-23 00:18:28.665 EntropySample1[2314:20b] Nested exception: *** -[CustomObject className]: unrecognized selector sent to instance 0xe335c0 2009-10-23 00:18:28.666 EntropySample1[2314:20b] *** Terminating app due to uncaught exception 'EXException', reason: 'Cannot store object'
    What steps will reproduce the problem? 1. Running Entropy Sample on iphone simulator 3.0 2. 3. What is the expected output? What do you see instead? crash when we push the "add item" button What version of the product are you using? On what operating system? Tested and working on iphone simulator 2.2 Please provide any additional information below. the trace: 2009-10-23 00:18:28.664 EntropySample1[2314:20b] *** -[CustomObject className]: unrecognized selector sent to instance 0xe335c0 2009-10-23 00:18:28.665 EntropySample1[2314:20b] Nested exception: *** -[CustomObject className]: unrecognized selector sent to instance 0xe335c0 2009-10-23 00:18:28.666 EntropySample1[2314:20b] *** Terminating app due to uncaught exception 'EXException', reason: 'Cannot store object'
  • Sep 30, 2009
    r53 (object proxy) committed by clevera...@mac.com   -   object proxy
    object proxy
  • Sep 30, 2009
    issue 13 (XSXML doesn't support NSDictionary) reported by clevera...@mac.com   -   ...need to be added to XSXMLEncoder/Decoder
    ...need to be added to XSXMLEncoder/Decoder
  • Sep 30, 2009
    r52 (abstract object proxy) committed by clevera...@mac.com   -   abstract object proxy
    abstract object proxy
  • Sep 29, 2009
    r51 (XML object proxy) committed by clevera...@mac.com   -   XML object proxy
    XML object proxy
  • Sep 29, 2009
    r50 (added predicate inspector) committed by clevera...@mac.com   -   added predicate inspector
    added predicate inspector
  • Sep 29, 2009
    r49 (added predicate inspector) committed by clevera...@mac.com   -   added predicate inspector
    added predicate inspector
  • Sep 29, 2009
    r48 (support for sets) committed by clevera...@mac.com   -   support for sets
    support for sets
  • Sep 29, 2009
    r47 (support for arrays) committed by clevera...@mac.com   -   support for arrays
    support for arrays
  • Sep 29, 2009
    r46 (NSObject additions) committed by clevera...@mac.com   -   NSObject additions
    NSObject additions
  • Sep 29, 2009
    r45 (first preview) committed by clevera...@mac.com   -   first preview
    first preview
  • Sep 28, 2009
    UsingBlocks (How to use blocks in queries (in OS X 10.6)) Wiki page edited by clevera...@mac.com   -   Revision r44 Edited wiki page through web user interface.
    Revision r44 Edited wiki page through web user interface.
  • Sep 28, 2009
    UsingBlocks (How to use blocks in queries (in OS X 10.6)) Wiki page added by clevera...@mac.com   -   Revision r43 Created wiki page through web user interface.
    Revision r43 Created wiki page through web user interface.
  • Sep 28, 2009
    issue 12 (Doesn't compile in 64-bite mode) reported by clevera...@mac.com   -   incompatible basic types
    incompatible basic types
  • Sep 28, 2009
    r42 (EXContainer -- queryWithClass:condition:) committed by clevera...@mac.com   -   EXContainer -- queryWithClass:condition:
    EXContainer -- queryWithClass:condition:
  • Sep 28, 2009
    issue 11 (Add support for unsigned types) Status changed by clevera...@mac.com   -  
    Status: Fixed
    Status: Fixed
  • Sep 28, 2009
    r41 (support for unsigned types) committed by clevera...@mac.com   -   support for unsigned types
    support for unsigned types
  • Sep 28, 2009
    issue 11 (Add support for unsigned types) commented on by homola.p   -   committed to svn
    committed to svn
  • Jul 24, 2009
    HowToUseEntropyDB (Sample code of using EntropyDB) Wiki page commented on by s...@sigsys.dk   -   I have som closed sourced iPhone apps that is going to use this cool library, but what about the license?? How much is it going to cost?
    I have som closed sourced iPhone apps that is going to use this cool library, but what about the license?? How much is it going to cost?
  • Jul 21, 2009
    SocketWrapper (How to use the socket wrapper) Wiki page commented on by thomas.castel   -   Aaah and I want to add something, you class is also useful to make a cocoa application communicate with a cocoa touch application (that also helped me :))
    Aaah and I want to add something, you class is also useful to make a cocoa application communicate with a cocoa touch application (that also helped me :))
  • Jul 21, 2009
    SocketWrapper (How to use the socket wrapper) Wiki page commented on by thomas.castel   -   Without your beautiful class I would have some difficulties to finish my project properly! So thank you very much:) I don't like to program when it's too close to C, I prefer using abstraction. You saved me!
    Without your beautiful class I would have some difficulties to finish my project properly! So thank you very much:) I don't like to program when it's too close to C, I prefer using abstraction. You saved me!
  • Jun 11, 2009
    issue 3 (entropy_db sample does not compile for device) commented on by desaro   -   Entropy appears to be a fairly dead project. Use CoreData instead. It is faster, more flexible and a LOT more robust.
    Entropy appears to be a fairly dead project. Use CoreData instead. It is faster, more flexible and a LOT more robust.
  • Jun 10, 2009
    issue 3 (entropy_db sample does not compile for device) commented on by himanshu.cse   -   NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; pathDetails(); processDetails(); NSMutableArray *arrayOfPerson=[[NSMutableArray alloc]init]; Person *person1 =[[Person alloc] init]; [person1 setName:@"himanshu" last:@"jain"]; [person1 favoriteNumber:90]; [person1 setLike:YES]; NSString *details =[person1 description]; NSLog(@"%@",details); // printBookMarkInfo(); /*printCategoryInfo(); printIntrospectionInfo();*/ [person1 release]; [arrayOfPerson release]; [pool release]; return 0; I am getting same error plz tell wat to do
    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; pathDetails(); processDetails(); NSMutableArray *arrayOfPerson=[[NSMutableArray alloc]init]; Person *person1 =[[Person alloc] init]; [person1 setName:@"himanshu" last:@"jain"]; [person1 favoriteNumber:90]; [person1 setLike:YES]; NSString *details =[person1 description]; NSLog(@"%@",details); // printBookMarkInfo(); /*printCategoryInfo(); printIntrospectionInfo();*/ [person1 release]; [arrayOfPerson release]; [pool release]; return 0; I am getting same error plz tell wat to do
  • Apr 20, 2009
    issue 7 (Bulding on Device) Status changed by clevera...@mac.com   -   Please check out the updated source code.
    Status: Fixed
    Please check out the updated source code.
    Status: Fixed
  • Apr 20, 2009
    issue 6 (Building on simulator fails) Status changed by clevera...@mac.com   -   Please check out the updated source code.
    Status: Fixed
    Please check out the updated source code.
    Status: Fixed
  • Apr 20, 2009
    issue 8 (Source code?) Status changed by clevera...@mac.com   -  
    Status: Invalid
    Status: Invalid
  • Apr 20, 2009
    r40 (lazy loading - bug fixes) committed by clevera...@mac.com   -   lazy loading - bug fixes
    lazy loading - bug fixes
  • Apr 19, 2009
    r39 ([No log message]) committed by clevera...@mac.com   -   [No log message]
    [No log message]
  • Apr 18, 2009
    issue 11 (Add support for unsigned types) reported by clevera...@mac.com   -   What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Please use labels and text to provide additional information.
    What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Please use labels and text to provide additional information.
  • Apr 18, 2009
    issue 9 (Crash while resaving) Status changed by clevera...@mac.com   -   Can't reproduce
    Status: WontFix
    Can't reproduce
    Status: WontFix
  • Apr 18, 2009
    issue 10 (Able to save translation) Status changed by clevera...@mac.com   -  
    Status: Invalid
    Status: Invalid
  • Apr 18, 2009
    issue 5 (Sorting results?) changed by clevera...@mac.com   -  
    Status: Fixed
    Labels: Milestone-Release1.1 Milestone-Release1.0
    Status: Fixed
    Labels: Milestone-Release1.1 Milestone-Release1.0
  • Jan 01, 2009
    issue 10 (Able to save translation) reported by ericka.julian   -   What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? An option to be able to store your translated words, sentences, etc. Being able to refer back instead of having to translate it again. What version of the product are you using? On what operating system? 1.0.7- iPhone Please provide any additional information below.
    What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? An option to be able to store your translated words, sentences, etc. Being able to refer back instead of having to translate it again. What version of the product are you using? On what operating system? 1.0.7- iPhone Please provide any additional information below.

Older

  • Nov 03, 2008
    issue 9 (Crash while resaving) commented on by michaelp...@yahoo.com   -   yes i believe I did.
    yes i believe I did.
  • Nov 03, 2008
    issue 9 (Crash while resaving) commented on by mh...@mac.com   -   yes i believe i did.
    yes i believe i did.
  • Nov 03, 2008
    issue 9 (Crash while resaving) commented on by homola.p   -   Did you use the same instance of EXContainer to load the object?
    Did you use the same instance of EXContainer to load the object?
  • Nov 03, 2008
    issue 9 (Crash while resaving) reported by michaelp...@yahoo.com   -   What steps will reproduce the problem? 1. save a class object that contains some data in the database 2. later load the object and change some of the data in some way 3. try to insert the object into the database again. What is the expected output? What do you see instead? I would like to see it overwrite the object still saved in the database... instead the application crashes.
    What steps will reproduce the problem? 1. save a class object that contains some data in the database 2. later load the object and change some of the data in some way 3. try to insert the object into the database again. What is the expected output? What do you see instead? I would like to see it overwrite the object still saved in the database... instead the application crashes.
  • Oct 30, 2008
    issue 7 (Bulding on Device) commented on by michaelp...@yahoo.com   -   I tried that and I am still getting the same issue... "reference from" error popped up and I did put the new lib into my project
    I tried that and I am still getting the same issue... "reference from" error popped up and I did put the new lib into my project
  • Oct 18, 2008
    SocketWrapper (How to use the socket wrapper) Wiki page edited by clevera...@mac.com
  • Oct 14, 2008
    issue 7 (Bulding on Device) commented on by rustyzarse   -   thank you! Could you post that build in the files section? It works. nough said. You can easily switch fro device to sim by keeping both files and renaming the undesired version to some other filename. Xcode will grab the referenced file by name.
    thank you! Could you post that build in the files section? It works. nough said. You can easily switch fro device to sim by keeping both files and renaming the undesired version to some other filename. Xcode will grab the referenced file by name.
  • Oct 09, 2008
    HowToUseEntropyDB (Sample code of using EntropyDB) Wiki page edited by clevera...@mac.com
  • Oct 09, 2008
    issue 7 (Bulding on Device) commented on by homola.p   -   Did you try to use this library? http://code.google.com/p/entropydb/issues/detail?id=3&can=1#c4
  • Oct 08, 2008
    issue 8 (Source code?) commented on by rustyzarse   -   You have listed this as GNU open license. Where is the source? AThe license clearly states: When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. So I need the source code to fix the issue that hasn'tbeen resolved. Yes, I know we all get busy. However, when you share your library for consumption, you establish a commitment to supporting it and garner a certain level of trust from the user base. I am disappointed that you have, thus far, wasted our time. Please consider remedying the situation. I will, without a doubt, pay a reasonable license fee for your efforts. You've definitely recognized a need and solved a problem but you are only 85% to the finish line.
    You have listed this as GNU open license. Where is the source? AThe license clearly states: When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. So I need the source code to fix the issue that hasn'tbeen resolved. Yes, I know we all get busy. However, when you share your library for consumption, you establish a commitment to supporting it and garner a certain level of trust from the user base. I am disappointed that you have, thus far, wasted our time. Please consider remedying the situation. I will, without a doubt, pay a reasonable license fee for your efforts. You've definitely recognized a need and solved a problem but you are only 85% to the finish line.
  • Oct 08, 2008
    issue 7 (Bulding on Device) commented on by rustyzarse   -   apparently, this project is dead? It was nice in the simulator. I built an entire application against it. Now I cannot build for distribution because it throws the above exception and I have received no response. Thanks for the initial work but you failed to provide source code and have not responded to a catastrophic failure. Unless the project sponsor responds to this issue and fixes the problem, or provides source code, DO NOT build an app against this library. The EntropyDB WILL NOT WORK on the iPhone. bummer. Its very nice if it did work
    apparently, this project is dead? It was nice in the simulator. I built an entire application against it. Now I cannot build for distribution because it throws the above exception and I have received no response. Thanks for the initial work but you failed to provide source code and have not responded to a catastrophic failure. Unless the project sponsor responds to this issue and fixes the problem, or provides source code, DO NOT build an app against this library. The EntropyDB WILL NOT WORK on the iPhone. bummer. Its very nice if it did work
  • Sep 18, 2008
    issue 7 (Bulding on Device) commented on by rustyzarse   -   same here. To clarify, the "device" is "iphone 2.0"
    same here. To clarify, the "device" is "iphone 2.0"
 
Hosted by Google Code