]> OCCT Git - occt.git/commit
0029219: Application Framework - XML document is written with CRLF on Windows
authorvro <vro@opencascade.com>
Mon, 21 Feb 2022 07:41:05 +0000 (10:41 +0300)
committersmoskvin <smoskvin@opencascade.com>
Tue, 22 Feb 2022 17:25:47 +0000 (20:25 +0300)
commit5a846a5d2c8d71c3b78114b1faa19ef5b03c19b7
tree0cff7b9d8fa8c4e9ba97a1eeb0b40985975a3e3a
parentb91e601442d983e76c63bb54039193e9f35e94d8
0029219: Application Framework - XML document is written with CRLF on Windows

The last symbol of a line is synchronized with external products.
Also, XML ends by LF now.

Modified:
XML: XmlLDrivers_DocumentStorageDriver::Write() ends by LF
BREP: BRepTools::Write(), Draw_VariableCommands::save() ends by LF
STEP: StepSelect_WorkLibrary::WriteFile() ends by LF
IGES: IGESSelect_WorkLibrary::WriteFile(), IGESControl_Writer::Write(), XSDRAWIGES::WriteShape() ends by LF
VRML: VrmlAPI_Writer::write_v2() ends by LF

0029219: Application Framework - XML document is written with CRLF on Windows

The last symbol of a line is synchronized with external products.
Also, XML ends by LF now.

Modified:
XML: XmlLDrivers_DocumentStorageDriver::Write() ends by LF
BREP: BRepTools::Write(), Draw_VariableCommands::save() ends by LF
STEP: StepSelect_WorkLibrary::WriteFile() ends by LF
IGES: IGESSelect_WorkLibrary::WriteFile(), IGESControl_Writer::Write(), XSDRAWIGES::WriteShape() ends by LF
VRML: VrmlAPI_Writer::write_v2() ends by LF
STL: RWStl::WriteAscii() ends by CR LF (to synchronize with Blender)

0029219: Application Framework - XML document is written with CRLF on Windows

The last symbol of a line is synchronized with external products.
Also, XML ends by LF now.

Modified:
XML: XmlLDrivers_DocumentStorageDriver::Write() ends by LF
BREP: BRepTools::Write(), Draw_VariableCommands::save() ends by LF
STEP: StepSelect_WorkLibrary::WriteFile() ends by LF
IGES: IGESSelect_WorkLibrary::WriteFile(), IGESControl_Writer::Write(), XSDRAWIGES::WriteShape() ends by LF
VRML: VrmlAPI_Writer::write_v2() ends by LF
src/BRepTools/BRepTools.cxx
src/Draw/Draw_VariableCommands.cxx
src/IGESControl/IGESControl_Writer.cxx
src/IGESSelect/IGESSelect_WorkLibrary.cxx
src/StepSelect/StepSelect_WorkLibrary.cxx
src/VrmlAPI/VrmlAPI_Writer.cxx
src/XSDRAWIGES/XSDRAWIGES.cxx
src/XmlLDrivers/XmlLDrivers_DocumentStorageDriver.cxx