NO

Author Topic: Version 9.00 (RC1) is now available  (Read 6646 times)

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Version 9.00 (RC1) is now available
« on: June 04, 2018, 09:32:12 PM »
Pelles C version 9.00 (RC1) is now available for download:
http://www.smorgasbordet.com/pellesc/download.htm

Major changes:
http://www.smorgasbordet.com/pellesc/changes_800_900.htm

/Pelle
/Pelle

Offline Robert

  • Member
  • *
  • Posts: 245
Re: Version 9.00 (RC1) is now available
« Reply #1 on: June 05, 2018, 08:01:42 AM »
Hi Pelle:

Thank you for 9.00 RC1.

I would like to suggest that it be mentioned in your announcement that the Addin SDK is now consolidated, as an option, with the main setup.

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Version 9.00 (RC1) is now available
« Reply #2 on: June 05, 2018, 06:01:07 PM »
Thank you. Good point, I will add something about the Add-In SDK...
/Pelle

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Version 9.00 (RC1) is now available
« Reply #3 on: June 05, 2018, 07:19:55 PM »
Thanks for this release :)

Release/Debug ComboBox positioned over Add-In toolbar buttons :(

Is this feature too hard to develop?
Code: [Select]
...
!if "$(POC_PROJECT_MODE)" == "Release"
OUTPUT = output#
POC_PROJECT_OUTPUTDIR = $(OUTPUT)#
...
!elseif "$(POC_PROJECT_MODE)" == "Debug"
OUTPUT = outdbg#
POC_PROJECT_OUTPUTDIR = $(OUTPUT)#
...
hello.exe: \
$(OUTPUT)\hello.obj
$(LINK) $(LINKFLAGS) -out:"$@" $**

$(OUTPUT)\hello.obj: \
hello.c
$(CC) $(CCFLAGS) "$!" -Fo"$@"
« Last Edit: June 17, 2018, 09:08:06 AM by TimoVJL »
May the source be with you

Offline jj2007

  • Member
  • *
  • Posts: 536
Re: Version 9.00 (RC1) is now available
« Reply #4 on: June 06, 2018, 04:56:34 PM »
Thumbs up, Pelle  :)

It seems you added also some warnings (and rightly so).

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Version 9.00 (RC1) is now available
« Reply #5 on: June 06, 2018, 05:44:08 PM »
Thank tou.

TimoVJL:
"Release/Debug ComboBox positioned over Add-In toolbar buttons"
OK. Fixed for the next upload.

"Is this feature too hard to develop?"
I have thought about this. This change shouldn't be that hard, but it leads to other changes and (more importantly) other problems. I really don't want to mess with this right now.

jj2007:
"It seems you added also some warnings..."
Yes. The problem is always to identify things to warn about without producing (too many) false positives...


/Pelle

akee

  • Guest
Re: Version 9.00 (RC1) is now available
« Reply #6 on: June 10, 2018, 05:28:00 PM »
Cool! Thanks Pelle...

Offline ika

  • Member
  • *
  • Posts: 12
Re: Version 9.00 (RC1) is now available
« Reply #7 on: June 16, 2018, 01:57:16 AM »
It's great seeing that you are still working on this. Great stuff!

I am just confused about what you mean by C17 standard in the change notes. If I look on the standards website: http://www.open-std.org/jtc1/sc22/wg14/  It doesn't mention a C17 standard. Does this mean that Pelles C was updated to implement the newest technical reports?

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Version 9.00 (RC1) is now available
« Reply #8 on: June 16, 2018, 03:35:25 PM »
It's great seeing that you are still working on this. Great stuff!
Thanks!

I am just confused about what you mean by C17 standard in the change notes. If I look on the standards website: http://www.open-std.org/jtc1/sc22/wg14/  It doesn't mention a C17 standard. Does this mean that Pelles C was updated to implement the newest technical reports?
see this blog: https://gustedt.wordpress.com, especially the post from April 17, 2018.
I made a small gamble that the tentative schedule isn't too far off (publishing June or July 2018), but the ISO wheels turns slowly, so who knows?
At the moment Pelles C is at the "release candidate stage", so there is still time...
/Pelle

Offline ika

  • Member
  • *
  • Posts: 12
Re: Version 9.00 (RC1) is now available
« Reply #9 on: June 17, 2018, 08:48:27 AM »
see this blog: https://gustedt.wordpress.com, especially the post from April 17, 2018.
I made a small gamble that the tentative schedule isn't too far off (publishing June or July 2018), but the ISO wheels turns slowly, so who knows?
At the moment Pelles C is at the "release candidate stage", so there is still time...

Now I understand what you meant. 

It's impressive to see this level of standards support- I have always appreciated this about your compiler.

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: Version 9.00 (RC1) is now available
« Reply #10 on: July 21, 2018, 06:36:50 PM »
Sorry for the delay, I've been very busy in the last time  :P
Welcome back Pelle   :)
I'll have a look to the new version in next days.
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Version 9.00 (RC1) is now available
« Reply #11 on: July 23, 2018, 06:14:10 PM »
Welcome back yourself... :)
/Pelle