-
Notifications
You must be signed in to change notification settings - Fork 147
/
ChangeLog
829 lines (547 loc) · 29.5 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
commit 77cf9a764d64cb433d3ad0d7878a8f0905a4bb1f
Author: Clifford Yapp <[email protected]>
Date: Mon Sep 23 16:54:40 2024 -0400
Don't if guard this - if the target name is wrong, we want to know.
commit 75faf227843e36c44401ec46e1193794f82f9971
Author: Clifford Yapp <[email protected]>
Date: Mon Sep 23 16:43:53 2024 -0400
asc2g needs TclIndexBld as a dependency.
commit 19b13a64fde7e5d118cdf6d6f88801166ccbd441
Author: Clifford Yapp <[email protected]>
Date: Mon Sep 23 14:41:24 2024 -0400
Update log with commits since 2024-08-16
commit d52211e86e1b2e1a9abeb52ae89860fd481a10cb
Author: Clifford Yapp <[email protected]>
Date: Mon Sep 23 14:40:19 2024 -0400
Update release date
commit a8e2ab67b8caa464a2721bc7aabcacf83a0cc516
Author: Clifford Yapp <[email protected]>
Date: Mon Sep 23 12:23:27 2024 -0400
Restore removal of tar files
commit 3d4480b34ba1ea44350f2616c9182196d1978d6d
Author: Clifford Yapp <[email protected]>
Date: Mon Sep 23 10:11:11 2024 -0400
Update git submodule to ba294f7468
commit dd58e4d54b61a184d060303f0954a64fe459c7df
Author: Clifford Yapp <[email protected]>
Date: Fri Sep 20 14:37:56 2024 -0400
Fix tarball creation and unpacking, Tcl component logic
Making the tarballs with full path, the unpacking was not succeeding - instead,
files were being copied over individually as deltas. Also, liboptical does
(can) use Tcl for one of its shaders, so based on BRLCAD_ENABLE_TCL we may need
it as a dependency. Same for libdm plugins.
With the new bext setup, should probably simplify/replace all uses of
BRLCAD_ENABLE_TCL except the top level one with enable/disable based on the
find_package_tcl results. As long as find_package_tcl returns empty if that
variable is set, the rest should follow.
commit 0a28fa001e9b3bb133168067f33e3986bf293ea7
Author: Clifford Yapp <[email protected]>
Date: Fri Sep 20 11:36:51 2024 -0400
Locate function where it is used, fix message
commit 34208011e39609a1c14836402ac74edc511dddcb
Author: Clifford Yapp <[email protected]>
Date: Fri Sep 20 11:13:54 2024 -0400
Fix if test, adjust comments.
commit 36213589fcdcd3677af0d613d29b21f181abeea0
Author: Clifford Yapp <[email protected]>
Date: Fri Sep 20 10:59:59 2024 -0400
Guard a couple more test executables
commit d21c95e0c13a55ad16b522968b6e93dc45fa0d8e
Author: Clifford Yapp <[email protected]>
Date: Thu Sep 19 19:53:41 2024 -0400
Whoops, missed a line
(cherry picked from commit 4add8d8968cc08f959979ea38227e886c60a962e)
commit 782ce01ca9bb26939e4b83543497744cd3079229
Author: Clifford Yapp <[email protected]>
Date: Thu Sep 19 19:52:24 2024 -0400
Verify target
(cherry picked from commit 74db75505d705aee86adb4c0f4efcf7a0fb7f30f)
commit 2d5a5d9968994b12cf538d3ec2704f3398d5ef1c
Author: Clifford Yapp <[email protected]>
Date: Thu Sep 19 19:50:34 2024 -0400
Mark a few more executables as TEST so they're disabled in a BUILD_TESTING=OFF build
(cherry picked from commit ab3bbb8a3b1829b002aca344b473282b29d76dba)
commit fdc2770b0dcddfd4586c42f3b1e8ac89d1b6c91c
Author: Clifford Yapp <[email protected]>
Date: Thu Sep 19 19:35:33 2024 -0400
Match if/endif
(cherry picked from commit f3fe3942163de1544245fca6617af6c737f19ada)
commit 2314c77842df6761f0b3b7156bcbc8cbddd380e1
Author: Clifford Yapp <[email protected]>
Date: Thu Sep 19 19:33:37 2024 -0400
Validate fuzz targets before setting options
(cherry picked from commit adfde18ec11946b5fcc3a34378f005ccf43696d5)
commit fe17b76bda91659f14be2beb1c97d4bdbb4b0aca
Author: Clifford Yapp <[email protected]>
Date: Thu Sep 19 15:57:24 2024 -0400
Test whether using C++ permissions lookup helps on Windows
commit c1b1a0e75119b8deec42bcba1d8d78f3fef3055e
Author: Clifford Yapp <[email protected]>
Date: Thu Sep 19 14:52:07 2024 -0400
Fix Windows compile
commit cc7bc1e5f040a611dd1351ebc3f61c5d194a5c7f
Author: Clifford Yapp <[email protected]>
Date: Thu Sep 19 14:46:02 2024 -0400
See if we can use std::filesystem::permissions for Windows case
commit a5f9df9c6de2f1523609db7baf3135a4e17d2aa6
Author: Clifford Yapp <[email protected]>
Date: Thu Sep 19 14:42:15 2024 -0400
Try out the error conditions parameter
commit 5e9a4f328149ed1733ece5a6fe5f329de43c7867
Author: Clifford Yapp <[email protected]>
Date: Thu Sep 19 14:17:36 2024 -0400
Make fchmod a C++ file
commit 4bc6ff927128e519e5103f3caf989481b69579d3
Author: Clifford Yapp <[email protected]>
Date: Thu Sep 19 14:12:48 2024 -0400
Try adding and removing permissions
commit 5b1e77ef378e6d26900869157c9969322b2aab25
Author: Clifford Yapp <[email protected]>
Date: Thu Sep 19 13:56:22 2024 -0400
Add string header
commit fa032dd889299e4090c1b26ecef73e24743c80c3
Author: Clifford Yapp <[email protected]>
Date: Thu Sep 19 13:51:09 2024 -0400
Add simple program to test C++17 permissions API
commit e1f024fce48f7b91da9527e1d12efbc312ceac78
Author: Clifford Yapp <[email protected]>
Date: Thu Sep 19 12:07:44 2024 -0400
Revert "write something to the file before chmod."
Looks like when we use the newer API for filename unpacking we don't
need to pre-populate the file contents.
This reverts commit 1eb1ab65017f89f673641f263a48fdd74601ac93.
commit 981accbb238d1cd7a890028b449fcca730d88b68
Author: Clifford Yapp <[email protected]>
Date: Thu Sep 19 11:51:31 2024 -0400
Try breaking out the various Windows steps into separate stages
commit abc361e2cd7980515ca5764cef8d6582c926e4e7
Author: Clifford Yapp <[email protected]>
Date: Thu Sep 19 11:41:38 2024 -0400
Don't apply the executable mask on Windows
Per Microsoft's _chmod documentation, their version doesn't have a
concept of executable, so "setting" it with bu_fchmod is a no-op. We're
getting a path on Windows now, but the is-executable test was still
failing because the files sb.st_mode didn't match the mask we were
testing.
This may point to a problem with our config_win.h defines for this case,
and if we're willing to dive much deeper into the ACL permissions setup
there might be analogs we could map this to, but for now go the simple
route and just don't check for something we can't set with _chmod.
commit 10705d5464357730e293df3d03a5592b69a152d3
Author: Clifford Yapp <[email protected]>
Date: Thu Sep 19 11:21:57 2024 -0400
Get farther - this returns the path name, but the file libbu test is still failing the executable check.
commit 489cce35ba207e4393a860e23b816e47365601df
Author: Clifford Yapp <[email protected]>
Date: Thu Sep 19 10:55:27 2024 -0400
Check return code from GetFileNameFromHandle
commit b904337def310c004557be05396d3bcb8e8f2ca3
Author: Clifford Yapp <[email protected]>
Date: Thu Sep 19 10:50:47 2024 -0400
Fail earlier and with error messages in GetFileNameFromHandle
The reason we were getting a nonsense string rather than an empty string
from GetFileNameFromHandle appears to be the string copy still taking
place even if the CreateFileMapping operation failed.
Rework logic to bail immediately if one of the steps fails.
commit 746372b3b1bea8c944a061d53a27dfcaa4b54fa7
Author: Clifford Yapp <[email protected]>
Date: Wed Sep 18 21:09:21 2024 -0400
Try to validate filepath and warn if we can't
commit 1eb1ab65017f89f673641f263a48fdd74601ac93
Author: Christopher Sean Morrison <[email protected]>
Date: Wed Sep 18 12:59:02 2024 -0400
write something to the file before chmod.
seeing a peculiar error from bu_fchmod() on secured Windows machines where GetFileNameFromHandle throws an error about being unable to map zero-length files. this may be a security policy, or implementation limitation, but can be accommodated by simply writing something to the file beforehand.
(cherry picked from commit 02ba341f2ea0c58c896a9224ec8c6ed7b434f6db)
commit 6aa51bae18f5c280239fe60eb1128fc99f3f3b24
Author: Clifford Yapp <[email protected]>
Date: Wed Sep 18 11:04:14 2024 -0400
Update ChangeLog and release date
commit cc9ab31ab9e860594c0284a009d91fde8ca40392
Author: Clifford Yapp <[email protected]>
Date: Wed Sep 18 10:22:01 2024 -0400
Validate a couple more input parameters in the libbv LoD functions.
commit 89c185c347833e5f98d477294159697b81579ee8
Author: Clifford Yapp <[email protected]>
Date: Tue Sep 17 18:23:13 2024 -0400
Update to get new utahrle submodule version
commit ce84ec05f1e856a88779ec65755e0a71339651e5
Author: Clifford Yapp <[email protected]>
Date: Tue Sep 17 18:15:26 2024 -0400
Work on improving LoD cache setup.
commit f679f2aa329bf68d8be0b8eee261e83f39be88c2
Author: Clifford Yapp <[email protected]>
Date: Tue Sep 17 10:29:45 2024 -0400
Update log with commits since 2024-08-16
commit 9ab81fa5c8b465208249dd04c25449a8c348f9c1
Author: Clifford Yapp <[email protected]>
Date: Tue Sep 17 10:27:45 2024 -0400
Update dates for release
commit 7d6786d5a8c7f55bf3d3d4c5778a4e30cbb77bea
Author: Clifford Yapp <[email protected]>
Date: Mon Sep 16 16:51:30 2024 -0400
If the hidden files aren't present, don't hault the build - we don't actually need them for compilation.
commit 6e3cb216851d021fc2469f675f3d757ee2f0ed1c
Author: joshbaker22 <[email protected]>
Date: Mon Sep 16 08:48:30 2024 -0400
Update eye_pt.xml add see also view command
commit c6081e37c0756036cee81c8da579fde37df2ea84
Author: joshbaker22 <[email protected]>
Date: Mon Sep 16 08:46:18 2024 -0400
Update orientation.xml add see also view
commit ee0dd2da194bf5da0a05bdcd9e32a8c96e9b65c7
Author: joshbaker22 <[email protected]>
Date: Mon Sep 16 08:45:38 2024 -0400
Update viewsize.xml add see also view command
commit 23cdc5a32c86c70ba8eaf762196a909f715efd80
Author: joshbaker22 <[email protected]>
Date: Mon Sep 16 08:45:08 2024 -0400
Update size.xml add see also view command
commit befc058fa3c6b23f9c1f84e973a9f681136dd3ea
Author: joshbaker22 <[email protected]>
Date: Mon Sep 16 08:44:10 2024 -0400
Update center.xml add see also
Add see also view command
commit bbf3799990e750acd5d1ea42fb80f202576ae6a2
Author: joshbaker22 <[email protected]>
Date: Mon Sep 16 08:42:28 2024 -0400
Update ae.xml add see also
Add see also note to direct users to view
commit d8e1c85d574819a0ecab1bed8ed37457794df67c
Author: joshbaker22 <[email protected]>
Date: Mon Sep 16 08:40:29 2024 -0400
Update view.xml flesh out further
Note on each subcommand what parameters remain static and which ones change
commit 59cfef5229fdfd1aa56fb61f5f8399ac1563d810
Author: joshbaker22 <[email protected]>
Date: Fri Sep 13 16:00:05 2024 -0400
Update comb_color.xml flesh out
commit b9895579879719812f18061b6d1bca67d1901a51
Author: joshbaker22 <[email protected]>
Date: Fri Sep 13 15:45:51 2024 -0400
Update bigE.xml standardize
commit 2ab4e7fcefb3b4afd67e2fd137478354d14dfe00
Author: joshbaker22 <[email protected]>
Date: Fri Sep 13 15:45:14 2024 -0400
Update bo.xml standardize
commit 832d5ef591119a6ed2082d5204e5872e5a8fbbdd
Author: joshbaker22 <[email protected]>
Date: Fri Sep 13 15:43:51 2024 -0400
Update cd.xml standardize
commit b8d787b89f79b0499b9b1b6e6f44e53bfbdcdfc4
Author: joshbaker22 <[email protected]>
Date: Fri Sep 13 15:42:59 2024 -0400
Update clear.xml conform to standard
pluralize description to conform to standard
commit 3d3cf98f4f7333309cc62653c4687c19acc574af
Author: joshbaker22 <[email protected]>
Date: Fri Sep 13 15:37:57 2024 -0400
Update autoview.xml pluralize first statement to conform to standard
commit 94f587bd46e3791301c479850e61973b268ec856
Author: joshbaker22 <[email protected]>
Date: Fri Sep 13 15:28:16 2024 -0400
Update units.xml standard use of mged in italics
commit dd7a903a530f60c589da2127856f6525f465886c
Author: joshbaker22 <[email protected]>
Date: Fri Sep 13 15:25:35 2024 -0400
Update Z.xml update description to conform to standard
commit 3da7f89c66748259f5d4855496fd54f39dd6e4e7
Author: joshbaker22 <[email protected]>
Date: Fri Sep 13 15:18:01 2024 -0400
Update man.xml standardize sentence str
edit first line to conform to standards
commit b706fc84f1f3e16431d736f578adfb5fcfe21681
Author: f4alt <[email protected]>
Date: Fri Sep 13 14:45:20 2024 -0400
can't use <arg> element outside of synopsis
we're also calling out the subcommands twice back to back. To make it
easier next time these need an update, remove the block in "Description"
and put the usage alongside the subcommands's in only the "Subcommands"
section.
commit a92596eb2808da4d56c2d141097433042de78c50
Author: joshbaker22 <[email protected]>
Date: Fri Sep 13 13:41:05 2024 -0400
Update man.xml note usage with no arguments
adjust arguments to optional, note usage if no argument given.
commit d47817c9be48d18262ee39a87ccfc3b3cef6d7b5
Author: joshbaker22 <[email protected]>
Date: Fri Sep 13 12:51:12 2024 -0400
Update units.xml normalize some language
normalize language and note usage in first statement.
commit e855c490fba3462f0bd7a1ae7e0c702909b7dda7
Author: joshbaker22 <[email protected]>
Date: Fri Sep 13 12:44:11 2024 -0400
Update size.xml - update to show no argument usage
change arguments to optional, note no argument usage.
commit 6c79bf6defe213d57527219065f3b975dea0d841
Author: joshbaker22 <[email protected]>
Date: Fri Sep 13 12:29:35 2024 -0400
Update center.xml add note in top line about no argument case
commit 17c28b8cb9984d6747b73afb98fe1097fbd658ad
Author: joshbaker22 <[email protected]>
Date: Fri Sep 13 12:27:54 2024 -0400
Update eye_pt.xml - update to show no arguments case
change arguments to optional, note that without arguments returns current value. Description said this is always in mm but just confirmed it is in local units (in 7.40.0)
commit 10b718992c6b442a576f4adc68267839ad1c35b1
Author: joshbaker22 <[email protected]>
Date: Fri Sep 13 12:20:38 2024 -0400
Update view.xml - further flesh out subcommands
Also add proper formatting to options
commit be22bf583d2af87f33dea564aa267fb81caf185f
Author: joshbaker22 <[email protected]>
Date: Fri Sep 13 11:51:26 2024 -0400
Update ae.xml fix format of inputs
also change eye position to eye point for consistency
commit 01db30b2606b1e502d4c16470373caa08954a698
Author: f4alt <[email protected]>
Date: Mon Sep 16 11:59:22 2024 -0400
add missing entries for cherrypicks
commit d36e0b8672f1fa372a7a4b838e83d10569e494bf
Author: Clifford Yapp <[email protected]>
Date: Fri Sep 13 11:51:54 2024 -0400
Bump version numbers in anticipation of patch release
commit a654cbd7d63c39f00a754edb6d3f0fa2f028a7bc
Author: Clifford Yapp <[email protected]>
Date: Fri Sep 13 11:43:51 2024 -0400
Update src/bext submodule to latest RELEASE
commit fe55ab2ae387486de91ee1e502b05bf24dc22561
Author: joshbaker22 <[email protected]>
Date: Fri Sep 13 11:03:49 2024 -0400
Update ae.xml - adjust to show can be used without arguments
(cherry picked from commit f043d5c37bab866c8becda6c165cd3740bb3e8d1)
commit c65d2addf85e11446278c173a2426387689216d3
Author: f4alt <[email protected]>
Date: Mon Sep 9 23:45:04 2024 -0400
revert/rework 5e4af9d - exit if no layout can be found
rework the error condition to not use bu_exit because if gist is doing a
folder run it needs to move on to the next db instead of exiting.
(cherry picked from commit f4bc99de427c948b77a68faa7dcd95183be51756)
commit 133b9b8bdf58690b6cc4269ea8d103ad61aaba42
Author: f4alt <[email protected]>
Date: Thu Sep 5 15:16:28 2024 -0400
make it more clear what's going on here
(cherry picked from commit f82a1698145d7f518c5b9c337840fec46803171b)
commit ba88a2febe04da93d92ac46e119b56618cd33a4b
Author: f4alt <[email protected]>
Date: Thu Sep 5 15:14:02 2024 -0400
make -F not so fragile
(cherry picked from commit 24c03c579da25023bffdb20a6b2937848818d5b7)
commit cf9829acded05b0e891387678488070667777764
Author: f4alt <[email protected]>
Date: Thu Sep 5 12:47:21 2024 -0400
logic error when checking for input file / dir
(cherry picked from commit 249ec9d71a49bf4d066a45b6fd904f34c210aa85)
commit ea959da9859ffcdbc78273991f7860f21dcf1a92
Author: Clifford Yapp <[email protected]>
Date: Mon Sep 9 19:40:41 2024 -0400
Whoops, got too fancy - just check the CTest var
(cherry picked from commit 435577a2f8cd3d5367d627087f7b31591db4af26)
commit b1c9e978f914f8be8d6c179161548a0b4f73c877
Author: Clifford Yapp <[email protected]>
Date: Mon Sep 9 15:22:20 2024 -0400
Disable test exec builds if BUILD_TESTING=OFF
Allow for a more minimal compilation if testing is off - disable the
compilation of test executables based on CTest's BUILD_TESTING variable.
If that variable is off CTest tests won't be available in any case.
Allows for more minimalist compilations as well when using
BRLCAD_COMPONENTS, which is the original user case prompting the suggest
to support disabling them.
(cherry picked from commit a399cd39026eeda2b82676c085476c5d2ca955fa)
commit d010b57aceb5132d8c90b20236b0b40f66ee9d79
Author: Clifford Yapp <[email protected]>
Date: Mon Sep 9 14:13:40 2024 -0400
Go with utf-8 by default for Visual Studio
(cherry picked from commit 8012562f1d2445bbe4a00f608ff9467e7958e1f6)
commit bc592698bca20fdb7617b306af2df725290867d1
Author: joshbaker22 <[email protected]>
Date: Mon Sep 9 13:48:53 2024 -0400
Update view.xml fix missing close para tag
(cherry picked from commit 52ae498dd18a7bcee4ce9b9b12bf9068a13413fe)
commit 4cb3587c5548b1a5be279e5bdea26996ea31e800
Author: joshbaker22 <[email protected]>
Date: Mon Sep 9 09:31:50 2024 -0400
Update help.tcl eyepoint -> eye point
trying to keep things consistant
(cherry picked from commit 6a7d204afef3a5925968b0717d731f67d92a6d75)
commit 46007b01323bba9541212d8c8fc8672475019d55
Author: joshbaker22 <[email protected]>
Date: Mon Sep 9 09:31:11 2024 -0400
Update helplib.tcl eyepoint -> eye point
trying to keep things consistant
(cherry picked from commit a4a476e8c1e7bd6e7ae1eb5473ac7cf21c9d1813)
commit 05d2532481a3b7fa14faabb85f16ead5865beade
Author: joshbaker22 <[email protected]>
Date: Mon Sep 9 09:30:08 2024 -0400
Update view.xml rework page to call out subcommands
Move descriptions of subcommands into a subcommands section, add some examples for ypr
(cherry picked from commit 5389d0b854271941396099b59a0b7b1f3adc6437)
commit bb11add3ba340dfa4fe5e90a4f552a2ea5ff1233
Author: joshbaker22 <[email protected]>
Date: Mon Sep 9 08:42:50 2024 -0400
Update help.tcl - add keywords to view help statement
Update a view help statement to include keywords to be searched with apropos. Also update reset to describe current behavior.
(cherry picked from commit d7c4f1483afceb9d4693c9da0254002a3b6ed58d)
commit 88fb393d0599c36ac42280915177931962eed367
Author: joshbaker22 <[email protected]>
Date: Fri Sep 6 11:19:47 2024 -0400
Update helplib.tcl -update lookat help line
adjust lookat note so that it mentions eyepoint (and will come up if using apropos to search eyepoint)
(cherry picked from commit 32583343313345ca98dcf7f46ebc8536592ec521)
commit beb08c51b0918697003dcfb16e0edecbafa76fff
Author: f4alt <[email protected]>
Date: Wed Sep 4 10:31:41 2024 -0400
exit if no layout can be found
if we get to this point and something has gone wrong (ie it is unable to
find a layout), we need to abort.
Current problem was observed with our m35 model. The tops objects are
'scenes' and have the component sitting on a halfspace groundplane with
lights. The halfspace in particular screws things up as we rely on the
bounding box size (which is inf) and orthogonal views (bottom view is a
blank white square).
This is a tricky problem to solve auto-magically. So for now, just punt
and make the user manually specify the correct component.
(cherry picked from commit 5e4af9d2271382216e74212a1893fa059dc74cce)
commit b257c478b0b8327b17cbc14f671c63ff60e97802
Author: Clifford Yapp <[email protected]>
Date: Tue Sep 3 14:45:27 2024 -0400
No longer using ext tirectory in misc/tools
(cherry picked from commit ea9b9fecea4917e49f40e082e2beee447dbbeae1)
commit 7f9b861cbae5de6bd7f1f4d0c23a8d20c6bfd096
Author: Clifford Yapp <[email protected]>
Date: Tue Sep 3 14:43:08 2024 -0400
Remove concurrentqueue.h header
(cherry picked from commit 0cf18cb03dc03397d978b46357e3cef44b49583c)
commit 7543dbee55592ff42d46895b5918d728e529a6f2
Author: Clifford Yapp <[email protected]>
Date: Fri Aug 16 09:40:26 2024 -0400
Call out the bext submodule in HACKING steps
Modernizing the release instructions here is still a work in progress,
but call out the submodule update as a step. Target for testing is now
just distcheck.
(cherry picked from commit ead785b0a94e4882ba5ee206f6ed29595f601edd)
commit f84ea3fa2b112ee4d61d88bbee339db79d3812d0
Author: Clifford Yapp <[email protected]>
Date: Fri Aug 30 12:47:38 2024 -0400
Add RLE to DLL import definitions for libicv
(cherry picked from commit c924466b25760b5c32949cf11b732c4d1d93f2f3)
commit 51e45c909e74ab4a3ab74bb6cf6b0210e858b182
Author: Clifford Yapp <[email protected]>
Date: Thu Aug 29 12:58:36 2024 -0400
Add NEWS items for 7.40.2 release
commit 464a16524aea57a49703cb835ba18d23c8b50b31
Author: f4alt <[email protected]>
Date: Tue Aug 20 11:21:10 2024 -0400
add simple progress bar feedback
when the execution got moved to gchecker (fdd3918), the progress bar for
this tool essentially became useless. In a perfect world we'd probably
have some sort of signal to poll progress and report back or refactor
gchecker to run one suite at a time. But, tcl doesn't easily accomodate
signal sending, and a refactor would be overkill just for a progress
bar.
In the meantime, give very basic status text to let the user know that
their click is doing *something*.
(cherry picked from commit dd6171742d94b0ffc91130983fca8b1ac8fdb4d9)
commit c015d474b570ff5a9849d74fb4dda41d8886df04
Author: f4alt <[email protected]>
Date: Tue Aug 20 11:06:04 2024 -0400
use -f
(cherry picked from commit 86b9d738bcf57160e5accc13bbafa98d01a92d6b)
commit 870aea5146516ffd959137c8495b13ff05ff780a
Author: f4alt <[email protected]>
Date: Tue Aug 20 11:04:13 2024 -0400
smarter default location hunting
gchecker writes the the current working directory - not where the .g
file is
(cherry picked from commit 610a4d64bb1c23d7be3411bffb4621d8d44cab02)
commit 936a682907fceab25fe306b4b11b4c6106591df8
Author: f4alt <[email protected]>
Date: Tue Aug 20 10:59:12 2024 -0400
close forgotten fp's
(cherry picked from commit e49c27e6bdcb144a0a74ca739970e7bf355baa52)
commit 511cbd8ae219116421afb5d49de8b2cfefc169ba
Author: f4alt <[email protected]>
Date: Tue Aug 20 10:56:07 2024 -0400
correctly catch gchecker errors
our raytracing tools log to stderr, which 'exec' treats as an error. So,
use the status plus last error code to determine if gchecker actaully
failed or it was just raytrace logging.
(cherry picked from commit 72e2e0c2432df2488da1f1e84b6b0952f3a08829)
commit 5fd23bd511023190767f44b9116e27faefb2a243
Author: f4alt <[email protected]>
Date: Tue Aug 20 09:26:28 2024 -0400
need to close gedp
(cherry picked from commit 7cf2b3ba96059730b5c4ac35d85aa375f3faeeea)
commit 7be20a523d4d7cf311269e947c342f7ebb0affb1
Author: f4alt <[email protected]>
Date: Tue Aug 20 08:57:20 2024 -0400
add 'force' flag to gchecker
(cherry picked from commit c355d377d9ae9880aed03cdecd8a88772fa30930)
commit 72ca6f9212b2306ae4e7d8bbba7fe8ab53028563
Author: Clifford Yapp <[email protected]>
Date: Tue Aug 20 15:15:51 2024 -0400
This doesn't fix the BoT lod error, but it should at least avoid crashing.
(cherry picked from commit 1ecaced1946738f367272829a01e91c8f5c08ed0)
commit 471415a1d055a934471084ad869d708f47e01114
Author: Clifford Yapp <[email protected]>
Date: Tue Aug 20 15:01:02 2024 -0400
initialize childnodes, don't realloc if nchildnodes[i] == 0
(cherry picked from commit f44a46c71b6750b170af94c8da8b9439b8d234ba)
commit fc1068b6757068bcbdb11f258f62bda273f251cc
Author: f4alt <[email protected]>
Date: Tue Aug 20 14:59:06 2024 -0400
prettier spacing with the redraw checkbox gone
(cherry picked from commit a0e7f4de4cd361bde930b89087fdce048790e312)
commit 47cb878bcc1462c3deed297cf7b93f743739d434
Author: f4alt <[email protected]>
Date: Tue Aug 20 14:57:14 2024 -0400
fix LOD Configuration tool
update LOD configuration tool to reflect 'redraw' subcommand removal
(ab4d33f)
(cherry picked from commit 9b31e3f6ad44551ced914e862bc64a42ea55ded6)
commit a7491f48c6c520be5180e4d0477d47121b765b3b
Author: f4alt <[email protected]>
Date: Tue Aug 20 10:56:07 2024 -0400
correctly catch gchecker errors
our raytracing tools log to stderr, which 'exec' treats as an error. So,
use the status plus last error code to determine if gchecker actaully
failed or it was just raytrace logging.
(cherry picked from commit 72e2e0c2432df2488da1f1e84b6b0952f3a08829)
commit cf01b7436b88d335d94c98312d0de9c8a746d59c
Author: Clifford Yapp <[email protected]>
Date: Tue Aug 27 10:52:10 2024 -0400
Replace lint concurrentqueue with bu_parallel
Back to basics - lint using concurrentqueue.h didn't agree with the new
BoT raytracing code, so use standard bu_parallel instead.
For future reference - concurrentqueue issue appears to be some sort of
memory issue - running with one CPU worked, and running in valgrind
worked without errors (arrgh) but 2 or more CPUs crashed at bot.c:1480:
(gdb) l
1475
1476 RT_GET_SEG(segp, ap->a_resource);
1477 segp->seg_stp = stp;
1478 segp->seg_in = hits[i]; /* struct copy */
1479 trip = (triangle_s *)hits[i].hit_private;
1480 BOT_UNORIENTED_NORM(ap, &segp->seg_in, trip->face_norm, IN_SEG);
1481 segp->seg_out = hits[i+1]; /* struct copy */
1482 trip = (triangle_s *)hits[i+1].hit_private;
1483 BOT_UNORIENTED_NORM(ap, &segp->seg_out, trip->face_norm, OUT_SEG);
1484 BU_LIST_INSERT(&(seghead->l), &(segp->l));
(gdb) print segp->seg_in
$35 = {hit_magic = 0, hit_dist = 0, hit_point = {0, 0, 0}, hit_normal = {0, 0, 0}, hit_vpriv = {0, 0, 0},
hit_private = 0x0, hit_surfno = 0, hit_rayp = 0x0}
(gdb) print i
$36 = 8
(gdb) print hits[i]
$37 = {hit_magic = 543713652, hit_dist = 1.9994999999998984, hit_point = {0, 0, 0}, hit_normal = {0, 0, 0},
hit_vpriv = {-0.99999999999999978, 0.3333333333333337, 0.33333333333331677}, hit_private = 0x55555721dd18,
hit_surfno = 1705, hit_rayp = 0x7ffde2bff960}
(gdb) print trip
$39 = (triangle_s *) 0x0
(gdb) print (triangle_s *)hits[i].hit_private
$40 = (triangle_s *) 0x55555721dd18
(cherry picked from commit e94a4064f3d8a8885b22c4c19c39109fd00af8ce)
commit 8463a6101a3e60b792c1bce757b546de94cf15a9
Author: f4alt <[email protected]>
Date: Tue Aug 27 13:08:27 2024 -0400
use the param correctly..
(cherry picked from commit 57b5a4cd4dc3a5b82e63852d027b94283dbbfe6e)