This website works better with JavaScript.
Explore
Help
Sign In
zalox
/
jucipp
mirror of
https://gitlab.com/cppit/jucipp
Watch
1
Star
0
Fork
You've already forked jucipp
0
Code
Issues
Projects
Releases
Wiki
Activity
IDE
c++
cmake
cpp
cpp14
cpp17
cpp2y
juci
libclang
lldb
llvm
meson
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2236
Commits
5
Branches
33
Tags
17 MiB
Tree:
97279b04dc
master
notebook_tab
python
python-refactor
xdg
v1.0.0
v1.0.1
v1.1.0
v1.1.1
v1.1.2
v1.1.3
v1.2.0
v1.2.1
v1.2.2
v1.2.3
v1.2.4
v1.2.5
v1.3.0
v1.3.1
v1.3.2
v1.4.0
v1.4.1
v1.4.2
v1.4.3
v1.4.4
v1.4.5
v1.4.6
v1.5.0
v1.5.1
v1.6.0
v1.6.1
v1.6.2
v1.6.3
v1.7.0
v1.7.1
v1.7.2
v1.8.0
v1.8.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '97279b04dc'
${ noResults }
jucipp
/
tests
/
stubs
/
project.cc
4 lines
71 B
Raw
Normal View
History
Unescape
Escape
Terminal links cleanup, and added links for a assert error messages. Also added terminal_test.cc
8 years ago
#
include
"project.h"
Fixes crash that could happen when performing compile and run and start debug at approximately the same time. Project objects are now kept alive for as long as they are needed. Also removed Terminal::InProgress since it could lead to unsafe code in the future.
8 years ago
std
:
:
shared_ptr
<
Project
:
:
Base
>
Project
:
:
current
;