Activity for Sami Sallinen

  • Sami Sallinen Sami Sallinen committed [r60] on Code

    get wxWidgets from vcpkg using manifest file, enable copy from disassembly window

  • Sami Sallinen Sami Sallinen committed [r59] on Code

    added note about signed installer

  • Sami Sallinen Sami Sallinen created a blog post

    V 1.0.8 With built-in disassembler

  • Sami Sallinen Sami Sallinen committed [r58] on Code

    fine tuning disassembler support

  • Sami Sallinen Sami Sallinen committed [r57] on Code

    adding disassembly support with the zydis disassembler

  • Sami Sallinen Sami Sallinen committed [r56] on Code

    fix launching 64-bit command line profiler when the program is run from \program filesystem(x86)\ - use temp directory instead of .exe location to store temporary files

  • Sami Sallinen Sami Sallinen posted a comment on discussion Open Discussion

    Hi Yama-san, This should be fixed now in 1.0.6. CTRL-C copies the source edit selection if there is a selection AND the source edit is active. Otherwise CTRL-C copies the last clicked function details. Best Regards, -Sami On Tue, 14 Feb 2023 at 07:59, Yu YAMA yuyama@users.sourceforge.net wrote: Hello, If I remember correctly, I think that was the behavior of the subject in previous versions. I do not know the exact version. In the latest version, Ctrl-C works to copy function details not selected...

  • Sami Sallinen Sami Sallinen committed [r55] on Code

    release 1.0.6

  • Sami Sallinen Sami Sallinen committed [r54] on Code

    ctrl-c copies selected function details OR source edit selection if something is selected and the edit control is in focus

  • Sami Sallinen Sami Sallinen posted a comment on discussion Open Discussion

    Yama-san, I made another attempt to improve it Now it supports loading of source files with mixed line endings (CR+LF, only CR or only LF). Also, files with no BOM at the beginning are converted using the current windows languge setting, and files with a UTF8 BOM in the beginning are read as UTF8. I verified that Japanese characters work in both cases now. Previously already files saved as WCHAR worked. -Sami

  • Sami Sallinen Sami Sallinen committed [r53] on Code

    updating readme

  • Sami Sallinen Sami Sallinen committed [r52] on Code

    -better multi-format EOL support (can now handle cr+lf, cr and lf all in the same file)

  • Sami Sallinen Sami Sallinen posted a comment on discussion Open Discussion

    Yama-san, It should work now, please give it a try. Best Regards, -Sami On Thu, 12 Jan 2023 at 15:52, Yu YAMA yuyama@users.sourceforge.net wrote: Sami-san, Thank you for your quick reply. I am expecting it! I downloaded the source code and tried to build it, but it was not smooth and I had to give up... YAMA. Source Code View for LF https://sourceforge.net/p/lukestackwalker/discussion/901281/thread/c91d6ac9d1/?limit=25#2a17 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/lukestackwalker/discussion/901281/...

  • Sami Sallinen Sami Sallinen committed [r51] on Code

    version 1.0.4 - source code view auto-adapts between different line ending styles

  • Sami Sallinen Sami Sallinen posted a comment on discussion Open Discussion

    Yama-san, This is probably easy to fix. I will look at it. -Sami On Wed, 11 Jan 2023 at 11:45, Yu YAMA yuyama@users.sourceforge.net wrote: Hello, Thank you very much for the great tool. I have one question. A source with a line feed code of LF becomes one line in " Source Code View" of LukeStackWalker. Can you reproduce it? Is it just me or does it depend on the environment? P.S. If I convert it to CR+LF, it is displayed on multiple lines. I would be happy to be relieved of this task. Yu YAMA Source...

  • Sami Sallinen Sami Sallinen posted a comment on discussion Open Discussion

    After configuring the stuff once, save the settings with File/Save project settings as.... Then the settings file should get loaded automatically when you launch the program again. -Sami On Sun, 18 Dec 2022 at 22:55, Vlad Volkov antiever@users.sourceforge.net wrote: -Load last used profiler settings when launched, so that your default settings are loaded automatically Maybe I don’t understand something, but after restarting the program everything is reset to default as before Both directories have...

  • Sami Sallinen Sami Sallinen posted a comment on discussion Open Discussion

    Ok, I found a little time to work on this, so there is a new version with these improvements: -Load last used profiler settings when launched, so that your default settings are loaded automatically -Exporting the call graph view as a .png image using the File/Save call graph view as .png... menu command -Copy selected function (=last clicked in profile or call graph view) info to clipboard as text with Ctrl-c or the Edit/Copy command -Allow configuring the symbol server cache directory in the profiler...

  • Sami Sallinen Sami Sallinen committed [r50] on Code

    preparing for 1.0.3

  • Sami Sallinen Sami Sallinen posted a comment on discussion Open Discussion

    Hi Vlad, Thansk for the feedback. I will try to implement at least some of these items in the next few months. The symbol directories get saved with the settings, so if you set it once and save the settings, you can then just reload the settings and you don't need to enter the directory always again. I think I'll make the software reload the last used settings upon start. Best Regards, -Sami

  • Sami Sallinen Sami Sallinen committed [r49] on Code

    -sampling speed optimizations: read process memory directly, without a callback, reduce use of UndecorateSymbolNameW, sleep less

  • Sami Sallinen Sami Sallinen committed [r48]

    more preparation for 1.0.2

  • Sami Sallinen Sami Sallinen committed [r47]

    re-adding graphviz 7.0.2 - not happy with the vcpkg one

  • Sami Sallinen Sami Sallinen committed [r46]

    deleting dlls from svn

  • Sami Sallinen Sami Sallinen committed [r45]

    deleting graphviz dlls from svn now that we get graphviz from vcpkg

  • Sami Sallinen Sami Sallinen committed [r44]

    -using graphviz from vcpkg

  • Sami Sallinen Sami Sallinen committed [r43]

    preparing for rel 1.0.2

  • Sami Sallinen Sami Sallinen committed [r42]

    rel 1.0.1 - fix window splitters to work with windows display scaling

  • Sami Sallinen Sami Sallinen created a blog post

    V.1.0.0 released

  • Sami Sallinen Sami Sallinen committed [r41]

    prepare for 1.0 release

  • Sami Sallinen Sami Sallinen committed [r40]

    support for loading of widechar source files

  • Sami Sallinen Sami Sallinen committed [r39]

    small bug fixes and fine tuning

  • Sami Sallinen Sami Sallinen committed [r38]

    adding a few vc runtime dlls for release

  • Sami Sallinen Sami Sallinen committed [r37]

    new installer, visual studio runtime

  • Sami Sallinen Sami Sallinen committed [r36]

    some clean-up

  • Sami Sallinen Sami Sallinen committed [r35]

    cleaning up after update of graphwiz II

  • Sami Sallinen Sami Sallinen committed [r34]

    cleaning up after update of graphwiz

  • Sami Sallinen Sami Sallinen committed [r33]

    proper wait for the 64-bit command line profiler to end before attempting to read the profile data

  • Sami Sallinen Sami Sallinen committed [r32]

    add renamed command line profiler project file

  • Sami Sallinen Sami Sallinen committed [r31]

    getting cmdline profiler working with visual studio 2019

  • Sami Sallinen Sami Sallinen committed [r30]

    preparing for release 1.0 - updated graphviz, wxwidgets, visual studio 2019

1