• Join/Login
  • Business Software
  • Open Source Software
  • For Vendors
  • Blog
  • About
  • More
    • Articles
    • Create
    • SourceForge Podcast
    • Site Documentation
    • Subscribe to our Newsletter
    • Support Request
SourceForge logo
For Vendors Help Create Join Login
SourceForge logo
Business Software
Open Source Software
SourceForge Podcast
Resources
  • Articles
  • Case Studies
  • Blog
Menu
  • Help
  • Create
  • Join
  • Login
  • Home
  • Browse
  • FMSLogo
  • Code
FMSLogo

FMSLogo Code

A Logo programming environment for Microsoft Windows

Brought to you by: david_costanzo
  • Summary
  • Files
  • Reviews
  • Support
  • Tickets ▾
    • Feature Requests
    • Bugs
    • Support Requests
  • Discussion
  • Code
Menu ▾ ▴
 
  • Browse Commits
  • Browse Files

Code Commit Log


Commit Date  
[r5321] by david_costanzo

Fix a typo in the instructions for startup-XXXX.logoscript.

2020-07-02 02:49:43 Tree
[r5320] by david_costanzo

Refactoring: Rename some local variables to make the code more readable.

2020-07-02 01:46:04 Tree
[r5319] by david_costanzo

Refactoring: Extract a subroutine to write a variable to both internationalizedstrings.h and localizedstrings.cpp.
This keeps the type and name in-sync in both files.
It also make it easier to put special characters into string literals, since they can be put into a single-quoted Perl literal.

2020-07-02 01:36:38 Tree
[r5318] by david_costanzo

Add a notice to top of all localizedstrings-*.h files to not edit the file directly.
These files are generated from the corresponding *.txt files.

2020-07-02 00:27:59 Tree
[r5317] by david_costanzo

Merge in changes from trunk (small fixes to a comment)

2020-07-02 00:21:31 Tree
[r5316] by david_costanzo

Double the compression dictionary size from 8MB to 16MB.
This reduces the size of the installer exe from 33MB to 11MB.

2020-07-01 02:27:46 Tree
[r5315] by david_costanzo

Fix a build break on Linux by not compiling the resource file.

2020-06-29 03:52:10 Tree
[r5314] by david_costanzo

Fix build breaks when compiling without precompiled headers.

2020-06-29 03:42:43 Tree
[r5313] by david_costanzo

Remove unused #include

2020-06-29 03:34:39 Tree
[r5312] by david_costanzo

Rework the build to compile locale-independent object files, as possible.

To do this, all of the translated strings, which were previously included as #define, were changed to external global variables and compiled into a new file, localizedstrings.cpp. This is the only locale-specific object file and is compiled once per locale. It is linked in with all of the other locale-independent object files to create the locale-dependent executable.

The main motiviation for this change was to improve build times. Instead of compiling each file for each langauge, we only have to compile most files once.

On my Windows XP machine:
- The build time is reduced by several hours.
- The resulting executables are ~20KB larger (~100KB for screensavers).
- The resulting installer is 3MB smaller.

2020-06-29 03:31:02 Tree
Older >
SourceForge
  • Create a Project
  • Open Source Software
  • Business Software
  • Top Downloaded Projects
Company
  • About
  • Team
  • SourceForge Headquarters
    1320 Columbia Street Suite 310
    San Diego, CA 92101
    +1 (858) 422-6466
Resources
  • Support
  • Site Documentation
  • Site Status
  • SourceForge Reviews
SourceForge logo
© 2026 Slashdot Media. All Rights Reserved.
Terms Privacy Opt Out Advertise
mdb logo