Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 482f7faf9e5d926b0d1acf816a0566b919539a29
      
https://github.com/pyinstaller/pyinstaller/commit/482f7faf9e5d926b0d1acf816a0566b919539a29
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/launch.c
    M bootloader/common/pyi_archive.c
    A bootloader/common/pyi_global.c
    M bootloader/common/pyi_global.h
    M bootloader/common/pyi_utils.h
    M bootloader/wscript

  Log Message:
  -----------
  Issue #356: Move debug and error functions to pyi_global.c.


  Commit: 25296ad653dfb2ecfdbb5fba713cff93bfa1ec7e
      
https://github.com/pyinstaller/pyinstaller/commit/25296ad653dfb2ecfdbb5fba713cff93bfa1ec7e
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    A bootloader/common/stb.h

  Log Message:
  -----------
  Issue #356: Add public domain utility library.


  Commit: 0a587933584e148b533c58d19cf0f1384c6894dc
      
https://github.com/pyinstaller/pyinstaller/commit/0a587933584e148b533c58d19cf0f1384c6894dc
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/stb.h

  Log Message:
  -----------
  Issue #356: Restore original code of stb.h.


  Commit: 91cb6e3ca3b9e033ffa42ea05b1eb77cc63e36d7
      
https://github.com/pyinstaller/pyinstaller/commit/91cb6e3ca3b9e033ffa42ea05b1eb77cc63e36d7
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/stb.h

  Log Message:
  -----------
  Issue #356: Fix gcc warnings cast from pointer to integer of different size 
on 64bit.


  Commit: 84642149f1fb6a9c92866a068d7cf3581c0f9ba0
      
https://github.com/pyinstaller/pyinstaller/commit/84642149f1fb6a9c92866a068d7cf3581c0f9ba0
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/stb.h

  Log Message:
  -----------
  Issue #356: Fix mixed declarations and code in stb.h on 64bit.


  Commit: 1f087787f3e60ac9bc829c5db26ce2dfe33ddc6e
      
https://github.com/pyinstaller/pyinstaller/commit/1f087787f3e60ac9bc829c5db26ce2dfe33ddc6e
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/stb.h

  Log Message:
  -----------
  Issue #356: Fix all casts from pointer to integer in stb.h on 64bit.


  Commit: 57c2604dd49bf611a07869ace00f2718f36ef88a
      
https://github.com/pyinstaller/pyinstaller/commit/57c2604dd49bf611a07869ace00f2718f36ef88a
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/stb.h

  Log Message:
  -----------
  Issue #356: Fix bootloader compilation with stb.h on Linux-64bit.


  Commit: 84c945a596c68dcb3adee4bfd684c4164f01a229
      
https://github.com/pyinstaller/pyinstaller/commit/84c945a596c68dcb3adee4bfd684c4164f01a229
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/launch.c
    M bootloader/common/pyi_global.c
    M bootloader/common/pyi_global.h
    M bootloader/wscript

  Log Message:
  -----------
  Issue #356: Use first fuctions from stb.h.


  Commit: e165c6ba63cbf0014195b894b3097905cd4f3928
      
https://github.com/pyinstaller/pyinstaller/commit/e165c6ba63cbf0014195b894b3097905cd4f3928
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/stb.h

  Log Message:
  -----------
  Issue #356: In stb.h Make some char pointers constant.


  Commit: 9987d5f874b57448e78890581d861cb3494ba1b7
      
https://github.com/pyinstaller/pyinstaller/commit/9987d5f874b57448e78890581d861cb3494ba1b7
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/pyi_archive.c
    M bootloader/common/pyi_global.c
    M bootloader/common/pyi_utils.c

  Log Message:
  -----------
  Issue #356: Use fopen with unicode support from stb.h.


  Commit: 31527904eecf43d52a84c7ebbca7b50e5c3ba883
      
https://github.com/pyinstaller/pyinstaller/commit/31527904eecf43d52a84c7ebbca7b50e5c3ba883
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    A bootloader/common/msvc_stdint.h

  Log Message:
  -----------
  Issue #356: Add header stdint.h for msvc.


  Commit: 434ca84717146ff955f7eba0ff5d154f284ceb0f
      
https://github.com/pyinstaller/pyinstaller/commit/434ca84717146ff955f7eba0ff5d154f284ceb0f
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/stb.h

  Log Message:
  -----------
  Issue #356: Use msvc_stdint.h in stb.h.


  Commit: b04183483606cea8e8350f7149c62ef136fe8c8f
      
