[dmd-internals] [D-Programming-Language/dmd] 94b46c: Add support for compiling Objective-C code as extr...

GitHub via dmd-internals dmd-internals at puremagic.com
Sat Jan 17 09:29:25 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 94b46cf4fc09aa335381de4c35496a6f5b6921a0
      https://github.com/D-Programming-Language/dmd/commit/94b46cf4fc09aa335381de4c35496a6f5b6921a0
  Author: Jacob Carlborg <doob at me.com>
  Date:   2015-01-17 (Sat, 17 Jan 2015)

  Changed paths:
    M test/Makefile
    M test/d_do_test.d
    A test/runnable/extra-files/objc_self_test.m
    A test/runnable/objc_self_test.d

  Log Message:
  -----------
  Add support for compiling Objective-C code as extra sources.

Add the `EXTRA_OBJC_SOURCES` variable and a list of Objective-C files
to compile in a comment in the test file.

Test files with the `EXTRA_OBJC_SOURCES` variable will be ignored
unless the `D_OBJC` environment variable is set to `1`. This gives a way
to only compile D/Objective-C code on platforms where it's supported.


  Commit: 57c127ac5eaea67018478bc7389f0bdd45ca91ce
      https://github.com/D-Programming-Language/dmd/commit/57c127ac5eaea67018478bc7389f0bdd45ca91ce
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2015-01-18 (Sun, 18 Jan 2015)

  Changed paths:
    M test/Makefile
    M test/d_do_test.d
    A test/runnable/extra-files/objc_self_test.m
    A test/runnable/objc_self_test.d

  Log Message:
  -----------
  Merge pull request #4287 from jacob-carlborg/dobjc_objc_extra_sources

Add support for compiling Objective-C code as extra sources.


Compare: https://github.com/D-Programming-Language/dmd/compare/9def1ccf3fc4...57c127ac5eae


More information about the dmd-internals mailing list