Skip to content

Tags: clojur/rtags

Tags

v2.18

Toggle v2.18's commit message
Bump version to 2.18

v2.17

Toggle v2.17's commit message
Bump version to 2.17

v2.16

Toggle v2.16's commit message
2.16

v2.15

Toggle v2.15's commit message
Make it easier to do different types of asan.

v2.14

Toggle v2.14's commit message
Fix issue Andersbakken#1040

Bump version to 2.14.

v2.13

Toggle v2.13's commit message
Fix issue Andersbakken#1035 and issue Andersbakken#1035.

v2.12

Toggle v2.12's commit message
Oops

v2.11

Toggle v2.11's commit message
Bump rct.

v2.10

Toggle v2.10's commit message
Fix a dependency node issue that I was able to reproduce like this:

source.cpp:

int foo()
{
    return Foo;
}
forward.h:

header.h:

enum { Foo = 1 };

CMakeLists.txt:
cmake_minimum_required(VERSION 2.8)
include_directories(${CMAKE_CURRENT_LIST_DIR})
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
add_library(app source.cpp)

rc -W $PWD; rc -w "indexing project. all good"; sleep 1; rc -J; sleep 1; rc -w "moving file away"; sleep 1; mv forward.h /tmp/; sleep 1; touch source.cpp ; sleep 1; rc -w "moving file back"; sleep 1; mv /tmp/forward.h .; sleep 1
; touch source.cpp; rc -w "touching header.h should reindex"; touch header.h

v2.9

Toggle v2.9's commit message
Time for another minor release