Search

May 08, 2023
Issues »
...to wmain(), so that its gets
the cmdline params (source files, import dirs...) in UTF16...
January 21, 2023
Learn »
...let g:ycm_language_server = [
            \ {
            \     'name': 'd',
            \     'cmdline': ['/usr/home/x/serve-d/serve-d...
October 25, 2022
Learn »
...string cmdLine)
{
    string[] result;
    auto screen = executeShell(cmdLine);

    if (screen.status != 0)
    {
        writeln(cmdLine, " failed...
October 25, 2022
Learn »
...getPath(string cmdLine)
{
    auto screen = executeShell(cmdLine);
	
    if (screen.status != 0)
    {
        writeln(cmdLine, " failed");
    }
    else...
September 07, 2022
Learn »
...LPSTR cmdLine, int nCmdShow) {
        int result;

        try {
            Runtime.initialize();
            result = myWinMain(hInstance, hPrevInstance, cmdLine, nCmdShow...
August 12, 2022
LDC »
...config file and the invoked C compiler cmdline for linking, which should contain a `-L...
June 12, 2022
Issues »
...clear, we're talking about linker directives (cmdline option strings) embedded in COFF object files...
March 18, 2022
Learn »
...advanced_usage) are great to write small cmdline utilities with dependencies.

I don't like...
March 09, 2022
Issues »
...doesn't make it to the linker cmdline.

See https://github.com/ldc-developers/ldc...
January 28, 2022
Learn »
...template rt_cmdline_enabled()
    {
        pragma(mangle, "rt_cmdline_enabled") __gshared bool rt_cmdline_enabled = true...
1 2 3
Next ›   Last »