https://github.com/pyinstaller/pyinstaller/commit/b04183483606cea8e8350f7149c62ef136fe8c8f
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    A bootloader/waf17
    M bootloader/wscript

  Log Message:
  -----------
  Issue #624: Initial work on migrating bootloader build system to waf 1.7.


  Commit: ffec3bd9adc3c749b86cbaf9c97ac48bac1d1040
      
https://github.com/pyinstaller/pyinstaller/commit/ffec3bd9adc3c749b86cbaf9c97ac48bac1d1040
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/launch.c
    M bootloader/common/launch.h
    M bootloader/common/main.c
    M bootloader/common/pyi_archive.c
    M bootloader/common/pyi_archive.h
    M bootloader/common/pyi_global.c
    M bootloader/common/pyi_global.h
    M bootloader/common/pyi_python.c
    M bootloader/common/pyi_pythonlib.c
    M bootloader/common/pyi_pythonlib.h
    M bootloader/common/pyi_utils.c
    M bootloader/common/pyi_utils.h
    M bootloader/common/utils.h
    M bootloader/linux/utils.c
    M bootloader/windows/utils.c
    M bootloader/wscript

  Log Message:
  -----------
  Issue #356: Header cleanup in bootloader. Tested on Linux.


  Commit: 327fc5db7ef56b73fa5510a9e2995251046c5483
      
https://github.com/pyinstaller/pyinstaller/commit/327fc5db7ef56b73fa5510a9e2995251046c5483
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    A bootloader/wscript17

  Log Message:
  -----------
  Issue #624: Initial work on migrating bootloader build system to waf 1.7.


  Commit: fe3b6e53b2347c65c906d4b267ccc8fc689fb22a
      
https://github.com/pyinstaller/pyinstaller/commit/fe3b6e53b2347c65c906d4b267ccc8fc689fb22a
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/launch.c
    M bootloader/common/main.c
    M bootloader/common/pyi_archive.c
    M bootloader/common/pyi_global.h
    M bootloader/common/pyi_pythonlib.c
    M bootloader/common/pyi_utils.c
    M bootloader/windows/dllmain.c
    M bootloader/windows/utils.c

  Log Message:
  -----------
  Issue #356: Header cleanup in bootloader. Tested on Windows-32bit.


  Commit: 563114d60f84d05c29c416720a059649ebc608bb
      
https://github.com/pyinstaller/pyinstaller/commit/563114d60f84d05c29c416720a059649ebc608bb
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/main.c
    M bootloader/common/pyi_python.h
    M bootloader/common/pyi_utils.c
    M bootloader/common/stb.h
    M bootloader/linux/utils.c
    M bootloader/wscript

  Log Message:
  -----------
  Issue #356: Fixing stb.h in bootloader for Windows-64bit. Some fixes for 
Linux as well.


  Commit: 67bbdfd16e3a604880a91e91a4f6f08b305f07f6
      
https://github.com/pyinstaller/pyinstaller/commit/67bbdfd16e3a604880a91e91a4f6f08b305f07f6
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/launch.h
    M bootloader/common/main.c

  Log Message:
  -----------
  Issue #356: Missing function declaration in launch.h.


  Commit: 5f208e2f358804a0ea5cd2d78e2d4adafd20b5bc
      
https://github.com/pyinstaller/pyinstaller/commit/5f208e2f358804a0ea5cd2d78e2d4adafd20b5bc
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/stb.h

  Log Message:
  -----------
  Issue #356: Fix function stb_filelen() for 64bit.


  Commit: efe15cecd01197e2cd1f4982413d29babd69c158
      
https://github.com/pyinstaller/pyinstaller/commit/efe15cecd01197e2cd1f4982413d29babd69c158
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/stb.h

  Log Message:
  -----------
  Issue #356: Fix some file functions from stb.h for 64bit.


  Commit: 2514b04dbfd26e408c33d0ef6e6ca216d918eb07
      
https://github.com/pyinstaller/pyinstaller/commit/2514b04dbfd26e408c33d0ef6e6ca216d918eb07
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/stb.h

  Log Message:
  -----------
  Issue #356: Fix struct stbfile from stb.h for 64bit.


  Commit: bdd7f3b4c919b2012d002d2f1a25eb484a1f4bcb
      
https://github.com/pyinstaller/pyinstaller/commit/bdd7f3b4c919b2012d002d2f1a25eb484a1f4bcb
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/stb.h

  Log Message:
  -----------
  Issue #356: Fix loader compilation with stb.h on Linux.


  Commit: a37c8be1c9ffa01d1d99038f9be6681b41692efd
      
