Author Topic: GitBlock  (Read 13975 times)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: GitBlock
« Reply #15 on: April 14, 2023, 06:46:40 pm »
https://github.com/stahta01/GitBlocks/releases/tag/2023.04.06

Plugin for nightly build; I hope I did it correctly.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1556
Re: GitBlock
« Reply #16 on: April 14, 2023, 06:49:13 pm »
GitBlocks::Configure() should return 0 to avoid a compilation warning

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: GitBlock
« Reply #17 on: April 14, 2023, 07:06:55 pm »
GitBlocks::Configure() should return 0 to avoid a compilation warning

I am not editing code fixes for warnings; because it resulted in several  dozen lines being change for removing spaces in the file.
Also, I think it should likely have code added to it; because a function that has only a return 0 in it is likely not finished.

Edit: I added the return 0 after turning off some CB options so only that line was changed.
I still wonder if that was a good idea; but, I figure it was an dead repo for the last 6 to 10 years.

Edit2: I just used wxSmith to regenerate many of the files in this project.

Edit3: https://github.com/stahta01/GitBlocks

Tim S.
« Last Edit: April 14, 2023, 10:11:43 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline MoiCJarod

  • Single posting newcomer
  • *
  • Posts: 1
Re: GitBlock
« Reply #18 on: February 26, 2024, 03:47:09 pm »
Hello !
I just managed to compile the plugin on an Ubuntu 22.04 (why only a Windows Release ?). I was able to copy the file on a fresh install of code::blocks on a virtual machine and it just worked. I swated blood to achieve this, so I want to share the obtained file :
http://gofile.me/3fqRi/zGalYdJZh
Cheers !