This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) | |
| cd $SCRIPT_DIR | |
| cd FreeCAD | |
| # rm -rf bld | |
| mkdir -p bld && cd bld | |
| cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=1 \ | |
| -DCMAKE_INSTALL_MODE=SYMLINK \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Analyzing build trace from 'FreeCAD/bld-time/trace.out'... | |
| **** Time summary: | |
| Compilation (2324 times): | |
| Parsing (frontend): 28802.2 s | |
| Codegen & opts (backend): 1670.7 s | |
| **** Files that took longest to parse (compiler frontend): | |
| 109871 ms: traces/qrc_resource.cpp.json | |
| 109871 ms: traces/src/Gui/CMakeFiles/FreeCADGui.dir/qrc_resource.cpp.json | |
| 59126 ms: traces/SketchObject.cpp.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Options: | |
| Date: 2021-07-05 18:21:48 | |
| Version: 5.111 | |
| Tip: To override a DTO option, remove "//" prefix before updating | |
| BaseUrl: https://localhost:5001 | |
| //Package: | |
| //AddServiceStackTypes: True | |
| //AddResponseStatus: False | |
| //AddImplicitVersion: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Options: | |
| Date: 2021-07-05 18:21:21 | |
| Version: 5.111 | |
| Tip: To override a DTO option, remove "//" prefix before updating | |
| BaseUrl: https://localhost:5001 | |
| //GlobalNamespace: | |
| //AddServiceStackTypes: True | |
| //AddResponseStatus: False | |
| //AddImplicitVersion: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 8217059476dc5f23be155d6021427ba3000620cc Mon Sep 17 00:00:00 2001 | |
| From: =?UTF-8?q?Joa=CC=83o=20Matos?= <[email protected]> | |
| Date: Thu, 9 May 2019 15:22:25 +0100 | |
| Subject: [PATCH] Do not wait for transfer complete flag for non-data commands | |
| in STM32 F7 QSPI. | |
| --- | |
| arch/arm/src/stm32f7/stm32_qspi.c | 7 ++++--- | |
| 1 file changed, 4 insertions(+), 3 deletions(-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // DEBUG: struct DLL_API MyFlags | |
| // DEBUG: { | |
| // DEBUG: MyFlags() {} | |
| // DEBUG: MyFlags(const MyFlags& other) : mBits(other.mBits) {} | |
| // DEBUG: uint16_t mBits; | |
| // DEBUG: } | |
| public unsafe partial class MyFlags : IDisposable | |
| { | |
| [StructLayout(LayoutKind.Explicit, Size = 2)] | |
| public partial struct __Internal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################################################ | |
| # arch/avr/src/avr/Toolchain.defs | |
| # | |
| # Copyright (C) 2012-2013 Gregory Nutt. All rights reserved. | |
| # Author: Gregory Nutt <[email protected]> | |
| # | |
| # Redistribution and use in source and binary forms, with or without | |
| # modification, are permitted provided that the following conditions | |
| # are met: | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################################################ | |
| # arch/arm/src/Makefile | |
| # | |
| # Copyright (C) 2007-2009, 2011-2012, 2014-2016, 2019 Gregory Nutt. All | |
| # rights reserved. | |
| # Author: Gregory Nutt <[email protected]> | |
| # | |
| # Redistribution and use in source and binary forms, with or without | |
| # modification, are permitted provided that the following conditions | |
| # are met: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ```csharp | |
| private void SetupVTables(bool destructorOnly = false) | |
| { | |
| if (__OriginalVTables != null) | |
| return; | |
| __OriginalVTables = new void*[] { *(void**) (__Instance + 0) }; | |
| if (_Thunks == null) | |
| { | |
| _Thunks = new void*[2]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ERROR [2016-11-17 16:02:14Z]: Error in text editor extension chain | |
| System.InvalidOperationException: Indentation tracker not installed. | |
| at Mono.TextEditor.TextEditorData.get_IndentationTracker () [0x00016] in /Users/builder/data/lanes/3943/8a8ea655/source/monodevelop/main/src/core/Mono.TextEditor.Shared/Mono.TextEditor/TextEditorData.cs:1183 | |
| at MonoDevelop.SourceEditor.SourceEditorView.MonoDevelop.Ide.Editor.ITextEditorImpl.get_IndentationTracker () [0x00000] in /Users/builder/data/lanes/3943/8a8ea655/source/monodevelop/main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/SourceEditorView.cs:2925 | |
| at MonoDevelop.Ide.Editor.TextEditor.get_IndentationTracker () [0x00005] in /Users/builder/data/lanes/3943/8a8ea655/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Editor/TextEditor.cs:1489 | |
| at MonoDevelop.Ide.Editor.TextMate.TextMateIndentationTextEditorExtension.KeyPress (MonoDevelop.Ide.Editor.Extension.KeyDescriptor descriptor) [0x00000] in /Users/builder/data/lanes/3943/8 |