https://github.com/pyinstaller/pyinstaller/commit/a37c8be1c9ffa01d1d99038f9be6681b41692efd
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/stb.h

  Log Message:
  -----------
  Issue #356: Another fixes related to struct stbfile in stb.h.


  Commit: b1d638a39245d550fe01f201df8dcb0a3d3a91be
      
https://github.com/pyinstaller/pyinstaller/commit/b1d638a39245d550fe01f201df8dcb0a3d3a91be
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/launch.c
    M bootloader/common/pyi_archive.c
    M bootloader/common/pyi_python.c
    M bootloader/common/pyi_pythonlib.c
    M bootloader/common/pyi_utils.c
    M bootloader/common/stb.h
    M bootloader/linux/utils.c

  Log Message:
  -----------
  Issue #356: Add header with size_t and ptrdiff_t to bootloader code.


  Commit: f7fb785871d3d24a5188b56990c3bdeb5f766790
      
https://github.com/pyinstaller/pyinstaller/commit/f7fb785871d3d24a5188b56990c3bdeb5f766790
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/stb.h

  Log Message:
  -----------
  Issue #356: Fix malloc functions in stb.h for 64bit.


  Commit: f6f7aaf610b73915193ea68ca0992d3bca1b0ee1
      
https://github.com/pyinstaller/pyinstaller/commit/f6f7aaf610b73915193ea68ca0992d3bca1b0ee1
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/stb.h

  Log Message:
  -----------
  Issue #356: Rewrite inline assembler on 64bit Win to use Intrinsic functions.


  Commit: 8ec2def5e2a4cb4179d5ef25f27381b4da196b4a
      
https://github.com/pyinstaller/pyinstaller/commit/8ec2def5e2a4cb4179d5ef25f27381b4da196b4a
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/stb.h

  Log Message:
  -----------
  Issue #356: Review bit operations in stb.h.


  Commit: 91a52ce8a5c197b8dbf1e4cffd1b9d67a42937cf
      
https://github.com/pyinstaller/pyinstaller/commit/91a52ce8a5c197b8dbf1e4cffd1b9d67a42937cf
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/stb.h

  Log Message:
  -----------
  Issue #356: Remove some debug code from stb.h to make compilation on 64bit 
Windows working.


  Commit: 37dfae1c775543d5bd1f570c192fe96b271ee21e
      
https://github.com/pyinstaller/pyinstaller/commit/37dfae1c775543d5bd1f570c192fe96b271ee21e
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/main.c
    M bootloader/common/stb.h

  Log Message:
  -----------
  Issue #356: Eliminate secure_crt_warnings for stb.h while compiling with msvc.


  Commit: 4dd3f26f075d56ee931cb60c679880ab44185a40
      
https://github.com/pyinstaller/pyinstaller/commit/4dd3f26f075d56ee931cb60c679880ab44185a40
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/stb.h

  Log Message:
  -----------
  Issue #356: Eliminate some 64bit issues while compiling stb.h with msvc.


  Commit: e30b5b0260802afc5fa29beccb8a0cc29917859d
      
https://github.com/pyinstaller/pyinstaller/commit/e30b5b0260802afc5fa29beccb8a0cc29917859d
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/launch.c
    M bootloader/common/launch.h
    M bootloader/common/main.c
    M bootloader/common/mkdtemp.h
    M bootloader/common/pyi_archive.c
    M bootloader/common/pyi_archive.h
    M bootloader/common/pyi_global.c
    M bootloader/common/pyi_global.h
    M bootloader/common/pyi_python.c
    M bootloader/common/pyi_pythonlib.c
    M bootloader/common/pyi_pythonlib.h
    M bootloader/common/pyi_utils.c
    M bootloader/common/pyi_utils.h
    M bootloader/common/utils.h
    M bootloader/linux/utils.c
    M bootloader/windows/dllmain.c
    M bootloader/windows/resource.h
    M bootloader/windows/utils.c

  Log Message:
  -----------
  Issue #356: Cleanun includes in bootloader headers.


  Commit: 6ec784eb165b06ba4e7c7bcb2ab2b0a355ee5c06
      
https://github.com/pyinstaller/pyinstaller/commit/6ec784eb165b06ba4e7c7bcb2ab2b0a355ee5c06
  Author: Martin Zibricky <[email protected]>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M bootloader/common/stb.h

  Log Message:
  -----------
  Issue #356: Fix loader compilation on linux.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/6ca4af80a2a6...6ec784eb165b

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to