| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-11 | Make objective C use C standard version. Closes #5495. | Jussi Pakkanen | |
| 2019-12-04 | ci/test: unused args for objc, objc++ | Michael Hirsch, Ph.D | |
| 2019-11-18 | Use strict function prototypes | Michael Hirsch, Ph.D | |
| 2019-05-02 | Non-required appleframework deps should not be an error. Closes #5295. | Jussi Pakkanen | |
| 2018-07-31 | Condense test dirs. | Jussi Pakkanen | |
| 2018-01-06 | tests: Split objc and objc++ tests | Dylan Baker | |
| This allows platforms that can compile one or the other (but not both) to run the tests that they can. | |||
| 2018-01-06 | tests: skip objc nsstring test if gnustep is not installed | Dylan Baker | |
| 2017-12-30 | compilers: prefer C++ over objc in clink_langs | Nirbheek Chauhan | |
| Otherwise we will try to use the objc compiler when linking projects with both objc and C++. Technically we should use the objc++ linker when doing this, but on most (all?) systems the objc++ linker is `c++`, which is the same as the C++ linker. Closes https://github.com/mesonbuild/meson/issues/2468 | |||
| 2017-05-22 | objc++: Add support for objcpp_args keyword | Paulo Antonio Alvarez | |
| This allows the user to pass additional flags for the objective-c++ compiler. | |||
| 2017-05-22 | objc: Add support for objc_args keyword | Paulo Antonio Alvarez | |
| This allows the user to pass additional flags for the objective-c compiler. | |||
| 2017-04-06 | Skip objc/nsstring test on Cygwin | Jon Turney | |
| GNUstep isn't packaged for Cygwin | |||
| 2017-02-21 | objc tests: Disable nsstring test on Clang + Linux | Nirbheek Chauhan | |
| The GNUstep runtime shipped in Linux distros is GCC-specific and won't work with clang. You have to build it separately and set the paths yourself. In file included from /root/b 05ywf6dg/stringprog@exe/stringprog-unity.m:1: In file included from /root/b 05ywf6dg/../test cases/objc/2 nsstring/stringprog.m:1: In file included from /usr/include/GNUstep/Foundation/NSString.h:89: In file included from /usr/include/GNUstep/Foundation/NSObject.h:30: In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:213: /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:58:11: fatal error: 'objc/objc.h' file not found #include <objc/objc.h> ^ On my system, I get the same error and the objc.h path is: /usr/lib/gcc/x86_64-redhat-linux/6.3.1/include/objc/objc.h | |||
| 2015-08-16 | Use system() instead of name() which is a confusing term. | Jussi Pakkanen | |
| 2015-07-27 | Now host_machine, build_machine and target_machine are properly separated ↵ | Jussi Pakkanen | |
| and return correct values. | |||
| 2014-06-22 | Renamed deps -> dependencies. | Jussi Pakkanen | |
| 2013-06-02 | C++ is now called cpp rather than cxx. | Jussi Pakkanen | |
| 2013-06-02 | Renamed find_dep to dependency. | Jussi Pakkanen | |
| 2013-06-02 | Renamed add_test to test. | Jussi Pakkanen | |
| 2013-06-01 | The default value of required is true for dependencies. | Jussi Pakkanen | |
| 2013-04-10 | Can use Apple frameworks with Objective C. | Jussi Pakkanen | |
| 2013-04-06 | Added ObjC++ support. | Jussi Pakkanen | |
| 2013-04-06 | Added support for GNUStep. | Jussi Pakkanen | |
| 2013-04-06 | Basic support for Objective C. | Jussi Pakkanen | |
