History of file src/objc_properties.m at check-in c9c78d86d3ded421
2012-07-03
| ||
15:50 |
Deleted:
Merge branch 'runtime'
* runtime: (76 commits) | |
2012-03-23
| ||
12:59 | Deleted: Move objc_{properties,sync} to runtime. check-in: [adbce6d8f4] user: js, branch: runtime, size: 0 | |
12:42 | Add objc_{get,set}PropertyStruct() for GCC >= 4.6. file: [343585f1c5] check-in: [08f1d13520] user: js, branch: runtime, size: 3268 [annotate] [blame] [check-ins using] [diff] | |
2012-03-21
| ||
17:33 |
objc_setProperty(): Use a signed char for copy.
No more abusing a poor BOOL... file: [d2cf97ab35] check-in: [d989794cc2] user: js, branch: trunk, size: 2434 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [183eed378a] check-in: [ce70e17b38] user: js, branch: trunk, size: 2565 [annotate] [blame] [check-ins using] [diff] | |
2011-07-12
| ||
23:13 | Fix missing cast. file: [5c790a53c4] check-in: [c5e95e98ca] user: js, branch: 0.5, size: 2555 [annotate] [blame] [check-ins using] [diff] | |
23:13 | Fix missing cast. file: [8bcf5763cc] check-in: [8c40feec2b] user: js, branch: trunk, size: 2559 [annotate] [blame] [check-ins using] [diff] | |
2011-04-12
| ||
14:51 | Use void in declarations when we take no parameters. file: [363b73e7b0] check-in: [c02e48e140] user: js, branch: trunk, size: 2547 [annotate] [blame] [check-ins using] [diff] | |
2011-03-11
| ||
16:47 | Get rid of warnings when using latest clang. file: [8ff7710d2c] check-in: [36c4b260aa] user: js, branch: trunk, size: 2543 [annotate] [blame] [check-ins using] [diff] | |
2011-01-01
| ||
20:19 | Change license. file: [672a25a326] check-in: [da6b3d26cb] user: js, branch: trunk, size: 2515 [annotate] [blame] [check-ins using] [diff] | |
2010-03-18
| ||
19:28 | Remove useless import. file: [3ed2028a62] check-in: [7ad078d4e6] user: js, branch: trunk, size: 2259 [annotate] [blame] [check-ins using] [diff] | |
2010-02-24
| ||
22:56 | Merge to fix wrong parent of last commit. file: [3e5df6911e] check-in: [b190519866] user: js, branch: trunk, size: 2286 [annotate] [blame] [check-ins using] [diff] | |
2010-02-20
| ||
14:44 | Add -[readTillDelimiter:] to OFStream and improve -[readLine]. file: [af8db8be34] check-in: [cb70f59a63] user: js, branch: trunk, size: 2286 [annotate] [blame] [check-ins using] [diff] | |
2010-02-19
| ||
16:36 | Update copyright. file: [a1b9e73162] check-in: [42886185fd] user: js, branch: trunk, size: 2284 [annotate] [blame] [check-ins using] [diff] | |
2010-01-30
| ||
10:47 | Check return value of of_spinlock_*. file: [d54a221003] check-in: [8a97fac06f] user: js, branch: trunk, size: 2284 [annotate] [blame] [check-ins using] [diff] | |
01:17 | Change spinlock implementation, add fallbacks and move to threading.h. file: [63edddc2b7] check-in: [921b158d17] user: js, branch: trunk, size: 2231 [annotate] [blame] [check-ins using] [diff] | |
2010-01-25
| ||
22:40 | Use spinlocks in objc_properties.m. file: [684035ffa6] check-in: [2be191ec57] user: js, branch: trunk, size: 1911 [annotate] [blame] [check-ins using] [diff] | |
2010-01-24
| ||
20:07 | Fix a missing return in objc_setProperty. file: [14cd33968d] check-in: [63c5c7d501] user: js, branch: trunk, size: 1503 [annotate] [blame] [check-ins using] [diff] | |
2010-01-22
| ||
18:55 | Apple allows BOOL copy to be 2 for mutableCopy on properties. file: [432d7c935c] check-in: [89db847794] user: js, branch: trunk, size: 1228 [annotate] [blame] [check-ins using] [diff] | |
2010-01-16
| ||
13:20 | Make properties behave like with the Apple runtime. file: [11db8370a9] check-in: [aac3aaf9cc] user: js, branch: trunk, size: 1018 [annotate] [blame] [check-ins using] [diff] | |
2010-01-05
| ||
23:24 | Added: Add support for ObjC 2 properties. file: [2f04d69904] check-in: [8df894fc8a] user: js, branch: trunk, size: 1041 [annotate] [blame] [check-ins using] | |