Skip to content

Conversation

@Serg75
Copy link

@Serg75 Serg75 commented Aug 4, 2022

  • Fix issues preventing conversion to ARC. Part 1
  • Added FastSet based on NSObject
  • Fix issues preventing conversion to ARC. Part 2. Some ‘autorelease’ messages
  • Fix issues preventing conversion to ARC. Part 3. Simplified image loader
  • Fix issues preventing conversion to ARC. Part 4. Replaced Cocoa ‘release’ method by CFRelease function for static field
  • Fix issues preventing conversion to ARC. Part 5. Added __bridge casts by Xcode autocorrection
  • Fix issues preventing conversion to ARC. Part 6. Forward declaration warnings
  • Fix issues preventing conversion to ARC. Part 7. One more ‘autorelease’ message
  • Fix issues preventing conversion to ARC. Part 8. Removed LDrawFastSet
  • Fix issues preventing conversion to ARC. Part 9. Removed ‘autorelease’ messages which will be managed by ARC
  • Moved new GCD code into '#if USE_BLOCKS' preprocessor condition like other similar places
  • Fix issues preventing conversion to ARC. Part 10. ‘release’ messages for unsafe_unretained properties
  • Fix issues preventing conversion to ARC. Part 11. Added bridge casts for dispatch_group_t
  • Fix issues preventing conversion to ARC. Part 12. ‘release’ message for readonly property
  • Fix issues preventing conversion to ARC. Part 13. Removed definition for dispatch_queue_t in '!USE_BLOCKS' preprocessor directive
  • Fix issues preventing conversion to ARC. Part 14. RegexKitLite.m excluded from ARC philosophy
  • Conversion to ARC
  • Get rid of dangerous unsafe_unretained properties
  • Fixed leaks
  • Fixed crash on minifigure creation second time (with changing parameters in minifugure dialog)

…ase’ method by CFRelease function for static field
…for dispatch_queue_t in '!USE_BLOCKS' preprocessor directive
@Serg75 Serg75 changed the title ARC Conversion to ARC Aug 4, 2022
@Serg75
Copy link
Author

Serg75 commented Oct 15, 2022

@allenmonroesmith please review this PR

Sergey Slobodenyuk and others added 5 commits January 26, 2024 23:59
It looks like the entire window is filled with some color
…tinue be visible after closing.

Note, that approach only works with userDefinedRuntimeAttributes in xib.
…om being destroyed, causing app crashing when opening a menu on macOS 14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant