-
Notifications
You must be signed in to change notification settings - Fork 198
Removed non-METATILE code as it no longer seems to work
#366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
cbb44c2 to
ff9a2c4
Compare
| gettimeofday(&end, NULL); | ||
| printf("\nTotal for all tiles rendered\n"); | ||
| printf("Meta tiles rendered: "); | ||
| printf("Metatiles rendered: "); |
Check notice
Code scanning / Flawfinder
If format strings can be influenced by an attacker, they can be exploited (CWE-134).
| printf("Total tiles expanded from input: %d\n", num_all); | ||
| printf("Total meta tiles deleted: %d\n", num_unlink); | ||
| printf("Total meta tiles touched: %d\n", num_touch); | ||
| printf("Total metatiles deleted: %d\n", num_unlink); |
Check notice
Code scanning / Flawfinder
If format strings can be influenced by an attacker, they can be exploited (CWE-134).
| printf("Total meta tiles deleted: %d\n", num_unlink); | ||
| printf("Total meta tiles touched: %d\n", num_touch); | ||
| printf("Total metatiles deleted: %d\n", num_unlink); | ||
| printf("Total metatiles touched: %d\n", num_touch); |
Check notice
Code scanning / Flawfinder
If format strings can be influenced by an attacker, they can be exploited (CWE-134).
| gettimeofday(&end, NULL); | ||
| printf("\nTotal for all tiles rendered\n"); | ||
| printf("Meta tiles rendered: "); | ||
| printf("Metatiles rendered: "); |
Check notice
Code scanning / Flawfinder
If format strings can be influenced by an attacker, they can be exploited (CWE-134).
| gettimeofday(&end, NULL); | ||
| printf("\n"); | ||
| printf("Meta tiles rendered: "); | ||
| printf("Metatiles rendered: "); |
Check notice
Code scanning / Flawfinder
If format strings can be influenced by an attacker, they can be exploited (CWE-134).
| printf("*****************************************************\n"); | ||
| printf("Total for all tiles rendered\n"); | ||
| printf("Meta tiles rendered: "); | ||
| printf("Metatiles rendered: "); |
Check notice
Code scanning / Flawfinder
If format strings can be influenced by an attacker, they can be exploited (CWE-134).
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #366 +/- ##
==========================================
- Coverage 71.90% 71.56% -0.34%
==========================================
Files 23 23
Lines 5527 5525 -2
==========================================
- Hits 3974 3954 -20
- Misses 1553 1571 +18 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1fd7bc8 to
01eee59
Compare
01eee59 to
7884376
Compare
Remove unused reference to METATILEFALLBACK Rewrote `meta tile`/`meta-tile` to `metatile`
7884376 to
d4e12ed
Compare
I can't for the life of me figure out how to get it working without
METATILEdefined. There seem to be too many references to it which are not within an#ifdefdirective block.Also:
hyphens/spacesfrom comments frommeta-tile/meta-tiling/meta tile