Skip to content
Permalink
de6a5c883b
Switch branches/tags

Commits on Jul 13, 2022

  1. Implement project name in dock tile (#11608)

    port dock tile code to build native module
    add blank implementation for Windows and Linux
    organize native code
    timtmok committed Jul 13, 2022

Commits on Jul 12, 2022

  1. Merge pull request #11601 from rstudio/bugfix/11510-data-import-strin…

    …gsasfactors
    
    Remove stringsAsFactors default for R-4.2.0 and later when importing data
    jgutman committed Jul 12, 2022
  2. Fix broken Windows Quarto link

    cm421 committed Jul 12, 2022
  3. Add Jenkins import statement

    cm421 committed Jul 12, 2022
  4. Merge pull request #11603 from rstudio/bugfix/build-fix

    Fix broken quarto download link. Add Catch for Jenkins interruption
    cm421 committed Jul 12, 2022
  5. Fix Windows quarto link as well

    cm421 committed Jul 12, 2022
  6. Remove stringsAsFactors default for R-4.2.0 and later when importing …

    …data using base; fixes 11510
    andrie committed Jul 12, 2022

Commits on Jul 11, 2022

  1. Merge pull request #11597 from rstudio/feature/misc-electron-npm-updates

    Merging; not really anything to review here other than being aware it's happening.
    gtritchie committed Jul 11, 2022

Commits on Jul 10, 2022

Commits on Jul 7, 2022

  1. Sync SW NEWS.md file

    cm421 committed Jul 7, 2022
  2. Bump SW patch number

    cm421 committed Jul 7, 2022
  3. Merge pull request #11575 from rstudio/bugfix/empty_parent_dir_git_pr…

    …oject
    
    Populate default project dir in Version control projects
    jgutman committed Jul 7, 2022
  4. clean up imports

    jgutman committed Jul 7, 2022
  5. Populate default project dir in Version control projects, same as we …

    …do for non VCS projects
    jgutman committed Jul 7, 2022
  6. Merge pull request #11571 from rstudio/bugfix/build-timeout

    Build timeout
    timtmok committed Jul 7, 2022
  7. Merge pull request #11574 from rstudio/aj-more-ifdef-linux-v2

    Gate various Linux-specific system calls with `__linux__` (v2)
    atheriel committed Jul 7, 2022
  8. Gate various Linux-specific system calls with __linux__.

    This commit gates the following Linux-specific system calls and flags
    behind __linux__ rather than "not Apple":
    
    * prctl()
    * sysinfo()
    * sched_getaffinity() and sched_setaffinity()
    * the RLIMIT_NICE flag to setrlimit()
    * the pty.h include for forkpty()
    
    This is for two reasons: (1) correctness; and (2) requiring community
    ports like FreeBSD to carry fewer patches.
    
    We already use __linux__ in various places, so this does not introduce a
    new preprocessor directive, either.
    
    Signed-off-by: Aaron Jacobs <aaron.jacobs@rstudio.com>
    atheriel committed Jul 7, 2022
  9. Merge pull request #11558 from rstudio/bugfix/open_pptx_electron

    open pptx files rendered by rstudio
    jgutman committed Jul 7, 2022
  10. Merge pull request #11557 from rstudio/bugfix/open_word_electron

    Open docx files rendered by rstudio -- electron
    jgutman committed Jul 7, 2022
  11. Merge pull request #11569 from rstudio/aj-more-ifdef-linux

    Gate various Linux-specific system calls with `__linux__`
    jmcphers committed Jul 7, 2022

Commits on Jul 6, 2022

  1. Gate various Linux-specific system calls with __linux__.

    This commit gates the following Linux-specific system calls and flags
    behind __linux__ rather than "not Apple":
    
    * prctl()
    * sysinfo()
    * sched_getaffinity() and sched_setaffinity()
    * the RLIMIT_NICE flag to setrlimit()
    * the pty.h include for forkpty()
    
    This is for two reasons: (1) correctness; and (2) requiring community
    ports like FreeBSD to carry fewer patches.
    
    We already use __linux__ in various places, so this does not introduce a
    new preprocessor directive, either.
    
    Signed-off-by: Aaron Jacobs <aaron.jacobs@rstudio.com>
    atheriel committed Jul 6, 2022
  2. closes #11564

    kevinushey committed Jul 6, 2022
  3. Merge pull request #11568 from rstudio/bugfix/revert_load_reticulate

    Revert "Use and access RETICULATE_PYTHON_FALLBACK (#10518)"
    jgutman committed Jul 6, 2022
  4. Revert "Use and access RETICULATE_PYTHON_FALLBACK (#10518)"

    This reverts commit e1e8a2d.
    jgutman committed Jul 6, 2022
  5. formatting

    timtmok committed Jul 6, 2022
Older