Activity for darmar

  • darmar darmar committed [r383] on Code

    * Log msg to the previous commit: Updates to BindTo tool to make it compatible with recent Cython versions.

  • darmar darmar committed [r382] on Code

  • darmar darmar committed [r378] on Code

    * Updated procedure descriptions to include new Fortran 2023 features.

  • darmar darmar committed [r377] on Code

    * Renamed 'Jump to' to 'Go to'.

  • darmar darmar committed [r366] on Code

    * Re-use once loaded image list during build of CC list.

  • darmar darmar committed [r341]

    - Remove the use of _T() and wxT() macros.

  • darmar darmar committed [r340]

    - Use length() and empty() on strings instead of old Length() and IsEmpty().

  • darmar darmar committed [r336]

    * Added wxWidgets-3.2 project files for Windows (thanks to Miguel).

  • darmar darmar posted a comment on ticket #803

    Yes. I think, it is the best way.

  • darmar darmar posted a comment on ticket #803

    Because NVIDIA HPC SDK comes without Windows support now, I can't test the patch.

  • darmar darmar committed [r335]

    * Bug fix: additional include files on Windows is not found.

  • darmar darmar committed [r334]

    - Updated 'update*.bat' files to copy only *.png images.

  • darmar darmar committed [r333]

    * Don't try to interpret a preprocessor directive when the "Interpret preprocessor directives" option is disabled.

  • darmar darmar committed [r332]

    * Corrected determination of the dummy argument name on a line (can cause crash in some cases).

  • darmar darmar committed [r331]

    * Fix regex to work with the PCRE2 regex engine used by wx3.1.6

  • darmar darmar posted a comment on ticket #803

    Unfortunately, I do not have this compiler and there is no way to download it for Windows currently. Still NVIDIA writes they are working on it and will release it some day for Windows too.

  • darmar darmar posted a comment on ticket #142

    Yes, Teodor. This was a limitation of GDB. The recent versions of GDB has no such limitation with allocatable or assumed shape arrays. I think this ticket can be closed.

  • darmar darmar posted a comment on ticket #214

    The current C::B v20.03 can definitely handle such simple test cases. I would suggest to close this ticket.

  • darmar darmar posted a comment on ticket #630

    As is told by 'band-a-prend', FortranProject plugin can be compiled using autotools as a separate package. As Teodor told, it is the way for FortranProject plugin. Therefore, I think this ticket can be closed.

  • darmar darmar posted a comment on ticket #715

    I think there is no such problem with the current C::B v20.03. I would say this ticket can be closed.

  • darmar darmar posted a comment on ticket #803

    Just info: As of 2021-06-27 this patch was not applied. However not sure if it is needed anymore because NVIDIA HPC SDK comes without Windows support now. Perhaps NVIDIA is dropping HPC SDK support for Windows at all (no downloads for more than a year). It seems no body complained about this issue with static libraries on Linux.

  • darmar darmar posted a comment on ticket #1018

    I think I understood what Dale mean: options from the "Global compiler settings" are appended to the compiler command line. Dale expects the global compiler options to be PREpended. * In C::B we have: compiler.exe -Some_Project_Options -Some_Appended_Target_Options -Some_Global_Compiler_Options ... Dale expects: compiler.exe -Some_Global_Compiler_Options -Some_Project_Options -Some_Appended_Target_Options ... It is nothing specific to the Gfortran or GCC. The compilation works in such a way in C::B....

  • darmar darmar committed [r330]

    * Consider 'block' construct when building the call-tree.

  • darmar darmar committed [r329]

    *Improved interpretation of '#ifdef' directives (still is not perfect ;()

  • darmar darmar committed [r328]

    - Small code optimizations for speed.

  • darmar darmar committed [r327]

    *Fix a bug preventing to find included file when user clicked on 'Jump to ...'

  • darmar darmar posted a comment on ticket #615

    Thank you, Teodor.

  • darmar darmar committed [r326]

    * Fixed compilation: added ';' at the end of the line (thanks to Florence Durand for letting me know about it)

  • darmar darmar committed [r325]

    * Include with #define defined tokens in the code-completion list.

  • darmar darmar committed [r324]

    * Determine a file weight correctly in the case when the same file is included several times in a workspace.

  • darmar darmar committed [r323]

    * Added 'preprocfunction.cpp/.h' and 'tokenizerpp.cpp/.h' files to the Makefile.am (thanks to Sergey Torokhov)

  • darmar darmar committed [r322]

    - Removed unnecessary "wxALIGN_CENTER_HORIZONTAL" flags from settings.xrc (thanks to Miguel Gimenez)

  • darmar darmar committed [r321]

    Corrected interpretation of PP directive "#if SOME_NAME"

  • darmar darmar committed [r320]

    Added call to PlaceWindow before ShowModal. It should improve dialog placements.

  • darmar darmar committed [r319]

    Increased version number in manifest.xml to 1.8

  • darmar darmar committed [r318]

    Fixed bug in gdb_fortran_extensions*.py. Increased version number.

  • darmar darmar committed [r317]

    * Update include file list before reparsing workspace.

  • darmar darmar committed [r316]

    * Recognize 'read' and 'write' procedures in type-bound procedure list.

  • darmar darmar committed [r315]

    * Decreased loop size by one.

  • darmar darmar committed [r314]

    * Added option 'Always replace word under caret' for CC.

  • darmar darmar committed [r313]

    * Implemented a shadowing of inactive (because of the use of CPP) code lines.

  • darmar darmar committed [r312]

    * Indentation correction: (a) do not correct if construct has a name; (b) enable indentation correction for 'else...' statements.

  • darmar darmar committed [r311]

    * Bugfix: Prevent to parse 'module pure subroutine' as a module with the name 'pure'.

  • darmar darmar committed [r310]

    * Limit search line length. If longer line was typed, it was definitely a mistake.

  • darmar darmar committed [r309]

    * Renamed 'Show hidden entities' to 'Show private entities' in the settings dialog.

  • darmar darmar committed [r308]

    * Avoid appending a directory when the directory is empty.

  • darmar darmar committed [r307]

    * Calltree: Avoid repeating search of items which were already included in the tree. Result is improved search speed.

  • darmar darmar committed [r306]

    *BindTo: added support of type-bound procedures.

  • darmar darmar committed [r305]

    * Implemented posibility to use Global variable name in additional directory name used for parsing.

  • darmar darmar committed [r304]

    *Fixed bug in building dependency between files, when a submodule depends from another submodule.

  • darmar darmar committed [r303]

    * Added option to enable/disable parsing of PP directives.

  • darmar darmar committed [r302]

    - Added try...catch block where map is called from a separate parser thread.

  • darmar darmar committed [r301]

    * Implemented jump to #include file if it is in an additional directory for the include files.

  • darmar darmar committed [r300]

    - Avoid copy of string array by call of GetTokensToEOL function (hope it optimizes speed).

  • darmar darmar committed [r299]

    *Implementation of parsing of C pre-processor directives.

  • darmar darmar committed [r298]

    *BindTo tool: add '_f' suffix to a name of generated bind name by default.

  • darmar darmar committed [r297]

    *Just few additions to the description of intrinsic procedures.

  • darmar darmar committed [r296]

    *Fixed bug, where CallTip is not shown for the case of generic type bound procedure.

  • darmar darmar committed [r295]

    *Listen cbEVT_PROJECT_END_REMOVE_FILES event and only then update Workspacebrowser

  • darmar darmar committed [r294]

    *Listen cbEVT_PROJECT_END_ADD_FILES event and only then update Workspacebrowser

  • darmar darmar committed [r293]

    *Do not show CC list after '%' if we have 'name %' in the code.

  • darmar darmar committed [r292]

    *Fixed auto-indentation of "end ..." statements in some situations.

  • darmar darmar committed [r291]

    *Improvement of parsing of 'interface' statement.

  • darmar darmar committed [r290]

    *Fixed problem introduced in r288: return from function without call of m_pTreeBottom->Thaw()

  • darmar darmar committed [r289]

    *Small improvement in RegEx's: operator label was not recognized for some operators.

  • darmar darmar committed [r288]

    *Fixed problem, when C::B crashes when a workspace in C::B is closed

  • darmar darmar committed [r287]

    *Implemented user adjustable Call-tree depth limit.

  • darmar darmar committed [r286]

    *Added an option in the settings dialog to enable-disable auto indent correction.

  • darmar darmar committed [r285]

    *Implemented auto correction of an indent for "end..." statements.

  • darmar darmar committed [r284]

    *Fixed bug preventing to find function call in some cases.

  • darmar darmar committed [r283]

    *CCSmartFilter: some more rules.

  • darmar darmar committed [r282]

    *Call tree: (a) show Progress dialog only when operation last longer than 1 s; (b) show Progress dialog in the case of modules too.

  • darmar darmar committed [r281]

    *Fixed bug in showing calltips when cursor is in a character string.

  • darmar darmar committed [r280]

    *Make filenames sorted alphabetically in the generated makefile.

  • darmar darmar committed [r279]

    -Version value increased from 1.6 to 1.7

  • darmar darmar committed [r278]

    *Call-/Called-By-Tree: show wxProgressDialog. User can now cancel long running search.

  • darmar darmar committed [r277]

    * Added 'select rank' construct to the construct-highlighter (F2018 standard)

  • darmar darmar committed [r276]

    * Added 'current_team' entry to the 'iso_fortran_env' parameter list (F2018 standard)

  • darmar darmar committed [r275]

    CalledBy tree: when follow mudules and modules are included in subroutine, then further follow parent module and not subroutine.

  • darmar darmar committed [r274]

    Show description for Fortran WRITE, READ, INQUIRE statements in CC window.

  • darmar darmar committed [r272]

    *This is just a log message for the last 271 commit: Implemented file dependencies at a workspace lavel instead of a project level.

  • darmar darmar committed [r271]

  • darmar darmar committed [r270]

    *Changed implementation of EnsureUpToDateObjs function. A purpose is to ensure up to date of objs even when multiple targets are used.

  • darmar darmar committed [r269]

    -Reformatted a warning message.

  • darmar darmar committed [r268]

    *Corrected path from which *.mod and *.smod files are deleted when a project is cleaned.

  • darmar darmar committed [r267]

    -Changed ordering of #include statements in the source files

  • darmar darmar committed [r265]

    -Removed workspacebrowserf.xrc file from project files.

  • darmar darmar committed [r264]

    **CCSmartFilter: correction when the keywords "private, public, allocate, deallocate" are shown

  • darmar darmar committed [r263]

    *Prevent to add variable name together with type information during CC.

  • darmar darmar committed [r262]

    *Added icon info_f.png to Logs window notebook.

  • darmar darmar committed [r261]

    *Implemented change of icons in the FSymbols trees and CC list depending on the used scalling factor or the font size.

  • darmar darmar committed [r260]

    *Implemented more logic during adding keywords to code-completion list. This makes the CC list shorter.

  • darmar darmar committed [r259]

    *FSymbols browser: do not show lines in the bottom-tree

  • darmar darmar committed [r258]

    *Show dependency between modules/submodules in the Called-by tree

  • darmar darmar committed [r257]

    *Show dependency between modules in the Calltree

  • darmar darmar committed [r256]

    -Moved Fortran keyword icon from cpp file to separate png image files.

  • darmar darmar committed [r255]

    *Adjusted files to reenable to compile FP using the automake.

  • darmar darmar committed [r253]

    *Added more different sizes of xpm F icons (20-40) and the same sizes for CC image list icons.

  • darmar darmar committed [r252]

    *Updated 'update*' files to copy 28-64 icon folders.

  • darmar darmar committed [r251]

    *Added 28-64 icon folders together with icon files.

1 >