[parrot/parrot] 6b36c0: [docs] update pdd16_native_call.pod

GitHub noreply at github.com
Wed Jan 2 18:18:06 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: 6b36c0f1d4bbc69b74e876f29a87647278d13e19
      https://github.com/parrot/parrot/commit/6b36c0f1d4bbc69b74e876f29a87647278d13e19
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2013-01-02 (Wed, 02 Jan 2013)

  Changed paths:
    M docs/pdds/draft/pdd16_native_call.pod

  Log Message:
  -----------
  [docs] update pdd16_native_call.pod

Replace sig t by S (string).


  Commit: f39119dff6f52ffbae8ee033afbd4410637b7bba
      https://github.com/parrot/parrot/commit/f39119dff6f52ffbae8ee033afbd4410637b7bba
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2013-01-02 (Wed, 02 Jan 2013)

  Changed paths:
    M examples/nci/PQt.cpp
    M examples/nci/QtHelloWorld.pasm
    M examples/nci/QtHelloWorld.pir

  Log Message:
  -----------
  [examples] Update QT nci examples

Replace t by S, simplify PQt.cpp cmdline doc


  Commit: 1b0c3c13bebf4c78d09b09f962445cacc2ceb971
      https://github.com/parrot/parrot/commit/1b0c3c13bebf4c78d09b09f962445cacc2ceb971
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2013-01-02 (Wed, 02 Jan 2013)

  Changed paths:
    M src/nci/extra_thunks.nci

  Log Message:
  -----------
  [GH #904] Add sigs for nci/QtHelloWorld to extra_thunks.nci


  Commit: 8ee3e8102a4347661aecb9b43c9b6320353570f1
      https://github.com/parrot/parrot/commit/8ee3e8102a4347661aecb9b43c9b6320353570f1
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2013-01-02 (Wed, 02 Jan 2013)

  Changed paths:
    M MANIFEST
    A t/tools/dev/nci_thunk_gen.t
    M tools/dev/nci_thunk_gen.pir

  Log Message:
  -----------
  [GH #904, #897] nci_thunk_gen v0.02: fix sig "p v", add declaration

Add test for bug #904. Wrong arguments for void sig.
void use empty arguments calls and do not need to handle call_object overhead.

[GH #897] Add declaration of the nci loader function, for the static nci
functions not yet.


  Commit: a4ed07724d0860fdbb483895c13a5e2b05ea62bb
      https://github.com/parrot/parrot/commit/a4ed07724d0860fdbb483895c13a5e2b05ea62bb
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2013-01-02 (Wed, 02 Jan 2013)

  Changed paths:
    M .gitignore
    M ChangeLog
    M config/gen/makefiles/root.in
    M src/nci/core_thunks.c
    M t/library/nciutils.t

  Log Message:
  -----------
  Fix src/nci/extra_thunks Makefile rules

Add ChangeLog for GH #897, #904
Follow the renaming of src/extra_nci_thunks.c to src/nci/extra_thunks.c to
check the proper dependencies.


  Commit: 7cc55582c927f472b3db371662c9a7742e97c1e0
      https://github.com/parrot/parrot/commit/7cc55582c927f472b3db371662c9a7742e97c1e0
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2013-01-02 (Wed, 02 Jan 2013)

  Changed paths:
    M config/gen/makefiles/root.in
    M src/nci/core_thunks.c
    M src/nci/extra_thunks.c
    M tools/dev/nci_thunk_gen.pir

  Log Message:
  -----------
  [GH #897] Use --dynext for src/glut_nci_thunks.c, fix decl, check --core

--core already has the two loader declarations in include/parrot/nci.h.
omit the duplicate dynext loader declaration, it was moved the the HEADERIZER section.
regenerate the core nci thunk c files,
do not warn on dups on glut_nci, there will be most likely duplicates, core should have none instead.


  Commit: 9540be4ea84da67cdf017e379503520f377f34ae
      https://github.com/parrot/parrot/commit/9540be4ea84da67cdf017e379503520f377f34ae
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2013-01-02 (Wed, 02 Jan 2013)

  Changed paths:
    M .gitignore
    M ChangeLog
    M MANIFEST
    M config/gen/makefiles/root.in
    M docs/pdds/draft/pdd16_native_call.pod
    M examples/nci/PQt.cpp
    M examples/nci/QtHelloWorld.pasm
    M examples/nci/QtHelloWorld.pir
    M src/nci/core_thunks.c
    M src/nci/extra_thunks.c
    M src/nci/extra_thunks.nci
    M t/library/nciutils.t
    A t/tools/dev/nci_thunk_gen.t
    M tools/dev/nci_thunk_gen.pir

  Log Message:
  -----------
  Merge branch 'rurban/nci-void-gh904'


Compare: https://github.com/parrot/parrot/compare/f77520ac12a7...9540be4ea84d


More information about the parrot-commits mailing list