Code

Programming Languages: Objective C

License: BSD License

Repositories

browse code, statistics svn co https://regexkit.svn.sourceforge.net/svnroot/regexkit regexkit

Show:

What's happening?

  • MaxOSX Build Errors

    I am receiving the following errors when trying to compile on Mac OSX 10.7.3, Xcode 4.3.2 using Apple LLVM Compiler 3.1: 'captureCount' was not declared in this scope This error is happening on line 259 of the RegexKitLite.h file around this line of code: - (BOOL)RKL_METHOD_PREPEND(enumerateStringsMatchedByRegex):(NSString *)regex usingBlock:(void (^)(NSInteger captureCount, NSString *...

    2012-05-17 00:13:58 PDT by https://www.google.com/accounts

  • Followup: RE: RegexKitLite update solving 'Semantic I...

    I'd like to comment that at stackoverflow, I got a useful answer on how to silence the warnings: With clang, I silenced the warnings as follows: At the top of RegexKitLite.m: [code]#pragma clang diagnostic push #pragma clang diagnostic ignored "-Wincompatible-pointer-types"[/code] And at the bottom: [code]#pragma clang diagnostic pop[/code].

    2012-03-28 03:09:00 PDT by habra

  • RegexKitLite update solving 'Semantic I...

    With Xcode 4.3 on Mac OS X 10.7.3, I get lots of compiler warnings "Semantic Issue" for RegexKitLite: Passing 'void *volatile __strong *' to parameter of type 'void *__strong *' discards qualifiers and Passing 'void *volatile __strong *' to parameter of type 'void *__strong *volatile' discards qualifiers Although they appear harmless, it is very annoying since I basically strive...

    2012-03-28 02:44:42 PDT by habra

  • ARC

    Please use ARC (Automatic Reference Counting).

    2012-03-21 19:31:39 PDT by tjrana

  • Comment: Crash in rkl_getCachedRegexSetToString

    Each of the three calls to arrayOfCaptureComponentsMatchedByRegex: options: range: error: (the two that work and the one that causes the crash) all involve different regular expressions.

    2011-12-04 09:50:53 PST by jasonmaz

  • Crash in rkl_getCachedRegexSetToString

    Hi, I've been trying to use RegexKitLite to do some screen scraping for an iPhone app. I've been trying to make sure memory is being reclaimed properly at this point in m app development. Unfortunately, my app now crashes in a very reproducible way with the following stack trace: Full Plate[1117:13c13] *** -[CFString release]: message sent to deallocated instance 0x7bee0a80 #0...

    2011-12-04 09:45:38 PST by jasonmaz

Our Numbers