mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0022980: Fixed Standard_Atomic.hxx
Standard_Atomic, prefer gcc built-ins rather than WinAPI calls (revert previous change of order) Raise compiler error if no implementation found for atomic operations. Add new draw command for testing this bug Fix for compilation with TBB disabled Adding CSF_TBB_INCLUDES macro in edl files Correction of *.edl files Update of EXTERNLIB files with CSF_TBB Adding EXTERNLIB file
This commit is contained in:
@@ -141,7 +141,7 @@ static Standard_Integer QANColCheckSequence(Draw_Interpretor& di, Standard_Integ
|
||||
}
|
||||
|
||||
void QANCollection::Commands1(Draw_Interpretor& theCommands) {
|
||||
char *group = "QANCollection";
|
||||
const char *group = "QANCollection";
|
||||
|
||||
// from agvCollTest/src/AgvColEXE/TestEXE.cxx
|
||||
theCommands.Add("QANColCheckArray1", "QANColCheckArray1 [-n]", __FILE__, QANColCheckArray1, group);
|
||||
|
@@ -288,7 +288,7 @@ static Standard_Integer QANColTestSequence(Draw_Interpretor& di, Standard_Intege
|
||||
}
|
||||
|
||||
void QANCollection::Commands2(Draw_Interpretor& theCommands) {
|
||||
char *group = "QANCollection";
|
||||
const char *group = "QANCollection";
|
||||
|
||||
// from agvCollTest/src/CollectionEXE/FuncTestEXE.cxx
|
||||
theCommands.Add("QANColTestArray1", "QANColTestArray1", __FILE__, QANColTestArray1, group);
|
||||
|
@@ -256,7 +256,7 @@ static Standard_Integer QANColCheckSparseArray(Draw_Interpretor& di, Standard_In
|
||||
}
|
||||
|
||||
void QANCollection::Commands3(Draw_Interpretor& theCommands) {
|
||||
char *group = "QANCollection";
|
||||
const char *group = "QANCollection";
|
||||
|
||||
// from agvCollTest/src/CollectionEXE/PerfTestEXE.cxx
|
||||
theCommands.Add("QANColPerfArray1", "QANColPerfArray1 Repeat Size", __FILE__, QANColPerfArray1, group);
|
||||
|
Reference in New Issue
Block a user